Skip to content

Commit 09ee229

Browse files
committed
#4: Add benchmarks table
1 parent d2ccd1d commit 09ee229

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,13 @@ func main() {
7373
}
7474
```
7575

76+
### Benchmarks
7677

78+
| Benchmark name | Total Repetitions | Single Repetition Duration (ns/op)
79+
| :--- | :---: | :---: |
80+
| BenchmarkSolveMax8x8-4 | 50000 | 24754 |
81+
| BenchmarkSolveMax10x10-4 | 30000 | 44627 |
82+
| BenchmarkSolveMax12x12-4 | 20000 | 62984 |
83+
| BenchmarkSolveMin8x8-4 | 30000 | 53301 |
84+
| BenchmarkSolveMin10x10-4 | 10000 | 131101 |
85+
| BenchmarkSolveMin12x12-4 | 10000 | 183518 |

0 commit comments

Comments
 (0)