From c0d4ec18abb943ce754797011d85797312d20873 Mon Sep 17 00:00:00 2001 From: Oli Date: Sun, 23 Jan 2022 09:44:21 -0300 Subject: [PATCH] change sample size --- tests/performance/generation/time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/generation/time.py b/tests/performance/generation/time.py index 9721e32..19eb542 100644 --- a/tests/performance/generation/time.py +++ b/tests/performance/generation/time.py @@ -37,7 +37,7 @@ def generate(N): return k, duration N=int(sys.argv[1]) -SAMPLE_SIZE=1000 +SAMPLE_SIZE=100 def time_measurement(n, sample_size): sample = []