add benchmarks for non-fundamental Scalar types for VectorT
This commit is contained in:
5
src/Benchmark/VectorT_dummy_data.cpp
Normal file
5
src/Benchmark/VectorT_dummy_data.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "VectorT_dummy_data.hpp"
|
||||
|
||||
template<> std::valarray<double> make_dummy_component() {
|
||||
return std::valarray<double>(128);
|
||||
}
|
||||
Reference in New Issue
Block a user