chore(ci): automatically publish benchmarks in a graph

This commit is contained in:
Sean McArthur
2020-11-16 13:04:35 -08:00
parent b3b8010e1c
commit 2f2ceb2426
2 changed files with 59 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ use hyper::{Body, Response, Server};
const PIPELINED_REQUESTS: usize = 16;
#[bench]
fn hello_world(b: &mut test::Bencher) {
fn hello_world_16(b: &mut test::Bencher) {
let _ = pretty_env_logger::try_init();
let (_until_tx, until_rx) = oneshot::channel::<()>();