Skip to content

Commit be9a845

Browse files
author
Daniel Lemire
committed
more iterations
1 parent 31cc0d1 commit be9a845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ std::vector<std::u16string> widen(const std::vector<std::string> &lines) {
187187
}
188188

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

0 commit comments

Comments
 (0)