add benchmarks for non-fundamental Scalar types for VectorT

This commit is contained in:
Janis Born
2015-11-23 11:38:33 +01:00
parent 8ce8d00bf3
commit 797e83f2c0
4 changed files with 78 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ list (APPEND SOURCES
main.cpp
VectorT_new.cpp
VectorT_legacy.cpp
VectorT_dummy_data.cpp
)
add_executable(OMBenchmark ${SOURCES})