mirror of
https://github.com/google/benchmark.git
synced 2025-01-31 06:10:14 +08:00
Issue 327 (#328)
Arguments shouldn't be AppendHumanReadable()-ed, they should just be shown as-is.
This commit is contained in:
parent
e381139474
commit
4bf28e611b
@ -163,7 +163,7 @@ bool BenchmarkFamilies::FindBenchmarks(
|
||||
}
|
||||
}
|
||||
|
||||
AppendHumanReadable(arg, &instance.name);
|
||||
instance.name += std::to_string(arg);
|
||||
++arg_i;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user