File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ mongo-orchestration export-ignore
8
8
stubs export-ignore
9
9
tools export-ignore
10
10
Makefile export-ignore
11
+ phpbench.json.dist export-ignore
11
12
phpcs.xml.dist export-ignore
12
13
phpunit.evergreen.xml export-ignore
13
14
phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 67
67
composer-options : " --no-suggest"
68
68
69
69
- name : " Run phpbench"
70
- run : " vendor/bin/phpbench run --config=phpbench.ci.json -- report=aggregate --report=bar_chart_time --output html"
70
+ run : " vendor/bin/phpbench run --report=aggregate --report=bar_chart_time --output html"
71
71
72
72
- name : Upload HTML report
73
73
uses : actions/upload-artifact@v3
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"$schema": "./vendor/phpbench/phpbench/phpbench.schema.json",
3
3
"runner.bootstrap": "vendor/autoload.php",
4
4
"runner.path": "benchmark",
5
+ "runner.iterations": 3,
6
+ "runner.revs": 10,
5
7
"runner.warmup": 1
6
8
}
You can’t perform that action at this time.
0 commit comments