From 8e4be10eb93820180ff848c5f5fc646f2bf755dc Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Fri, 18 Nov 2022 15:36:54 +0100 Subject: [PATCH] chore(bench): Better number of ct for benchmarks --- .../end_to_end_linalg_apply_lookup_table_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/end_to_end_fixture/end_to_end_linalg_apply_lookup_table_gen.py b/compiler/tests/end_to_end_fixture/end_to_end_linalg_apply_lookup_table_gen.py index 4a8aa4bd8..47e48d947 100644 --- a/compiler/tests/end_to_end_fixture/end_to_end_linalg_apply_lookup_table_gen.py +++ b/compiler/tests/end_to_end_fixture/end_to_end_linalg_apply_lookup_table_gen.py @@ -3,7 +3,7 @@ import numpy as np MIN_PRECISON = 1 MAX_PRECISION = 16 -N_CT = [1, 10, 100, 200] +N_CT = [1, 64, 128, 1024] def main():