From f7c025c0ddfaea04833029e1e9a752409dfa6b1b Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Sat, 1 Jul 2023 05:01:00 +0200 Subject: [PATCH] 100k test case --- ypsu.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ypsu.cpp b/ypsu.cpp index abdc0bb..b643881 100644 --- a/ypsu.cpp +++ b/ypsu.cpp @@ -510,7 +510,9 @@ void measure_single(int n) { int main(void) { //int n = 100000000; //int n = 10000000; - int n = 10000; + //int n = 1000000; + int n = 100000; + //int n = 10000; //int n = 100; //int n = 10;