Skip to content

Commit

Permalink
replaced gigabytes_per_second with throughput_gigabytes_per_second
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenNhuDi committed Aug 20, 2024
1 parent 89aacd9 commit 0d9aa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/custom_csv_formater.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class customCSVReporter : public BenchmarkReporter
"cpu_time",
"time_unit",
"bytes_per_second",
"gigabytes_per_second",
"throughput_gigabytes_per_second",
"lambda",
"items_per_second",
"label",
Expand Down

0 comments on commit 0d9aa5b

Please sign in to comment.