From 65ccf76fa111ac21f5373a243944543b12fe6df5 Mon Sep 17 00:00:00 2001 From: mjarkk Date: Thu, 2 Dec 2021 14:47:31 +0100 Subject: [PATCH] docs: fix readme typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dcd03d..7c31181 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,9 @@ BenchmarkResolve-12 13246 83731 ns/op 1344 B/op 47 allocs/ Compared to other libraries
-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 @@ -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! - ## Alternatives