Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Jul 30, 2023
1 parent fe626c4 commit 15c23dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ pub fn json(config: Config, ratelimit: Option<&Ratelimiter>) {
let json = JsonSnapshot {
window: window_id,
elapsed,
target_qps: ratelimit.as_ref().map(|ratelimit| ratelimit.rate()),
target_qps: ratelimit.as_ref().map(|ratelimit| ratelimit.rate() as _),
client: Client {
connections,
requests,
Expand Down

0 comments on commit 15c23dd

Please sign in to comment.