We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280f90e commit 2e82b41Copy full SHA for 2e82b41
libcxx/test/benchmarks/containers/flat_map.bench.cpp
@@ -16,7 +16,7 @@
16
17
int main(int argc, char** argv) {
18
support::associative_container_benchmarks<std::flat_map<int, int>>("std::flat_map<int, int>");
19
- // support::associative_container_benchmarks<std::map<std::string, int>>("std::map<std::string, int>");
+ support::associative_container_benchmarks<std::flat_map<std::string, int>>("std::flat_map<std::string, int>");
20
21
benchmark::Initialize(&argc, argv);
22
benchmark::RunSpecifiedBenchmarks();
0 commit comments