-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathphpbench.json.dist
More file actions
33 lines (33 loc) · 863 Bytes
/
Copy pathphpbench.json.dist
File metadata and controls
33 lines (33 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "./tools/phpbench/vendor/phpbench/phpbench/phpbench.schema.json",
"runner.bootstrap": "benchmarks/bootstrap.php",
"runner.path": ["benchmarks/suites"],
"runner.time_unit": "seconds",
"runner.revs": 1,
"runner.iterations": 3,
"runner.warmup": 1,
"runner.php_config": {
"memory_limit": "-1",
"opcache.enable": "1",
"opcache.enable_cli": "1",
"pcov.enabled": "0"
},
"report.generators": {
"flow-report": {
"generator": "expression",
"cols": {
"benchmark": null,
"subject": null,
"set": null,
"mem_peak": null,
"mode": null,
"total_time": null,
"rstdev": null
},
"expressions": {
"total_time": "display_as_time(sum(result_time_net), \"seconds\", 2, \"time\")"
}
}
},
"storage.xml_storage_path": "var/phpbench"
}