fixed typo in readme

Fixes: https://github.com/rust-vmm/rust-vmm-ci/issues/39

Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
Andreea Florescu
2020-12-03 14:56:25 +01:00
committed by Alexandra Iordache
parent c9430ee33a
commit 3b7377cb51

View File

@@ -270,7 +270,7 @@ outside the CI with:
cargo bench [--all-features] OR [--features <features>]
```
`rust-vmm-ci` uses [`critcmp`(https://github.com/BurntSushi/critcmp) to
`rust-vmm-ci` uses [`critcmp`](https://github.com/BurntSushi/critcmp) to
compare the results yielded by `cargo bench --all-features` on the PR being
tested with those from the tip of the upstream `master` branch. The test
runs `cargo bench` twice, once on the current `HEAD`, then again after