Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
Replace
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/150.0.0.0 Safari/537.36 OPR/134.0.0.0
Browser:
Opera 134
Operating system:
Windows
Device Platform:
Desktop
Date tested:
26 days ago
Benchmark engine:
Benchmark.js
Cached
3.6M/s
Non cached
2.6M/s
View exact numbers
Test name
Executions per second
✓
Cached
3,621,557 Ops/sec
Non cached
2,581,648 Ops/sec
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
const regexp = new RegExp("-", "g");
Tests:
Non cached
'f44c1091-1822-478b-83a3-4283aed209c0'.replace(new RegExp("-", "g"), "").toUpperCase();
Cached
'f44c1091-1822-478b-83a3-4283aed209c0'.replace(regexp, "").toUpperCase();