chore(bench): Better number of ct for benchmarks

This commit is contained in:
Quentin Bourgerie
2022-11-18 15:36:54 +01:00
parent a8e2724b69
commit 8e4be10eb9

View File

@@ -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():