From 9e3aa53aa342557da4ee00167b1eeca093094e9e Mon Sep 17 00:00:00 2001 From: Umut Date: Thu, 2 Dec 2021 16:48:53 +0300 Subject: [PATCH] chore(benchmarks): increase multi table lookup accuracy error tolerance --- benchmarks/multi_table_lookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/multi_table_lookup.py b/benchmarks/multi_table_lookup.py index 1c3d6f14d..d6a9cad08 100644 --- a/benchmarks/multi_table_lookup.py +++ b/benchmarks/multi_table_lookup.py @@ -53,7 +53,7 @@ def main(): correct += 1 # bench: Measure: Accuracy (%) = (correct / len(inputs)) * 100 - # bench: Alert: Accuracy (%) != 100 + # bench: Alert: Accuracy (%) < 99 if __name__ == "__main__":