]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
change first column name csv
authorgtsoul-tech <gtsoulkanakis@gmail.com>
Tue, 2 Apr 2024 10:32:51 +0000 (13:32 +0300)
committergtsoul-tech <gtsoulkanakis@gmail.com>
Tue, 2 Apr 2024 10:32:51 +0000 (13:32 +0300)
benchmarks/benchmarks.cpp

index 14cccc1079b1d9477a044b6e7f0682e2ed270402..fd7aed477109bf1be14dc094a86eba211f8111d3 100644 (file)
@@ -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++) {