1
1
mirror of https://github.com/mgree/ffs.git synced 2024-10-05 23:27:18 +03:00
ffs/tests/README.md
Michael Greenberg 6ed74ee0c7
Timing support (#46)
Benchmarks, in two flavors: real-world benchmarks and synthetic microbenchmarks.

`--time` flag for benchmarking output on stderr.

Using R to generate pretty graphs. Some overhaul of build scripts and artifacts, with the hope of simplifying the release system.
2021-07-29 17:55:53 -07:00

7 lines
288 B
Markdown

To run tests, run `run_tests.sh` (in the repo root).
These tests cover a wide variety of features. Testing is slow because
mountpoints aren't _immediately_ available after running `ffs` in the
background---you need a few milliseconds, but there's no portable way
to sleep just a little.