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 d3b6ecc commit 9b144b7Copy full SHA for 9b144b7
tests/unit/benchmark/test_html_output.py
@@ -69,7 +69,7 @@ def test_no_duplicates():
69
70
filtered = _filter_duplicate_percentiles(percentiles)
71
72
- # Should keep largest of each duplicate group (p01 instead of p001, p999 instead of p95)
+ # Should keep largest of each duplicate group (e.g. p999 instead of p95)
73
assert filtered == {
74
"p01": 13.181080445834912,
75
"p05": 13.530595573836457,
0 commit comments