Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Test uuidv1 vs uuidv4
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0
Browser:
Firefox 136
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
uuidV1
1892992.0 Ops/sec
uuidV4
1106601.8 Ops/sec
HTML Preparation code:
<script sync src="https://cdn.jsdelivr.net/npm/uuid@latest/dist/umd/uuidv1.min.js"></script> <script sync src="https://cdn.jsdelivr.net/npm/uuid@latest/dist/umd/uuidv4.min.js"></script>
Script Preparation code:
function createUUIDV1() { return uuidv1() } function createUUIDV4() { return uuidv4() }
Tests:
uuidV1
var uuidv1 = createUUIDV1();
uuidV4
var uuidv4 = createUUIDV4();