summaryrefslogtreecommitdiffstats
path: root/benchmarks/old-bench/test.cpp
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2024-01-15 17:21:11 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2024-01-15 17:21:11 -0500
commit0a9e79416df03a9e0a3d2cf171cf90028a644d6d (patch)
treed0bb856608809fe54ab47eac0a3382a8f2ff9318 /benchmarks/old-bench/test.cpp
parentb485685968c7ab626d98cc2a84a122d7ca3c68ce (diff)
downloaddynamic-extension-0a9e79416df03a9e0a3d2cf171cf90028a644d6d.tar.gz
Benchmarking programs
Diffstat (limited to 'benchmarks/old-bench/test.cpp')
-rw-r--r--benchmarks/old-bench/test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmarks/old-bench/test.cpp b/benchmarks/old-bench/test.cpp
new file mode 100644
index 0000000..75bffe3
--- /dev/null
+++ b/benchmarks/old-bench/test.cpp
@@ -0,0 +1,7 @@
+#include "alex.h"
+
+
+int main(int argc, char **argv) {
+ alex::Alex<int, int> test;
+
+}