Skip to content

Commit 13c35c8

Browse files
committed
RM
1 parent 27bb175 commit 13c35c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/job-benchmark-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
env:
5454
PGSQL_DATABASE_URL: pgsql://postgres:[email protected]:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
5555
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
56+
./tools/phpbench/vendor/bin/phpbench run src/adapter/etl-adapter-postgresql/tests/Flow/ETL/Adapter/PostgreSql/Tests/Benchmark/
5857
5958
- uses: actions/upload-artifact@v6
6059
with:

0 commit comments

Comments
 (0)