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 27bb175 commit 13c35c8Copy full SHA for 13c35c8
.github/workflows/job-benchmark-tests.yml
@@ -53,8 +53,7 @@ jobs:
53
env:
54
PGSQL_DATABASE_URL: pgsql://postgres:[email protected]:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
55
run: |
56
- composer test:benchmark:extractor -- --ref=1.x --progress=none --iterations=1
57
- composer test:benchmark:loader -- --ref=1.x --progress=none --iterations=1
+ ./tools/phpbench/vendor/bin/phpbench run src/adapter/etl-adapter-postgresql/tests/Flow/ETL/Adapter/PostgreSql/Tests/Benchmark/
58
59
- uses: actions/upload-artifact@v6
60
with:
0 commit comments