Skip to content

Commit

Permalink
more iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lemire committed Dec 14, 2024
1 parent 31cc0d1 commit be9a845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ std::vector<std::u16string> widen(const std::vector<std::string> &lines) {
}

void process(std::vector<std::string> &lines, size_t volume) {
size_t repeat = 100;
size_t repeat = 1000;
double volumeMB = volume / (1024. * 1024.);
std::cout << "ASCII volume = " << volumeMB << " MB " << std::endl;
pretty_print(volume, lines.size(), "fastfloat (64)",
Expand Down

0 comments on commit be9a845

Please sign in to comment.