This repository has no description
809 B
44 lines
1[package]
2name = "knot-bench"
3version = "2.0.0"
4edition = { workspace = true }
5rust-version = { workspace = true }
6license = { workspace = true }
7publish = false
8
9[features]
10instrument = ["knot-git/instrument", "knot-cob/instrument"]
11
12[dependencies]
13knot-types = { workspace = true }
14knot-git = { workspace = true }
15knot-pack = { workspace = true }
16knot-cob = { workspace = true }
17knot-cobs = { workspace = true }
18knot-index = { workspace = true }
19knot-runtime = { workspace = true }
20gix = { workspace = true }
21tempfile = { workspace = true }
22
23[dev-dependencies]
24divan = { workspace = true }
25
26[[bench]]
27name = "pack"
28harness = false
29
30[[bench]]
31name = "cob"
32harness = false
33
34[[bench]]
35name = "coldstart"
36harness = false
37
38[[bench]]
39name = "advert"
40harness = false
41
42[[bench]]
43name = "projection"
44harness = false