Add headers validator benchmark

This commit is contained in:
Matej Bačo
2024-08-20 08:47:50 +00:00
parent cdef3e0cde
commit 69977138da
4 changed files with 1403 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"$schema":"vendor/phpbench/phpbench/phpbench.schema.json",
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "tests",
"runner.file_pattern": "*Bench.php"
}