Mike Gerwitz
e6325c4c1d
Going higher than that doesn't make sense because we're in shell and invoking commands all around this, so even milliseconds isn't going to be entirely accurate here. However, what I am more interested in is observing time relative to other runs; this isn't intended for profiling, but for eyeballing unexpected behavior. DEV-13708 |
||
---|---|---|
.. | ||
xmli | ||
README.md | ||
run-tests |
README.md
System and Integration Tests
Rust files in this directory will be recognized by Cargo and will be
automatically compiled and run by make check
.
Shell scripts prefixed with test-
will be recognized by our test harness
and run on make check
. These scripts should be preferred when confidence
in the system end-to-end is required, since they invoke the binaries just
the same as the user or build process would.
Unit and integration tests written in Rust are located alongside the modules
they test in ../src/
. Benchmarks are in
../benches
.