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

benchmarks: reformat stip variant for visibility

parent f4a76e419bc8
No related merge requests found
......@@ -29,7 +29,12 @@
import queue
# TODO: don't hardcode
STRIP_REVSETS = {"same": "tip", "last-ten": "last(all(), 10)", "last-hundred": "last(all(), 100)", "last-thousand": "last(all(), 1000)"}
STRIP_REVSETS = {
'same': "tip",
'last-ten': "last(all(), 10)",
'last-hundred': "last(all(), 100)",
'last-thousand': "last(all(), 1000)",
}
def get_strip_variants():
......
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