From 3b7377cb51b963c96cf6aba759d575b9ab9e8cc2 Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Thu, 3 Dec 2020 14:56:25 +0100 Subject: [PATCH] fixed typo in readme Fixes: https://github.com/rust-vmm/rust-vmm-ci/issues/39 Signed-off-by: Andreea Florescu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bdc5a4..b109e85 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ outside the CI with: cargo bench [--all-features] OR [--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