summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-07-07 22:10:17 -0400
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-07-08 12:10:17 +1000
commitc33bc33a9afb6f1e980e95cc581b4ba474eb3573 (patch)
tree031d560b6b912567e46bdd5806ddf99a126052c4 /bench
parent037a70e027491bbd2744164f550c99504b07cb7c (diff)
downloadmongo-c33bc33a9afb6f1e980e95cc581b4ba474eb3573.tar.gz
WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)
Separate cache write statistics into checkpoint and non-checkpoint I/O.
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/wtperf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h
index d874fa4eefe..a316b40d7fa 100644
--- a/bench/wtperf/wtperf.h
+++ b/bench/wtperf/wtperf.h
@@ -83,7 +83,6 @@ typedef struct {
typedef struct {
uint64_t stone_gap;
uint64_t needed_stones;
- uint64_t final_stone_gap;
uint64_t expected_total;
uint64_t total_inserts;
uint64_t last_total_inserts;