From 9a8436546334f81a312adb96cf8bd4b956d93ba0 Mon Sep 17 00:00:00 2001
From: j2-tulloch <james2.tulloch@live.uwe.ac.uk>
Date: Wed, 20 Dec 2023 21:03:43 +0000
Subject: [PATCH] Update file test3.cpp

---
 Worksheet2/test3.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Worksheet2/test3.cpp b/Worksheet2/test3.cpp
index ca780e4..4b81b52 100644
--- a/Worksheet2/test3.cpp
+++ b/Worksheet2/test3.cpp
@@ -1,7 +1,8 @@
 #include <chrono>
 #include <iostream>
 #include "bumpalld.hpp"
-//#include "bumpall.hpp"
+//#include "bumpall.hpp" // Remove and comment the above to compare the compile times
+
 
 void benchmarkBumpAllocator() {
     const size_t blockSize = 1000000; // Size of the memory block
-- 
GitLab