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