mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Migrate iai-callgrind to the renamed successor gungraun (#4056)
* Add .nvim.lua to gitignore * Migrate from iai-callgrind to the renamed successor gungraun --------- Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
@@ -30,7 +30,7 @@ serde = { workspace = true }
|
||||
# Workspace dependencies
|
||||
graph-craft = { workspace = true, features = ["loading"] }
|
||||
criterion = { workspace = true }
|
||||
iai-callgrind = { workspace = true }
|
||||
gungraun = { workspace = true }
|
||||
preprocessor = { workspace = true }
|
||||
|
||||
# Benchmarks
|
||||
@@ -47,13 +47,13 @@ name = "run_cached"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "update_executor_iai"
|
||||
name = "update_executor_gungraun"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "run_once_iai"
|
||||
name = "run_once_gungraun"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "run_cached_iai"
|
||||
name = "run_cached_gungraun"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user