Commit 4bf28e61 by BRevzin Committed by Dominic Hamon

Issue 327 (#328)

Arguments shouldn't be AppendHumanReadable()-ed, they should just be shown as-is.
parent e3811394
...@@ -163,7 +163,7 @@ bool BenchmarkFamilies::FindBenchmarks( ...@@ -163,7 +163,7 @@ bool BenchmarkFamilies::FindBenchmarks(
} }
} }
AppendHumanReadable(arg, &instance.name); instance.name += std::to_string(arg);
++arg_i; ++arg_i;
} }
......
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