Skip to content

Commit

Permalink
Use correct performance stats
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Dec 19, 2024
1 parent 4c553df commit 8e6570e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def run():
params=[
(
b.config,
b.expected_join_performance,
b.expected_update_performance,
)
for b in _BenchMarks
],
Expand Down

0 comments on commit 8e6570e

Please sign in to comment.