From d36bec61f455b4afeae5d814fa8626c75eabb1d4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 29 Mar 2021 12:26:30 +0000 Subject: [PATCH] 1 thing --- src/main.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index f9c92d1..22321db 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,10 +14,12 @@ fn main() { } // let n_iterations = 16384; - let n_iterations = 100; + let n_iterations = 1024; + // let n_iterations = 100; // let n_iterations = 10; - let (width, height) = (512, 512); + let (width, height) = (256, 256); + // let (width, height) = (512, 512); // let (width, height) = (1024, 1024); // let (width, height) = (2048, 2048);