Skip to content

Commit

Permalink
fix(deps): update rust crate deno_core to 0.275.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent cd6bb72 commit b5fa454
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lazy_static = "1.4.0"
which = { version = "6.0.1", optional = true }
async-recursion = "1.1.0"
tempfile = "3.10.1"
deno_core = { version = "0.274.0", optional = true, features = [
deno_core = { version = "0.275.0", optional = true, features = [
"v8_use_custom_libcxx",
], default-features = false }
strum_macros = "0.26.2"
Expand Down

1 comment on commit b5fa454

@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.45ms 3.52ms 169.72ms 73.64%
Req/Sec 3.40k 193.72 3.90k 92.75%

405975 requests in 30.01s, 2.03GB read

Requests/sec: 13526.66

Transfer/sec: 69.43MB

Please sign in to comment.