feat output artifacts to tmp; add bench & profiling; minor fixes

This commit is contained in:
2026-02-23 02:51:39 -07:00
parent 9649961580
commit f8ced2196c
13 changed files with 2404 additions and 221 deletions

View File

@@ -3,6 +3,10 @@ name = "skyforge"
version = "0.1.112"
edition = "2024"
[profile.profiling]
inherits = "release"
debug = true
[dependencies]
anyhow = "1"
clap = { version = "4.5" }
@@ -13,3 +17,11 @@ yaml_serde = "0"
tera = "1"
thiserror = "1"
walkdir = "2"
[dev-dependencies]
criterion = "0.5"
flamegraph = "0.6"
[[bench]]
name = "benchmark"
harness = false