Skip to content

Commit

Permalink
fix(deps): update rust crate deno_core to 0.276.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent 3170f76 commit 3e3033e
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.275.0", optional = true, features = [
deno_core = { version = "0.276.0", optional = true, features = [
"v8_use_custom_libcxx",
], default-features = false }
strum_macros = "0.26.2"
Expand Down

1 comment on commit 3e3033e

@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.62ms 3.73ms 140.11ms 73.57%
Req/Sec 3.33k 261.07 3.67k 87.08%

397453 requests in 30.01s, 1.99GB read

Requests/sec: 13241.96

Transfer/sec: 67.97MB

Please sign in to comment.