We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ccd1d commit 09ee229Copy full SHA for 09ee229
README.md
@@ -73,4 +73,13 @@ func main() {
73
}
74
```
75
76
+### Benchmarks
77
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