We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef1b7b commit d30ea23Copy full SHA for d30ea23
1 file changed
src/test/java/benchmark/ComplexQueryBenchmark.java
@@ -110,11 +110,12 @@ private static void runAtStartup() {
110
if (runForMillis <= 0) {
111
return;
112
}
113
- long now, then = System.currentTimeMillis();
114
System.out.printf("Running initial code before starting the benchmark - runForMillis=%d \n", runForMillis);
115
System.out.print("Get your profiler in order and press enter... \n");
116
readLine();
117
System.out.print("Lets go...\n");
+
118
+ long now, then = System.currentTimeMillis();
119
ComplexQueryBenchmark complexQueryBenchmark = new ComplexQueryBenchmark();
120
complexQueryBenchmark.setUp();
121
do {
0 commit comments