Skip to content

Commit 26278b9

Browse files
committed
Added new benchmarks
1 parent e69e78a commit 26278b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

benchmark/benchmark_stl.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,12 @@
9696
vOutput = xt::maximum(vInput1, vInput2);
9797
}
9898
}
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);
99106
}
100107

0 commit comments

Comments
 (0)