diff --git a/fast_results.csv b/fast_results.csv
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/main.cpp b/main.cpp
index a36d5e6eec167c3431b2a17203e0ac60835da336..44ffbac962e65eb57c4672eb54ff4aa85194b031 100644
--- a/main.cpp
+++ b/main.cpp
@@ -126,7 +126,7 @@ int main(int argc, char** argv) {
         return 1;
     }
 
-    const std::vector<int> sizes = {128, 256, 512, 1024, 2048, 4096, 8192, 10000};
+    const std::vector<int> sizes = {128, 256, 512, 1024, 2048, 4096};
     const int runs = 10;
 
     for (int size : sizes) {
diff --git a/naive_results.csv b/naive_results.csv
new file mode 100644
index 0000000000000000000000000000000000000000..a9b0d55fbac706b334e83f8276281f0b31fe2663
--- /dev/null
+++ b/naive_results.csv
@@ -0,0 +1,7 @@
+Matrix Size,Time (ms)
+128,0.100013
+256,0.728497
+512,5.99628
+1024,47.2165
+2048,635.609
+4096,11020.6
\ No newline at end of file