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 b4527c7 commit 2cabd43Copy full SHA for 2cabd43
1 file changed
.github/workflows/benchmark.yml
@@ -37,7 +37,7 @@ jobs:
37
services: mysql
38
39
- name: Run Benchmark
40
- run: ./benchmark/scripts/run_benchmark.sh mysql
+ run: ./benchmark/scripts/run_benchmark_for_db.sh mysql
41
42
benchmark-postgresql:
43
name: PostgreSQL Benchmark
@@ -62,7 +62,7 @@ jobs:
62
services: postgresql
63
64
65
- run: ./benchmark/scripts/run_benchmark.sh postgresql
+ run: ./benchmark/scripts/run_benchmark_for_db.sh postgresql
66
67
benchmark-sqlite:
68
name: SQLite Benchmark
@@ -82,4 +82,4 @@ jobs:
82
load-mode: strict
83
84
85
- run: ./benchmark/scripts/run_benchmark.sh sqlite
+ run: ./benchmark/scripts/run_benchmark_for_db.sh sqlite
0 commit comments