Skip to content

Commit 2ecf297

Browse files
committed
[Java] Upgrade to Shadow 4.0.0 and adjust iteration times in benchmarks.
1 parent 1e0e929 commit 2ecf297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121

2222
plugins {
2323
id 'java'
24-
id 'com.github.johnrengelman.shadow' version '2.0.4' apply false
24+
id 'com.github.johnrengelman.shadow' version '4.0.0' apply false
2525
}
2626

2727
defaultTasks 'clean', 'build', 'shadowJar', 'install'
@@ -703,7 +703,7 @@ task runBenchmarks(type: Exec) {
703703
commandLine 'java',
704704
'-Dagrona.disable.bounds.checks=true',
705705
'-jar', 'sbe-benchmarks/build/libs/sbe-benchmarks.jar',
706-
'-wi', '3', '-i', '5', '-tu', 'ns', '-f', '5'
706+
'-w', '1s', '-r', '1s','-wi', '3', '-i', '5', '-tu', 'ns', '-f', '5'
707707
}
708708

709709
task uploadToMavenCentral {

0 commit comments

Comments
 (0)