Add section about benchmarking to readme

This commit is contained in:
Lachlan Sneff
2019-02-22 12:31:31 -08:00
parent 687f70df89
commit cb84894d42

View File

@ -142,6 +142,14 @@ You can also run integration tests with:
make integration-tests make integration-tests
``` ```
## Benchmarking
Benchmarks can be run with:
```sh
cargo bench --all
```
## Roadmap ## Roadmap
Wasmer is an open project guided by strong principles, aiming to be modular, flexible and fast. It is open to the community to help set its direction. Wasmer is an open project guided by strong principles, aiming to be modular, flexible and fast. It is open to the community to help set its direction.