Skip to content

Commit

Permalink
fix(deps): update rust crate syn to 2.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent 2c5f9c4 commit 2bde868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailcall-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true

[dependencies]
syn = { version = "2.0.58", features = ["derive", "full"] }
syn = { version = "2.0.59", features = ["derive", "full"] }
quote = "1.0"
proc-macro2 = "1.0"

1 comment on commit 2bde868

@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.35ms 3.32ms 90.76ms 72.39%
Req/Sec 3.44k 191.99 3.71k 93.58%

410753 requests in 30.01s, 2.06GB read

Requests/sec: 13685.44

Transfer/sec: 70.24MB

Please sign in to comment.