File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function runCSharpBenchmark(){
73
73
74
74
function runJavaBenchmark(){
75
75
cd ${BENCH_FOLDER} /../java
76
- ./gradlew run --args=" -resultsFile \" ${BENCH_FOLDER} /$1 \" -dataSize \" $2 \" -concurrentTasks \" $concurrentTasks \" -clients \" $chosenClients \" -host $host $javaPortFlag -clientCount \" $clientCount \" $javaTlsFlag $javaClusterFlag "
76
+ ./gradlew :benchmarks: run --args=" -resultsFile \" ${BENCH_FOLDER} /$1 \" -dataSize \" $2 \" -concurrentTasks \" $concurrentTasks \" -clients \" $chosenClients \" -host $host $javaPortFlag -clientCount \" $clientCount \" $javaTlsFlag $javaClusterFlag "
77
77
}
78
78
79
79
function runRustBenchmark(){
230
230
;;
231
231
-minimal)
232
232
minimalFlag=" --minimal"
233
- ;;
233
+ ;;
234
234
esac
235
235
shift
236
236
done
241
241
then
242
242
echo " Minimal run, not filling database"
243
243
flushDB
244
- else
244
+ else
245
245
fillDB $currentDataSize
246
246
fi
247
247
You can’t perform that action at this time.
0 commit comments