Skip to content

Commit

Permalink
chore: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Sep 22, 2024
1 parent 8c7112d commit e0216b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/generator/json/http_directive_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ mod test {
.map(|(name, arg)| (name.to_string(), arg.type_of.name().to_owned()))
.collect::<HashMap<_, _>>();
let test_args = vec![
("p1".to_string(), "Int".to_string()),
("p2".to_string(), "String".to_string()),
("GEN__1".to_string(), "Int".to_string()),
("GEN__2".to_string(), "String".to_string()),
]
.into_iter()
.collect::<HashMap<_, _>>();
Expand Down

1 comment on commit e0216b3

@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 11.64ms 5.49ms 180.48ms 93.65%
Req/Sec 2.20k 287.93 3.14k 86.00%

262560 requests in 30.03s, 1.32GB read

Requests/sec: 8743.04

Transfer/sec: 44.88MB

Please sign in to comment.