Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
chore: update bench log
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Nov 21, 2021
1 parent 528953e commit 8a1c2ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,16 @@ func main() {

qrcode2.QRCode(payload, qrcode2.BrightWhite, qrcode2.NormalBlack, qrcode.Medium)
}
```

Performance
```
goos: darwin
goarch: amd64
pkg: giautm.dev/sgqr
cpu: Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz
Benchmark_BuildPayload
Benchmark_BuildPayload-8 1558408 771.8 ns/op 594 B/op 8 allocs/op
PASS
ok giautm.dev/sgqr 2.447s
```

0 comments on commit 8a1c2ff

Please sign in to comment.