File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ concurrency:
3232 cancel-in-progress : true
3333
3434jobs :
35- nightly :
35+ jmh :
3636 if : ${{ startsWith(github.repository, 'ClickHouse/') }}
37- name : " Build and Publish Nightly Snapshot "
37+ name : " Mininal JMH Benchmarks "
3838 runs-on : " ubuntu-latest"
3939 timeout-minutes : 20
4040 steps :
@@ -64,14 +64,11 @@ jobs:
6464 cd ./performance &&
6565 ls -l &&
6666 mvn --batch-mode --no-transfer-progress clean compile exec:exec -Dexec.executable=java -Dexec.args="-classpath %classpath com.clickhouse.benchmark.BenchmarkRunner \
67- -l 100000,10000 -m 1 -t 3 -b i -d file://default.csv"
67+ -l 100000,10000 -m 3 -t 15 -b q, i -d file://default.csv"
6868 - name : Upload test results
6969 uses : actions/upload-artifact@v4
7070 if : success()
7171 with :
7272 name : result ${{ github.job }}
7373 path : |
7474 performance/jmh-results*
75-
76-
77-
You can’t perform that action at this time.
0 commit comments