Skip to content

Commit

Permalink
chore: update test file names
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed May 7, 2024
1 parent 5e3ca1d commit 1f96a3f
Show file tree
Hide file tree
Showing 55 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async fn is_sdl_error(spec: ExecutionSpec, mock_http_client: Arc<Http>) -> bool
let errors: Vec<SDLError> =
cause.as_vec().iter().map(|e| e.to_owned().into()).collect();

let snapshot_name = format!("execution_spec__{}_errors", spec.safe_name);
let snapshot_name = format!("{}_error", spec.safe_name);

insta::assert_json_snapshot!(snapshot_name, errors);
}
Expand Down

1 comment on commit 1f96a3f

@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.05ms 3.22ms 101.92ms 72.67%
Req/Sec 3.59k 136.07 4.79k 86.70%

429832 requests in 30.10s, 2.15GB read

Requests/sec: 14280.13

Transfer/sec: 73.30MB

Please sign in to comment.