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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPomponio committed Feb 26, 2020
1 parent 8edc6de commit 756956b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ func main() {

Benchmarks can be found in the `histogram` package and are run on the `beach_medium.jpg` image (1280x1917).

Here are the results on system with `Windows 10 (1909), i7 4770, 16GB RAM, Go 1.13.8`.

```
BenchmarkWith32Bins-8 5 244802280 ns/op
BenchmarkWith32BinsConcurrent-8 20 53650080 ns/op
BenchmarkWith64Bins-8 5 250596880 ns/op
BenchmarkWith64BinsConcurrent-8 20 54100025 ns/op
BenchmarkWith32Bins-8 5 235398880 ns/op
BenchmarkWith32BinsConcurrent-8 21 50714243 ns/op
BenchmarkWith64Bins-8 5 246097460 ns/op
BenchmarkWith64BinsConcurrent-8 21 51881000 ns/op
```

0 comments on commit 756956b

Please sign in to comment.