summaryrefslogtreecommitdiffstats
path: root/test/src/test-performance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-performance.cpp')
-rw-r--r--test/src/test-performance.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/test-performance.cpp b/test/src/test-performance.cpp
index 4142b9d..13fc141 100644
--- a/test/src/test-performance.cpp
+++ b/test/src/test-performance.cpp
@@ -1,5 +1,6 @@
#include "uscxml/config.h"
#include "uscxml/Interpreter.h"
+#include "uscxml/debug/Benchmark.h"
#include <chrono>
#include <iostream>
@@ -43,4 +44,5 @@ int main(int argc, char** argv) {
iterations = 0;
}
}
+ Benchmark::report(std::cout);
}