forked from web-token/jwt-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpbench.json
More file actions
24 lines (24 loc) · 738 Bytes
/
Copy pathphpbench.json
File metadata and controls
24 lines (24 loc) · 738 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
{
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "performance",
"runner.progress": "dots",
"runner.time_unit": "microseconds",
"runner.retry_threshold": 10,
"report.generators": {
"full": {
"extends": "aggregate",
"cols": ["benchmark", "subject", "set", "revs", "its", "mem_peak", "best", "mode", "mean", "worst", "stdev", "rstdev"]
},
"simple": {
"extends": "aggregate",
"cols": ["benchmark", "subject", "set", "best", "mean", "worst"]
}
},
"report.outputs": {
"all": {
"renderer": "html",
"file": "report.html",
"title": "Jose Performance Test Suite"
}
}
}