summaryrefslogtreecommitdiff
path: root/crates/equix/bench/Cargo.toml
blob: eb598febdcc308c296a5a0360e431528c0c7f0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "equix-bench"
version = "0.0.0"
publish = false
edition = "2021"

[[bench]]
name = "equix_bench"
harness = false

[dev-dependencies]
criterion = "0.5.1"
equix = { path = "../" }
rand = "0.8.5"
tor-c-equix = { git = "https://gitlab.torproject.org/tpo/core/tor.git" }

[workspace]
members = ["."]

[profile.bench]
# Inherits release build settings, but adds full debug symbols.
debug = 2
strip = "none"