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
co-authored by Dennis Kobert
parent 1c9c19a697
commit 456a7c868d
11 changed files with 74 additions and 76 deletions
Generated
+48 -38
View File
@@ -1889,7 +1889,7 @@ dependencies = [
"graphene-core",
"graphene-hash",
"graphic-types",
"iai-callgrind",
"gungraun",
"js-sys",
"log",
"pretty_assertions",
@@ -2243,6 +2243,43 @@ dependencies = [
"svg_fmt",
]
[[package]]
name = "gungraun"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e2e7d17b75a18300d495a5e79970067b92d74e4858c28326e125f2d55b1b566"
dependencies = [
"bincode",
"derive_more",
"gungraun-macros",
"gungraun-runner",
]
[[package]]
name = "gungraun-macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35c7fb6133421db1cf752b7a2838d9277a26810ccaeeca7aa449f96ad7c2b01"
dependencies = [
"derive_more",
"proc-macro-error2",
"proc-macro2",
"quote",
"rustc_version",
"serde",
"serde_json",
"syn 2.0.106",
]
[[package]]
name = "gungraun-runner"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19bb4c552085f983300b11694022d7584810dca3500c220962ab2353327fb45"
dependencies = [
"serde",
]
[[package]]
name = "h2"
version = "0.4.12"
@@ -2442,42 +2479,6 @@ dependencies = [
"windows-registry",
]
[[package]]
name = "iai-callgrind"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1e4910d3a9137442723dfb772c32dc10674c4181ca078d2fd227cd5dce9db0"
dependencies = [
"bincode",
"derive_more",
"iai-callgrind-macros",
"iai-callgrind-runner",
]
[[package]]
name = "iai-callgrind-macros"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d03775318d3f9f01b39ac6612b01464006dc397a654a89dd57df2fd34fb68c3"
dependencies = [
"derive_more",
"proc-macro-error2",
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn 2.0.106",
]
[[package]]
name = "iai-callgrind-runner"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b74c9743c00c3bca4aaffc69c87cae56837796cd362438daf354a3f785788c68"
dependencies = [
"serde",
]
[[package]]
name = "iana-time-zone"
version = "0.1.63"
@@ -2694,7 +2695,7 @@ dependencies = [
"graph-craft",
"graphene-core",
"graphene-std",
"iai-callgrind",
"gungraun",
"log",
"once_cell",
"preprocessor",
@@ -4643,6 +4644,15 @@ dependencies = [
"thiserror 2.0.18",
]
[[package]]
name = "rustc_version"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
dependencies = [
"semver",
]
[[package]]
name = "rustix"
version = "1.0.8"