14 lines
266 B
TOML
14 lines
266 B
TOML
[package]
|
|
name = "symclaw-benchmarks"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[[bench]]
|
|
name = "engine_bench"
|
|
harness = false
|
|
|
|
[dependencies]
|
|
symclaw-core = { path = "../crates/symclaw-core" }
|
|
criterion = { version = "0.5", features = ["html_reports"] }
|