-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpbench.json
More file actions
36 lines (36 loc) · 1.06 KB
/
Copy pathphpbench.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
34
35
36
{
"$schema": "./vendor/phpbench/phpbench/phpbench.schema.json",
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmarks",
"runner.file_pattern": "*Bench.php",
"runner.iterations": 20,
"runner.revs": 1,
"runner.warmup": 0,
"runner.php_config": {
"xdebug.mode": "off",
"error_reporting": "8191"
},
"expression.strip_tailing_zeros": true,
"storage.xml_storage_path": ".phpbench/storage",
"report.generators": {
"providers": {
"extends": "aggregate",
"title": "Passphrase Provider Comparison",
"description": "Cold-start and warm-run comparison across passphrase generators and random baselines with near-matched entropy.",
"cols": [
"benchmark",
"subject",
"set",
"revs",
"its",
"mem_peak",
"mode",
"mean",
"rstdev"
],
"break": [
"subject"
]
}
}
}