Skip to content

Commit 3fe7f30

Browse files
committed
[phalcon#6.0.x] - adjusting phpbench config
1 parent 69eeff4 commit 3fe7f30

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Diff for: phpbench.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
{
2-
"bootstrap": "vendor/autoload.php"
3-
}
2+
"$schema": "./tests/benchmarks/phpbench.schema.json",
3+
"runner.bootstrap": "vendor/autoload.php",
4+
"runner.path": "./tests/benchmarks",
5+
"report.outputs": {
6+
"my_csv_output": {
7+
"extends": "delimited",
8+
"delimiter": ","
9+
}
10+
},
11+
"storage.driver": "xml",
12+
"storage.xml_storage_path": "./tests/benchmarks/",
13+
"report.generators": {
14+
"phalcon": {
15+
"generator": "composite",
16+
"reports": [ "default", "aggregate" ]
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)