Skip to content

Commit 13d3945

Browse files
committed
fixed gitactions
1 parent 81afe97 commit 13d3945

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
- name: Run Benchmarks
5959
run: |
6060
cd performance;\
61-
mvn compile exec:exec -Dexec.args="-classpath %classpath com.clickhouse.benchmark.data.DataSetGenerator \
62-
-input sample_dataset.sql -name default -rows 100000"; \
63-
mvn compile exec:exec -Dexec.args="-classpath %classpath com.clickhouse.benchmark.BenchmarkRunner -l 100000,10000 -m 1 -t 3 -b i -d file://default.csv"
61+
mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.args="-classpath %classpath com.clickhouse.benchmark.data.DataSetGenerator -input sample_dataset.sql -name default -rows 100000"; \
62+
mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.args="-classpath %classpath com.clickhouse.benchmark.BenchmarkRunner -l 100000,10000 -m 1 -t 3 -b i -d file://default.csv"
6463
- name: Upload test results
6564
uses: actions/upload-artifact@v4
6665
if: success()

0 commit comments

Comments
 (0)