Adjust vega IDE performance test charts
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user