From 97c2c4203cd7c42960cac895987c43a17dff052e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 13 Nov 2020 19:30:52 -0800 Subject: chore: automate running benchmarks (#3140) Uses Github actions to run benchmarks. --- benches/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'benches/Cargo.toml') diff --git a/benches/Cargo.toml b/benches/Cargo.toml index cca0ece5..d0383f36 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -17,13 +17,13 @@ path = "spawn.rs" harness = false [[bench]] -name = "mpsc" -path = "mpsc.rs" +name = "sync_mpsc" +path = "sync_mpsc.rs" harness = false [[bench]] -name = "scheduler" -path = "scheduler.rs" +name = "rt_multi_threaded" +path = "rt_multi_threaded.rs" harness = false -- cgit v1.2.3