Files
tlsn/crates/harness/bench.toml
sinu.eth 0933d711d2 feat: harness (#703)
* feat: harness

* delete tests.rs build artifact

* fix binary path

* seconds -> milliseconds

* update lock

* add empty tests module

* rustfmt

* ToString -> Display

* output tests module into build artifacts

* clippy

* rustfmt
2025-06-06 13:34:32 -07:00

52 lines
573 B
TOML

#### Latency ####
[[group]]
name = "latency"
bandwidth = 1000
[[bench]]
group = "latency"
latency = 10
[[bench]]
group = "latency"
latency = 25
[[bench]]
group = "latency"
latency = 50
[[bench]]
group = "latency"
latency = 100
[[bench]]
group = "latency"
latency = 200
#### Bandwidth ####
[[group]]
name = "bandwidth"
latency = 25
[[bench]]
group = "bandwidth"
bandwidth = 10
[[bench]]
group = "bandwidth"
bandwidth = 50
[[bench]]
group = "bandwidth"
bandwidth = 100
[[bench]]
group = "bandwidth"
bandwidth = 250
[[bench]]
group = "bandwidth"
bandwidth = 1000