summaryrefslogtreecommitdiffstats
path: root/benchmarks/test.cpp
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-07-25 13:35:30 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2023-07-25 13:35:30 -0400
commit0265acc2caf2d0dffb640ccd4f46c5d9d8163903 (patch)
tree02ad1b455a572d6467fe88c0df4c1a4455ea4cf0 /benchmarks/test.cpp
parentdd5b728cb4d849b2a4574f4cd6de40e84a4a4150 (diff)
downloaddynamic-extension-0265acc2caf2d0dffb640ccd4f46c5d9d8163903.tar.gz
ALEX Benchmarking: added benchmark for ALEX
Diffstat (limited to 'benchmarks/test.cpp')
-rw-r--r--benchmarks/test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmarks/test.cpp b/benchmarks/test.cpp
new file mode 100644
index 0000000..75bffe3
--- /dev/null
+++ b/benchmarks/test.cpp
@@ -0,0 +1,7 @@
+#include "alex.h"
+
+
+int main(int argc, char **argv) {
+ alex::Alex<int, int> test;
+
+}