mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
Use Codspeed for continous benchmarking (#6896)
This commit is contained in:
parent
9d77552e18
commit
ed1b4122d0
10 changed files with 83 additions and 173 deletions
|
@ -1,3 +1,5 @@
|
|||
pub mod criterion;
|
||||
|
||||
use std::fmt::{Display, Formatter};
|
||||
use std::path::PathBuf;
|
||||
use std::process::Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue