Commit 9c0223f1 authored by Kenton Varda's avatar Kenton Varda

Tweak benchmark runner output.

parent 5579ec34
......@@ -594,9 +594,10 @@ int main(int argc, char* argv[]) {
reportComparison("generated obj size (KiB)", "",
protobufObjSize / 1024.0, capnpObjSize / 1024.0, 1);
if (oldDir != nullptr) {
cout << endl;
reportOldNewComparisonHeader();
if (oldDir != nullptr) {
reportComparison("memory overhead",
nullCase.objectSize, oldCapnpBase.objectSize, capnpBase.objectSize, iters);
reportComparison("memory overhead w/o object reuse",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment