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 7ce2f65 commit 715647cCopy full SHA for 715647c
.github/workflows/benchmarks.yml
@@ -63,6 +63,7 @@ jobs:
63
-Dexec.args="-classpath %classpath com.clickhouse.benchmark.data.DataSetGenerator -input sample_dataset.sql \
64
-name default -rows 100000"
65
- name: Run Benchmarks
66
+ run: |
67
cd ./performance &&
68
ls -l &&
69
mvn --batch-mode --no-transfer-progress exec:exec -Dexec.args="-classpath %classpath com.clickhouse.benchmark.BenchmarkRunner -l 100000,10000 -m 1 -t 3 -b i -d file://default.csv"
0 commit comments