From 1658e5abbe9a7660f523c4051f5618e00942ff2e Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Sat, 18 Dec 2021 20:41:30 +0100 Subject: [PATCH] fine-tuning on linux laptop (just parameters) --- ypsu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ypsu.cpp b/ypsu.cpp index a6fc8f6..ea993ed 100644 --- a/ypsu.cpp +++ b/ypsu.cpp @@ -350,7 +350,7 @@ int main(void) { //int n = 100000000; - int n = 10000000; + int n = 40000000; for (auto inputtype : inputtypes) { printf("%10s", inputtype.c_str()); fflush(stdout);