mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
* 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
52 lines
573 B
TOML
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
|