From 3bb71e7415c59a6744805f434346d229a6c664c8 Mon Sep 17 00:00:00 2001
From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com>
Date: Mon, 19 May 2025 11:16:35 +0200
Subject: [PATCH] Update main.cpp

---
 main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.cpp b/main.cpp
index 44ffbac..ef487f3 100644
--- a/main.cpp
+++ b/main.cpp
@@ -126,8 +126,8 @@ int main(int argc, char** argv) {
         return 1;
     }
 
-    const std::vector<int> sizes = {128, 256, 512, 1024, 2048, 4096};
-    const int runs = 10;
+    const std::vector<int> sizes = {4096};
+    const int runs = 1;
 
     for (int size : sizes) {
         std::chrono::duration<double, std::milli> total_time(0);
-- 
GitLab