more iterations

This commit is contained in:
Daniel Lemire 2024-12-13 22:54:04 -05:00
parent 31cc0d1a0e
commit be9a8453c4

View File

@ -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)",