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 466f5cf commit 8c03610Copy full SHA for 8c03610
.github/workflows/benchmarks.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
cd ./performance &&
59
ls -l &&
60
- mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.executable=java\
+ mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.executable=java \
61
-Dexec.args='-classpath %classpath com.clickhouse.benchmark.data.DataSetGenerator -input sample_dataset.sql \
62
-name default -rows 100000'
63
- name: Run Benchmarks
0 commit comments