diff --git a/Worksheet2/test3.cpp b/Worksheet2/test3.cpp index ca780e4a73da07edf5ada4674fdf07f6a038b631..4b81b528d782a63ae0fca7b336b95327282964ce 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