Skip to content

Commit de0aeae

Browse files
authored
Benchmark uuid7() (#24)
1 parent 72f3828 commit de0aeae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Benchmark/UUIDGenerationBench.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ public function benchUUID6Generation(): void
2727
{
2828
UUID::uuid6();
2929
}
30+
public function benchUUID7Generation(): void
31+
{
32+
UUID::uuid7();
33+
}
3034
public function benchUUIDToString(): void
3135
{
3236
UUID::toString('{C4A760A8-DBCF-5254-A0D9-6A4474BD1B62}');

0 commit comments

Comments
 (0)