prometheus/promql/testdata
beorn7 4e3abc6cbf Simply use `math.Mod(float64, float64)` after all
This circumvents all the problems with int overflow, plus it is what was originally intended.
2016-11-08 21:03:31 +01:00
..
aggregators.test Add quantile aggregator. 2016-07-21 00:09:19 +01:00
functions.test promql: handle NaN in changes() correctly 2016-09-30 11:04:25 +02:00
histograms.test
legacy.test move legacy test for delta function 2016-08-08 10:02:58 +02:00
literals.test
operators.test Simply use `math.Mod(float64, float64)` after all 2016-11-08 21:03:31 +01:00
selectors.test