Skip to content

Commit

Permalink
docs: fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarkk committed Dec 2, 2021
1 parent bdb8d56 commit 65ccf76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ BenchmarkResolve-12 13246 83731 ns/op 1344 B/op 47 allocs/
<summary>Compared to other libraries</summary>
<br>

Injecting `resolver_benchmark_test.go > BenchmarkHelloWorldResolve` into [appleboy/golang-graphql-benchmark](https://github.com/appleboy/golang-graphql-benchmark) results in the following result:
Injecting `resolver_benchmark_test.go > BenchmarkHelloWorldResolve` into [appleboy/golang-graphql-benchmark](https://github.com/appleboy/golang-graphql-benchmark) results in the following:

Take these results with a big grain of salt, i didn't use the last version of the libraries thus my result might be garbage compared to the others by now!

```sh
# go test -v -bench=Master -benchmem
Expand All @@ -400,8 +402,6 @@ BenchmarkThunderGraphQLMaster-12 708327 1707 ns/op 1288 B/op
BenchmarkMjarkkGraphQLGoMaster-12 2560764 466.5 ns/op 80 B/op 1 allocs/op
```

Take this result with a big grain of salt, i didn't use the last version of the libraries thus my result might be garbage compared to others by now!

</details>

## Alternatives
Expand Down

0 comments on commit 65ccf76

Please sign in to comment.