Skip to content

Commit aab6072

Browse files
committed
Explicitly list value size
1 parent 70df923 commit aab6072

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jmh_plot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"max": 4096
1616
},
1717
"label": "allsmall",
18-
"valueSizeTitle": "<= 4096",
18+
"valueSizeTitle": "<= 4096"
1919
# defaults to include_patterns of all matching
2020
},
2121
{

jmhplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def filter_for_range(dataframe: DataFrame, xaxisparam: Dict) -> DataFrame:
341341

342342

343343
def extract_parameter_name(xaxisparam):
344-
return optional('name', xaxisparam)
344+
return required('name', xaxisparam)
345345

346346

347347
def default_if_none(optional_string, default_value: str) -> str:

0 commit comments

Comments
 (0)