Skip to content

Commit

Permalink
#4: Add benchmarks table
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Nov 21, 2019
1 parent d2ccd1d commit 09ee229
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,13 @@ func main() {
}
```

### Benchmarks

| Benchmark name | Total Repetitions | Single Repetition Duration (ns/op)
| :--- | :---: | :---: |
| BenchmarkSolveMax8x8-4 | 50000 | 24754 |
| BenchmarkSolveMax10x10-4 | 30000 | 44627 |
| BenchmarkSolveMax12x12-4 | 20000 | 62984 |
| BenchmarkSolveMin8x8-4 | 30000 | 53301 |
| BenchmarkSolveMin10x10-4 | 10000 | 131101 |
| BenchmarkSolveMin12x12-4 | 10000 | 183518 |

0 comments on commit 09ee229

Please sign in to comment.