From 0265acc2caf2d0dffb640ccd4f46c5d9d8163903 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 25 Jul 2023 13:35:30 -0400 Subject: ALEX Benchmarking: added benchmark for ALEX --- benchmarks/test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 benchmarks/test.cpp (limited to 'benchmarks/test.cpp') 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 test; + +} -- cgit v1.2.3