mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
Use criterion.rs for section benchmarking (#8)
### Changes - Replace Rust nightly built-in benchmarking with criterion.rs - Add benchmarking to Azure Pipelines
This commit is contained in:
@@ -12,3 +12,8 @@ git2 = "0.8.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.0.7"
|
||||
criterion = "0.2.11"
|
||||
|
||||
[[bench]]
|
||||
name = "my_benchmark"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user