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:
gamma0987
2026-05-14 08:18:59 +00:00
committed by GitHub
parent 1c9c19a697
commit 456a7c868d
11 changed files with 74 additions and 76 deletions

View File

@@ -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