Skip to content

Commit 8c03610

Browse files
committed
fix path resolution
1 parent 466f5cf commit 8c03610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
cd ./performance &&
5959
ls -l &&
60-
mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.executable=java\
60+
mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.executable=java \
6161
-Dexec.args='-classpath %classpath com.clickhouse.benchmark.data.DataSetGenerator -input sample_dataset.sql \
6262
-name default -rows 100000'
6363
- name: Run Benchmarks

0 commit comments

Comments
 (0)