summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-07-04 09:01:31 (GMT)
committerGitHub <noreply@github.com>2017-07-04 09:01:31 (GMT)
commit3f10e11d6ad2b97fee4aee6e09bc959ba9b8e0e5 (patch)
tree2c3a127b6e531554e43862d667e7b9f6b8b33d8e /test/src
parentbf5ac8b24f46a418d44aaaeb65481524a7e2f4ca (diff)
parent04121c58222c95b1d808a1556b5110832a1c1119 (diff)
downloaduscxml-3f10e11d6ad2b97fee4aee6e09bc959ba9b8e0e5.zip
uscxml-3f10e11d6ad2b97fee4aee6e09bc959ba9b8e0e5.tar.gz
uscxml-3f10e11d6ad2b97fee4aee6e09bc959ba9b8e0e5.tar.bz2
Merge pull request #153 from tklab-tud/sradomski
Benchmarks and performance improvements
Diffstat (limited to 'test/src')
-rw-r--r--test/src/test-performance.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/src/test-performance.cpp b/test/src/test-performance.cpp
index 13fc141..4142b9d 100644
--- a/test/src/test-performance.cpp
+++ b/test/src/test-performance.cpp
@@ -1,6 +1,5 @@
#include "uscxml/config.h"
#include "uscxml/Interpreter.h"
-#include "uscxml/debug/Benchmark.h"
#include <chrono>
#include <iostream>
@@ -44,5 +43,4 @@ int main(int argc, char** argv) {
iterations = 0;
}
}
- Benchmark::report(std::cout);
}