We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d95aa1 commit de32082Copy full SHA for de32082
src/main/resources/io/deephaven/benchmark/run/profile/queries/publish.py
@@ -64,7 +64,7 @@ def latest_comparable_benchmarks(filter_table):
64
'Change=Decimal(`0.0%`)','Since_Release=Decimal(`0.0%`)',
65
'Score=Decimal(`0.0`)','Score_Prob=Decimal(`0.00%`)'])
66
67
-def benchname(name):
+def benchname(name) -> str:
68
btype = 'S' if name.endswith('-Static') else 'I'
69
name = name.replace(' -Static','').replace(' -Inc','')
70
name = truncate(name, 50)
0 commit comments