Skip to content

Commit 38b1060

Browse files
committed
Bench: fix CI run
1 parent 7729c27 commit 38b1060

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/continuous-integration.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,8 @@ jobs:
373373
- name: "Updating dependencies"
374374
run: "composer update"
375375

376-
- name: "Running PHPBENCH on master branch for comparison"
377-
run: "./phpbench.dist.sh run --tag=master --store"
378-
379-
- name: "Generating comparison"
380-
run: "./phpbench.dist.sh report --uuid=tag:current_pr --uuid=tag:master --report='{extends: compare, compare: tag}'"
376+
- name: "Running PHPBENCH on master, Generating Report (RESULTS ARE INVERTED AS MASTER IS RUN AFTER CURRENT)"
377+
run: "./phpbench.dist.sh run --ref=current_pr --store --report=aggregate"
381378

382379
phpunit-oci8:
383380
name: "PHPUnit on OCI8"

0 commit comments

Comments
 (0)