mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(bench): Better number of ct for benchmarks
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user