Skip to content

Commit

Permalink
split by hash
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Mar 12, 2023
1 parent f3f21f7 commit bf3cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/analyze_bench_log.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def si_format(n)
hashmap_name = NAME_REPLACEMENTS[hashmap_name] || hashmap_name
hashmap_name = "#{hashmap_name}<br>#{hash_name}"

entry = h[benchmark_name][type][hashmap_name][measurement_name]
entry = h[benchmark_name][hash_name][hashmap_name][measurement_name]

if l.size == 8
entry[0].push runtime.to_f * (TEST_CONFIG[benchmark_name]["factor"] || 1.0)
Expand Down

0 comments on commit bf3cac1

Please sign in to comment.