This commit is contained in:
greg
2019-03-02 22:06:24 -05:00
parent 514e62181d
commit 8f9e71a4d1
6 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -39,9 +39,9 @@ for line in lines:
benches[benchtype] = 1
proper_names = {
'std::unordered_map': 'std::unordered_map',
'absl::flat_hash_map': 'absl::flat_hash_map',
'absl::parallel_flat_hash_map': 'absl::parallel_flat_hash_map'
'std::unordered_map': 'std::unordered_map (1 thread)',
'absl::flat_hash_map': 'absl::flat_hash_map (1 thread)',
'absl::parallel_flat_hash_map': 'absl::parallel_flat_hash_map (8 threads)'
}
proper_color = {