We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5e92b commit e720395Copy full SHA for e720395
1 file changed
README.md
@@ -508,6 +508,14 @@ in some cases:
508
sudo ./build/benchmarks/realbenchmark
509
```
510
511
+If you have a text file containing one number per line (`myfile.txt`), you can run a benchmark over it like so:
512
+```
513
+cmake -B build -D FASTFLOAT_BENCHMARKS=ON
514
+cmake --build build
515
+./build/benchmarks/realbenchmark myfile.txt
516
517
+
518
519
## Packages
520
521
* The fast_float library is part of the [Conan package
0 commit comments