Skip to content
Snippets Groups Projects
Commit 9cbc37cc93d4 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

benchmark: use the median (instead of minimum) for perfrevlogwrite

parent 8d05474d59a2
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@
break
if title is None:
return float('nan')
return data[title]['minimum']
return data[title]['median']
@params_as_kwargs
def track_perfrevlogwrite_changelog(self, nbrev, *args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment