Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
uwu345
essa
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Browser:
Chrome 122
Operating system:
Windows
Device Platform:
Desktop
Date tested:
2 years ago
Test name
Executions per second
essa1
106.0 Ops/sec
uwu2
120.4 Ops/sec
Script Preparation code:
var a = []; var b = new Set() for(let i=0; i<1000000; i++){ let obj = { "guildId" : "1053625705615305229", "userId" : "1011780524736263168", "ticketId" : (10)+Math.floor(Math.random() * 10), "messageId" : "1208720581302407058", "panelName" : "Pomoc", "closed" : false, "deleted" : false, "permissionsChanged" : false, "preventDuplicates" : false, "lastCategoryId" : "65c3979a6511c91a5f2f4183", "createdAt" : "2024-02-18T10:24:08.203+0000", "updatedAt" : "2024-02-18T10:24:09.482+0000", "__v" : (0), "channelId" : "1208720602043654194", "passTicketMessageId" : "1208721604514091028", "pingMessageId" : "1208720605694690523" } a.push(obj); b.add(obj); } a.push({ "guildId" : "1053625705615305229", "userId" : "1011780524736263168", "ticketId" : (10)+Math.floor(Math.random() * 10), "messageId" : "1208720581302407058", "panelName" : "Pomoc", "closed" : false, "deleted" : false, "permissionsChanged" : false, "preventDuplicates" : false, "lastCategoryId" : "65c3979a6511c91a5f2f4183", "createdAt" : "2024-02-18T10:24:08.203+0000", "updatedAt" : "2024-02-18T10:24:09.482+0000", "__v" : (0), "channelId" : "1208720602043654192", "passTicketMessageId" : "1208721604514091028", "pingMessageId" : "1208720605694690523" }); b.add({ "guildId" : "1053625705615305229", "userId" : "1011780524736263168", "ticketId" : (10)+Math.floor(Math.random() * 10), "messageId" : "1208720581302407058", "panelName" : "Pomoc", "closed" : false, "deleted" : false, "permissionsChanged" : false, "preventDuplicates" : false, "lastCategoryId" : "65c3979a6511c91a5f2f4183", "createdAt" : "2024-02-18T10:24:08.203+0000", "updatedAt" : "2024-02-18T10:24:09.482+0000", "__v" : (0), "channelId" : "1208720602043654192", "passTicketMessageId" : "1208721604514091028", "pingMessageId" : "1208720605694690523" });
Tests:
essa1
let passed = []; for (const x of a) { if(x.channelId == "1208720602043654192") { passed.push(x); } }
uwu2
let passed2 = []; for (const x of b) { if(x.channelId == "1208720602043654192") { passed2.push(x); } }