Development

Testing

cargo test to run unit tests.

Benchmark

cargo +nightly bench to run benchmarks.

Load Testing

We have a nice load testing tool named "Mr. Bench". To ask him for a help, run cargo run -p mrbench. For detail, please refer to the README.

Documentation

For editing the mdbook under doc/ directory, you can run mdbook serve doc to start the local mdbook server.