Skip to content

Commit

Permalink
feat(auth): entity level authentication (#1579)
Browse files Browse the repository at this point in the history
Co-authored-by: Tushar Mathur <[email protected]>
  • Loading branch information
meskill and tusharmath authored Mar 28, 2024
1 parent 92af027 commit 8f1d569
Show file tree
Hide file tree
Showing 64 changed files with 1,920 additions and 200 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test-expr-success.graphql",
"test-expr-success.md",
"omit-many.graphql",
"omit-many.md"
"omit-many.md",
"auth.md"
],
"options": {
"printWidth": 210
Expand Down
Loading

1 comment on commit 8f1d569

@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.30ms 3.35ms 91.00ms 72.62%
Req/Sec 3.47k 270.25 4.29k 86.83%

414422 requests in 30.02s, 2.08GB read

Requests/sec: 13805.83

Transfer/sec: 70.86MB

Please sign in to comment.