We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff0a3c commit a2abe86Copy full SHA for a2abe86
benchmark/comparison/comparison_main.cpp
@@ -2,16 +2,11 @@
2
* Comparison benchmarks: xtensor vs raw C++
3
****************************************************************************/
4
5
-#include <iostream>
6
-
7
#include <benchmark/benchmark.h>
8
9
// Custom main for comparison benchmarks
10
int main(int argc, char** argv)
11
{
12
- std::cout << "=== COMPARISON BENCHMARKS: xtensor vs raw C++ ===" << std::endl;
13
- std::cout << "Each benchmark runs multiple implementations for direct comparison\n" << std::endl;
14
15
benchmark::Initialize(&argc, argv);
16
if (benchmark::ReportUnrecognizedArguments(argc, argv))
17
0 commit comments