Skip to content

Commit

Permalink
fix(deps): update rust crate url to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent e6060fb commit 034e993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serde = { version = "1.0.200", features = ["derive"] }
serde_qs = "0.13"
serde_yaml = "0.9.34"
serde_urlencoded = "0.7.1"
url = { version = "2", features = ["serde"] }
url = { version = "2.5.0", features = ["serde"] }
reqwest = { version = "0.11", features = [
"json",
"rustls-tls",
Expand Down

1 comment on commit 034e993

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running 30s test @ http://localhost:8000/graphql

4 threads and 100 connections

Thread Stats Avg Stdev Max +/- Stdev
Latency 7.69ms 5.86ms 249.40ms 92.27%
Req/Sec 3.35k 261.46 3.88k 86.83%

399991 requests in 30.00s, 2.00GB read

Requests/sec: 13331.62

Transfer/sec: 68.43MB

Please sign in to comment.