mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
change first column name csv
This commit is contained in:
parent
b5a29155e4
commit
62a275e576
@ -136,7 +136,7 @@ int main() {
|
||||
for (size_t i = 0; i < N; i++)
|
||||
sizes.push_back(16000 << i * 2);
|
||||
const char charset[] = "aAaAaAaAAAaaaaAAAAaaaaAAAAAAaaaAAaaa";
|
||||
printf("Bench Label, max_matches, size,loops, total_sec, avg_time, "
|
||||
printf("Matcher, max_matches, size,loops, total_sec, avg_time, "
|
||||
"max_bw, avg_bw\n");
|
||||
for (int m = 0; m < 2; m++) {
|
||||
for (size_t i = 0; i < std::size(sizes); i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user