mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user