Skip to content

Commit 98ac42a

Browse files
authored
Update README.md
1 parent e335a25 commit 98ac42a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dataloadgen
22

3-
[godoc](https://pkg.go.dev/github.com/vikstrous/dataloadgen)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/vikstrous/dataloadgen.svg)](https://pkg.go.dev/github.com/vikstrous/dataloadgen)
44

55
`dataloadgen` is an implementation of a pattern popularized by [Facebook's Dataloader](https://github.com/graphql/dataloader).
66

@@ -78,4 +78,4 @@ BenchmarkDataloadgen/10_concurently-8 17260 65339 ns/op
7878
BenchmarkDataloadgen/all_in_one_request-8 10000 978196 ns/op 573651 B/op 8 allocs/op
7979
```
8080

81-
To run the benchmarks, run `go test -bench=. . -benchmem` from the benchmark directory.
81+
To run the benchmarks, run `go test -bench=. . -benchmem` from the benchmark directory.

0 commit comments

Comments
 (0)