Issue 327 (#328)

Arguments shouldn't be AppendHumanReadable()-ed, they should just be shown as-is.
This commit is contained in:
BRevzin 2016-12-20 13:37:17 -06:00 committed by Dominic Hamon
parent e381139474
commit 4bf28e611b

View File

@ -163,7 +163,7 @@ bool BenchmarkFamilies::FindBenchmarks(
}
}
AppendHumanReadable(arg, &instance.name);
instance.name += std::to_string(arg);
++arg_i;
}