feat: add comprehensive CI/CD pipeline and Docker support

This commit is contained in:
Adir Shitrit
2025-11-08 11:18:27 +02:00
parent bae68652e1
commit fcafb7e471
5 changed files with 487 additions and 0 deletions

15
benches/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "ghost-bench"
version = "0.1.0"
edition = "2021"
[[bench]]
name = "detection_performance"
harness = false
[dependencies]
ghost-core = { path = "../ghost-core" }
criterion = { version = "0.5", features = ["html_reports"] }
[dev-dependencies]
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }