Skip to content

Commit

Permalink
Fix bug in aerospike
Browse files Browse the repository at this point in the history
  • Loading branch information
ehankland committed Jul 7, 2015
1 parent 6672b60 commit dd666f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions perfkitbenchmarker/benchmarks/aerospike_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ def ParseOutput(output):
'Client Threads': threads,
'Storage Type': FLAGS.aerospike_storage_type,
}
if FLAGS.aerospike_storage_type == DISK:
metadata['Disk Type'] = 'Local' if FLAGS.use_local_disk else 'Remote'
samples.append(sample.Sample('Average Latency', latency, 'ms', metadata))
if latency < 1.0:
max_throughput_for_completion_latency_under_1ms = max(
Expand Down

0 comments on commit dd666f6

Please sign in to comment.