diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/nanobench.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp index ce6132d806..8cd8e8171f 100644 --- a/bench/nanobench.cpp +++ b/bench/nanobench.cpp @@ -1059,7 +1059,6 @@ public: } } if (0 == strcmp(fBenchType, "recording")) { - log->metric("bytes", 0); // TODO: update bot expectations so we can remove this log->metric("ops", fSKPOps); } } |