prometheus/promql
darshanime 0a9deb9597 use kahan summation for numerical stability
Signed-off-by: darshanime <deathbullet@gmail.com>
2021-10-30 19:04:18 +05:30
..
fuzz-data
parser Add lex test 2021-09-23 10:30:46 -04:00
testdata promql: Add more test cases for histogram_quantile 2021-10-20 16:15:44 +02:00
bench_test.go Short-circuit vector binary ops (#9362) 2021-09-21 17:37:36 +05:30
engine.go promql: copy data when short-circuiting (#9552) 2021-10-20 16:03:02 +02:00
engine_test.go promql: copy data when short-circuiting (#9552) 2021-10-20 16:03:02 +02:00
functions.go use kahan summation for numerical stability 2021-10-30 19:04:18 +05:30
functions_test.go use kahan summation for numerical stability 2021-10-30 19:04:18 +05:30
fuzz.go
promql_test.go
quantile.go
query_logger.go
query_logger_test.go tests: Move from t.Errorf and others. (Part 2) (#9309) 2021-09-13 21:19:20 +02:00
test.go tests: Move from t.Errorf and others. (Part 2) (#9309) 2021-09-13 21:19:20 +02:00
test_test.go
value.go