mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fixed merge mixup
This commit is contained in:
parent
2e68780fb5
commit
e291d498fa
@ -126,7 +126,7 @@ static void run_benchmarks(int size, int loops, int max_matches,
|
|||||||
/*convert to MB/s*/
|
/*convert to MB/s*/
|
||||||
max_bw /= 1048576.0;
|
max_bw /= 1048576.0;
|
||||||
printf("%-18s, %-12s, %-10d, %-6d, %-10.3f, %-9.3f, %-8.3f, %-7s\n",
|
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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user