We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf07b4 commit e203d5dCopy full SHA for e203d5d
solutions/minimum_path_sum/minimumpathsum_test.go
@@ -34,7 +34,7 @@ func Test_minPathSum(t *testing.T) {
34
}))
35
}
36
37
-func Benchmark_permute(b *testing.B) {
+func Benchmark_minPathSum(b *testing.B) {
38
b.StopTimer()
39
b.ReportAllocs()
40
b.StartTimer()
0 commit comments