Skip to content

Commit

Permalink
change a test metric in queries.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vpranckaitis committed Oct 21, 2020
1 parent 0897d9f commit 4adff54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/comparator/basic_queries/queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
{
"queryGroup": "quantile",
"queries": [
"quantile(0, quack)",
"quantile(0.8, avg_over_time(quack[30s]))",
"quantile(1, avg(avg_over_time(quack[30s])) by (name))"
"quantile(0, multi_10)",
"quantile(0.8, avg_over_time(multi_10[30s]))",
"quantile(1, avg(avg_over_time(multi_10[30s])) by (name))"
],
"steps" : [
"1m"
Expand Down

0 comments on commit 4adff54

Please sign in to comment.