forked from PGSSoft/HashId
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpbench.json
More file actions
30 lines (30 loc) · 843 Bytes
/
phpbench.json
File metadata and controls
30 lines (30 loc) · 843 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
{
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmarks",
"runner.php_config": {
"memory_limit": "1G"
},
"core.profiles": {
"default": {
"runner.iterations": [10],
"runner.revs": [100],
"runner.warmup": [1]
},
"ci": {
"runner.iterations": [5],
"runner.revs": [50],
"runner.warmup": [1]
}
},
"report.generators": {
"table": {
"cols": ["benchmark", "subject", "set", "revs", "its", "mem_peak", "best", "mean", "mode", "worst", "stdev", "rstdev", "diff"],
"break": ["benchmark"]
},
"html": {
"file": "build/phpbench-report.html"
}
},
"storage.driver": "dbal",
"storage.dbal.url": "sqlite:///.phpbench.sqlite"
}