mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Minimal benchmarks around Uuid::fromString(), Uuid::fromBytes(), Uuid#toString(), Uuid#getBytes()
This is mostly to store an initial state, before we go on and start manipulating the UUID library internals.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"bootstrap": "vendor/autoload.php",
|
||||
"path": "tests/benchmark",
|
||||
"retry_threshold": 5,
|
||||
"reports": {
|
||||
"report": {
|
||||
"extends": "aggregate"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user