Skip to content

Commit a212c4e

Browse files
Updated benchmarking
1 parent 8871acd commit a212c4e

File tree

2 files changed

+249
-149
lines changed

2 files changed

+249
-149
lines changed

Diff for: phpbench.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,23 @@
44
"runner.retry_threshold": 5,
55
"runner.warmup": 2,
66
"runner.php_config": {
7+
"xdebug.mode": "off",
78
"opcache.enable": true,
89
"opcache.enable_cli": true,
9-
"opcache.jit": 1235,
10-
"xdebug.mode": 0
10+
"opcache.jit": 1235
1111
},
1212

1313
"report.generators": {
1414
"default": {
1515
"extends": "expression",
1616
"cols": [ "benchmark", "subject", "set", "mem_peak", "best", "mean", "mode", "worst", "stdev", "rstdev" ]
1717
}
18-
}
18+
},
19+
"report.outputs": {
20+
"html": {
21+
"renderer": "html",
22+
"path": "build/bench-report.html",
23+
"title": "PHP Dependency Injection Container Benchmark"
24+
}
25+
}
1926
}

0 commit comments

Comments
 (0)