Adjust vega IDE performance test charts

This commit is contained in:
Vladimir Dolzhenko
2020-10-09 11:02:00 +02:00
parent a6efaf440a
commit f8b8f94040
3 changed files with 8 additions and 5 deletions
@@ -9,7 +9,7 @@
"description": "TestData completion geomMean",
"title": "TestData completion geomMean",
"width": 800,
"height": 400,
"height": 500,
"padding": 5,
"autosize": {"type": "pad", "resize": true},
"signals": [
@@ -126,7 +126,8 @@
]
}
},
"_source": ["build_id", "benchmark", "build.timestamp", "geomMean"]
"_source": ["build_id", "benchmark", "build.timestamp", "geomMean"],
"sort": [{"build.timestamp": {"order": "asc"}}]
}
},
"format": {"property": "hits.hits"},
@@ -9,7 +9,7 @@
"description": "TestData geomMean",
"title": "TestData geomMean",
"width": 800,
"height": 400,
"height": 500,
"padding": 5,
"autosize": {"type": "pad", "resize": true},
"signals": [
@@ -130,7 +130,8 @@
]
}
},
"_source": ["build_id", "benchmark", "build.timestamp", "geomMean"]
"_source": ["build_id", "benchmark", "build.timestamp", "geomMean"],
"sort": [{"build.timestamp": {"order": "asc"}}]
}
},
"format": {"property": "hits.hits"},
@@ -177,7 +177,8 @@
"metrics.metric_name",
"metrics.metric_value",
"metrics.metric_error"
]
],
"sort": [{"build.timestamp": {"order": "asc"}}]
}
},
"format": {"property": "hits.hits"},