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", "description": "TestData completion geomMean",
"title": "TestData completion geomMean", "title": "TestData completion geomMean",
"width": 800, "width": 800,
"height": 400, "height": 500,
"padding": 5, "padding": 5,
"autosize": {"type": "pad", "resize": true}, "autosize": {"type": "pad", "resize": true},
"signals": [ "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"}, "format": {"property": "hits.hits"},
@@ -9,7 +9,7 @@
"description": "TestData geomMean", "description": "TestData geomMean",
"title": "TestData geomMean", "title": "TestData geomMean",
"width": 800, "width": 800,
"height": 400, "height": 500,
"padding": 5, "padding": 5,
"autosize": {"type": "pad", "resize": true}, "autosize": {"type": "pad", "resize": true},
"signals": [ "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"}, "format": {"property": "hits.hits"},
@@ -177,7 +177,8 @@
"metrics.metric_name", "metrics.metric_name",
"metrics.metric_value", "metrics.metric_value",
"metrics.metric_error" "metrics.metric_error"
] ],
"sort": [{"build.timestamp": {"order": "asc"}}]
} }
}, },
"format": {"property": "hits.hits"}, "format": {"property": "hits.hits"},