File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,22 @@ jobs:
33
33
34
34
- name : " Install dependencies with composer"
35
35
uses : ramsey/composer-install@v3
36
- with :
37
- working-directory : main
38
36
39
37
- name : " Run PHPBench"
40
- run : php main/ vendor/bin/phpbench run --progress=plain --report=bare --output=csv
38
+ run : php vendor/bin/phpbench run --progress=plain --report=bare --output=csv
41
39
42
40
- name : " Parse benchmark results"
43
- run : php main/ benchmark/parse-result.php
41
+ run : php benchmark/parse-result.php
44
42
45
43
- name : " Generate HTML report"
46
- run : php main/ benchmark/generate-html.php
44
+ run : php benchmark/generate-html.php
47
45
48
46
- name : " Generate Markdown report"
49
- run : php main/ benchmark/generate-markdown.php
47
+ run : php benchmark/generate-markdown.php
50
48
51
49
- name : " Publish results to branch benchmark"
52
50
uses : JamesIves/github-pages-deploy-action@v4
53
51
with :
54
52
branch : benchmark
55
- folder : main/ .build/phpbench
53
+ folder : .build/phpbench
56
54
clean : true
You can’t perform that action at this time.
0 commit comments