Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
uuid benchmark
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/134.0.0.0 Safari/537.36
Browser:
Chrome 134
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
testcase2
140K/s
testcase1
0/s
View exact numbers
Test name
Executions per second
✓
testcase2
139,694 Ops/sec
testcase1
0 Ops/sec
HTML Preparation code:
<script src=" https://cdn.jsdelivr.net/npm/uuid@11.0.3/dist/cjs-browser/index.min.js "></script>
Tests:
testcase1
const { v4: uuidv4 } = require('uuid'); uuidv4();
testcase2
console.log("hello");