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