Skip to content

Commit 61fdd6e

Browse files
committed
fix slight bug: uniform -> uniform_01
1 parent e089e04 commit 61fdd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ int main(int argc, char **argv) {
151151
("v,volume", "Volume (number of floats generated).",
152152
cxxopts::value<size_t>()->default_value("100000"))
153153
("m,model", "Random Model.",
154-
cxxopts::value<std::string>()->default_value("uniform"))
154+
cxxopts::value<std::string>()->default_value("uniform_01"))
155155
("s,single", "Use single precision instead of double.",
156156
cxxopts::value<bool>()->default_value("false"))
157157
("S,string-eval", "Evaluate perf. of string generation from decimal mantissa/exponent",

0 commit comments

Comments
 (0)