Skip to content

Commit a2abe86

Browse files
sbstndbclaude
andcommitted
Remove debug output from comparison benchmark main
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cff0a3c commit a2abe86

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

benchmark/comparison/comparison_main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
* Comparison benchmarks: xtensor vs raw C++
33
****************************************************************************/
44

5-
#include <iostream>
6-
75
#include <benchmark/benchmark.h>
86

97
// Custom main for comparison benchmarks
108
int main(int argc, char** argv)
119
{
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-
1510
benchmark::Initialize(&argc, argv);
1611
if (benchmark::ReportUnrecognizedArguments(argc, argv))
1712
{

0 commit comments

Comments
 (0)