Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
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; rv:152.0) Gecko/20100101 Firefox/152.0
Browser:
Firefox 152
Operating system:
Windows
Device Platform:
Desktop
Date tested:
14 days ago
Cached
13.8M/s
Non cached
9.0M/s
View exact numbers
Test name
Executions per second
✓
Cached
13,844,779 Ops/sec
Non cached
8,950,803 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();