Skip to content

Commit

Permalink
fix: Revert "feat(auth): entity level authentication (#807)" (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Jan 20, 2024
1 parent 4727265 commit 51722f3
Show file tree
Hide file tree
Showing 60 changed files with 502 additions and 3,082 deletions.
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
target/
*.schema.json
.vscode/
.tailcall.schema.json
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"inline-many-list.graphql",
"test-grpc.graphql",
"test-expr-success.graphql",
"omit-many.graphql",
"tests/graphql/auth.graphql"
"omit-many.graphql"
],
"options": {
"printWidth": 200
Expand Down
11 changes: 1 addition & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"rust-analyzer.linkedProjects": ["./Cargo.toml", "./cloudflare/Cargo.toml"],
"cSpell.words": [
"hasher",
"Htpasswd",
"httpmock",
"indexmap",
"jwks",
"prost",
"Sfixed",
"thiserror"
],
"cSpell.words": ["hasher", "thiserror", "indexmap", "prost", "Sfixed", "httpmock"],
"files.watcherExclude": {
"**/target": true
},
Expand Down
Loading

1 comment on commit 51722f3

@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 6.38ms 2.65ms 38.07ms 69.65%
Req/Sec 3.95k 224.26 7.46k 95.17%

472238 requests in 30.10s, 2.37GB read

Requests/sec: 15691.00

Transfer/sec: 80.54MB

Please sign in to comment.