We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69e78a commit 26278b9Copy full SHA for 26278b9
benchmark/benchmark_stl.cpp
@@ -96,5 +96,12 @@
96
vOutput = xt::maximum(vInput1, vInput2);
97
}
98
99
+
100
+ BENCHMARK(Xtensor_Uint16_2000x2000_Maximum_Xtensor);
101
+ BENCHMARK(Xtensor_Uint16_2000x2000_Maximum_StdTransform);
102
+ BENCHMARK(Xtensor_Uint16_2000x2000_MultiplyBy2_Xtensor);
103
+ BENCHMARK(Xtensor_Uint16_2000x2000_MultiplyBy2_StdTransform);
104
+ BENCHMARK(Xtensor_Uint16_2000x2000_DivideBy2Double_Xtensor);
105
+ BENCHMARK(Xtensor_Uint16_2000x2000_DivideBy2Double_StdTransform);
106
107
0 commit comments