dwbase-bench 0.1.0

DWBase: agent-first immutable atom store, components, and tools.
[[bench]]
harness = false
name = "engine"
path = "benches/engine.rs"

[dependencies.anyhow]
version = "1"

[dependencies.criterion]
features = ["async_tokio"]
version = "0.8"

[dependencies.dwbase-core]
version = "0.1.0"

[dependencies.dwbase-engine]
features = ["tokio"]
version = "0.1.0"

[dependencies.dwbase-security]
version = "0.1.0"

[dependencies.dwbase-storage-sled]
version = "0.1.0"

[dependencies.dwbase-stream-local]
version = "0.1.0"

[dependencies.dwbase-vector-hnsw]
version = "0.1.0"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread", "time"]
version = "1"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread", "time"]
version = "1"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "DWBase: agent-first immutable atom store, components, and tools."
documentation = "https://github.com/agentic/greentic-dwbase"
edition = "2021"
homepage = "https://github.com/agentic/greentic-dwbase"
license = "Apache-2.0"
name = "dwbase-bench"
readme = false
repository = "https://github.com/agentic/greentic-dwbase"
version = "0.1.0"

[[test]]
name = "perf"
path = "tests/perf.rs"