Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
roeest committed Jun 25, 2024
1 parent daf1057 commit 77212b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 284 deletions.
16 changes: 4 additions & 12 deletions _examples/benchmarking/readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
### starwars example
### Benchmarking server

This server demonstrates a few advanced features of graphql:
- connections
- unions
- interfaces
- enums
This is used to allow you to return and receive json data with a specified size.

to run this server
```bash
go run ./server/server.go
```

and open http://localhost:8080 in your browser
It is meant to be used to test the performance of gqlgen's generated code when having to deal with
requests and responses of various sizes.
30 changes: 0 additions & 30 deletions _examples/benchmarking/server/server.go

This file was deleted.

242 changes: 0 additions & 242 deletions _examples/benchmarking/starwars_test.go

This file was deleted.

0 comments on commit 77212b2

Please sign in to comment.