diff --git a/test/main.cpp b/test/main.cpp index 1797127..ce934c9 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -157,7 +157,7 @@ void runFunctions() { // using namespace fsi; int main() { // runFunctions(); - // measurePerformance(); + measurePerformance(); // example1(); - example2(); + // example2(); }