Use Codspeed for continous benchmarking (#6896)

This commit is contained in:
Micha Reiser 2023-08-26 16:34:35 +02:00 committed by GitHub
parent 9d77552e18
commit ed1b4122d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 83 additions and 173 deletions

View file

@ -1,3 +1,5 @@
pub mod criterion;
use std::fmt::{Display, Formatter};
use std::path::PathBuf;
use std::process::Command;