Add iai versions of the runtime benchmarks (#3016)

* Include graph runtime benchmarks in ci regression run

* Update benchmarking workflow

* Remove ci script changes
This commit is contained in:
Dennis Kobert
2025-08-07 00:48:25 +02:00
committed by GitHub
parent e003389526
commit 9b8935d201
5 changed files with 85 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ serde = { workspace = true }
# Workspace dependencies
graph-craft = { workspace = true, features = ["loading"] }
criterion = { workspace = true }
iai-callgrind = { workspace = true }
# Benchmarks
[[bench]]
@@ -42,3 +43,15 @@ harness = false
name = "run_cached"
harness = false
[[bench]]
name = "update_executor_iai"
harness = false
[[bench]]
name = "run_once_iai"
harness = false
[[bench]]
name = "run_cached_iai"
harness = false