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:
Marco Pivetta
2020-06-30 12:21:44 +02:00
parent 22ee596348
commit 8d42044a99
4 changed files with 273 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"bootstrap": "vendor/autoload.php",
"path": "tests/benchmark",
"retry_threshold": 5,
"reports": {
"report": {
"extends": "aggregate"
}
}
}