10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7729c27 commit 38b1060Copy full SHA for 38b1060
.github/workflows/continuous-integration.yml
@@ -373,11 +373,8 @@ jobs:
373
- name: "Updating dependencies"
374
run: "composer update"
375
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}'"
+ - name: "Running PHPBENCH on master, Generating Report (RESULTS ARE INVERTED AS MASTER IS RUN AFTER CURRENT)"
+ run: "./phpbench.dist.sh run --ref=current_pr --store --report=aggregate"
381
382
phpunit-oci8:
383
name: "PHPUnit on OCI8"
0 commit comments