diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2024-01-15 17:21:11 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2024-01-15 17:21:11 -0500 |
| commit | 0a9e79416df03a9e0a3d2cf171cf90028a644d6d (patch) | |
| tree | d0bb856608809fe54ab47eac0a3382a8f2ff9318 /benchmarks/test.cpp | |
| parent | b485685968c7ab626d98cc2a84a122d7ca3c68ce (diff) | |
| download | dynamic-extension-0a9e79416df03a9e0a3d2cf171cf90028a644d6d.tar.gz | |
Benchmarking programs
Diffstat (limited to 'benchmarks/test.cpp')
| -rw-r--r-- | benchmarks/test.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks/test.cpp b/benchmarks/test.cpp deleted file mode 100644 index 75bffe3..0000000 --- a/benchmarks/test.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "alex.h" - - -int main(int argc, char **argv) { - alex::Alex<int, int> test; - -} |