mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
feat: support version 7 (Unix Epoch time) UUIDs
This commit is contained in:
@@ -99,4 +99,9 @@ final class UuidGenerationBench
|
||||
{
|
||||
Uuid::uuid6($this->node, $this->clockSequence);
|
||||
}
|
||||
|
||||
public function benchUuid7Generation(): void
|
||||
{
|
||||
Uuid::uuid7();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user