]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fixed merge mixup 257/head
authorG.E <gregory.economou@vectorcamp.gr>
Wed, 24 Apr 2024 13:26:38 +0000 (16:26 +0300)
committerG.E <gregory.economou@vectorcamp.gr>
Wed, 24 Apr 2024 13:26:38 +0000 (16:26 +0300)
benchmarks/benchmarks.cpp

index ff6496a612bf32e85bf1a0ebc26223b86fecf9c8..e48652e9c446deb2641a1e67c53f7f9a2b86c6fe 100644 (file)
@@ -126,7 +126,7 @@ static void run_benchmarks(int size, int loops, int max_matches,
         /*convert to MB/s*/
         max_bw /= 1048576.0;
         printf("%-18s, %-12s, %-10d, %-6d, %-10.3f, %-9.3f, %-8.3f, %-7s\n",
-               bench.label, size ,loops, total_sec, avg_time, max_bw );
+               bench.label, "0", size, loops, total_sec, avg_time, max_bw, "0");
     }
 }