File tree 3 files changed +8
-6
lines changed
src/main/java/edu/brown/cs/zookeeper_benchmark
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ replot
39
39
set term pop
40
40
41
41
set xlabel " Time since start"
42
- set ylabel " SETMUTI ops per second"
43
- plot " SETMUTI .dat" with lines
42
+ set ylabel " SETMULTI ops per second"
43
+ plot " SETMULTI .dat" with lines
44
44
45
45
set size 1.0 , 0.6
46
46
set terminal postscript portrait enhanced color dashed lw 1 " Helvetica" 14
47
- set output " setmuti .ps"
47
+ set output " setmulti .ps"
48
48
replot
49
49
set term pop
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ replot
39
39
set term pop
40
40
41
41
set xlabel " Time since start"
42
- set ylabel " SETMUTI ops per second"
43
- plot " pre/SETMUTI .dat" title ' Pre' with lines , " post/SETMUTI .dat" title ' Post' with lines
42
+ set ylabel " SETMULTI ops per second"
43
+ plot " pre/SETMULTI .dat" title ' Pre' with lines , " post/SETMULTI .dat" title ' Post' with lines
44
44
45
45
set size 1.0 , 0.6
46
46
set terminal postscript portrait enhanced color dashed lw 1 " Helvetica" 14
47
- set output " setmuti .ps"
47
+ set output " setmulti .ps"
48
48
replot
49
49
set term pop
Original file line number Diff line number Diff line change @@ -352,6 +352,8 @@ public void run() {
352
352
return ;
353
353
}
354
354
355
+ _currentCpuTime = System .nanoTime ();
356
+
355
357
if (_rateFile != null ) {
356
358
try {
357
359
if (finished - _lastfinished > 0 ) {
You can’t perform that action at this time.
0 commit comments