Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
benchmarkname-1123123491233
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/121.0.0.0 Safari/537.36
Browser:
Chrome 121
Operating system:
Windows
Device Platform:
Desktop
Date tested:
2 years ago
Test name
Executions per second
12345
719954.3 Ops/sec
22
714789.8 Ops/sec
HTML Preparation code:
<div id="elma" data-content-id="thread-57"></div> <div id="elma2" data-content-id="post-57"></div>
Tests:
12345
document.querySelector("#elma").dataset.contentId.startsWith("thread"); document.querySelector("#elma2").dataset.contentId.startsWith("post");
22
/^thread/.test(document.querySelector("#elma").dataset.contentId); /^post/.test(document.querySelector("#elma2").dataset.contentId);