From f8b8f94040bd5addef207025a9dd1f22fa5af852 Mon Sep 17 00:00:00 2001 From: Vladimir Dolzhenko Date: Fri, 9 Oct 2020 11:02:00 +0200 Subject: [PATCH] Adjust vega IDE performance test charts --- .../resources/TestData completion geomMean - vega.js | 5 +++-- idea/performanceTests/resources/TestData geomMean - vega.js | 5 +++-- idea/performanceTests/resources/TestData highlight - vega.js | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/idea/performanceTests/resources/TestData completion geomMean - vega.js b/idea/performanceTests/resources/TestData completion geomMean - vega.js index b0d9e7925cd..2d97bf2ebeb 100644 --- a/idea/performanceTests/resources/TestData completion geomMean - vega.js +++ b/idea/performanceTests/resources/TestData completion geomMean - vega.js @@ -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"}, diff --git a/idea/performanceTests/resources/TestData geomMean - vega.js b/idea/performanceTests/resources/TestData geomMean - vega.js index 0f060ea21c0..1083dc96938 100644 --- a/idea/performanceTests/resources/TestData geomMean - vega.js +++ b/idea/performanceTests/resources/TestData geomMean - vega.js @@ -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"}, diff --git a/idea/performanceTests/resources/TestData highlight - vega.js b/idea/performanceTests/resources/TestData highlight - vega.js index c68d42c536d..87cda74930d 100644 --- a/idea/performanceTests/resources/TestData highlight - vega.js +++ b/idea/performanceTests/resources/TestData highlight - vega.js @@ -177,7 +177,8 @@ "metrics.metric_name", "metrics.metric_value", "metrics.metric_error" - ] + ], + "sort": [{"build.timestamp": {"order": "asc"}}] } }, "format": {"property": "hits.hits"},