Clarify the signals example slightly

Based on feedback in #402
This commit is contained in:
Eli Bendersky
2021-12-02 06:31:37 -08:00
parent dad9113134
commit 80fb5ebddf
6 changed files with 71 additions and 21 deletions

View File

@@ -66,3 +66,9 @@ func TestIntMinTableDriven(t *testing.T) {
})
}
}
func BenchmarkIntMin(b *testing.B) {
for i := 0; i < b.N; i++ {
IntMin(1, 2)
}
}

View File

@@ -1,2 +1,2 @@
c9ca6b71d9f762b689f1f08a490d8c7f7764fcb3
vY8PN0c6BSx
25e8941d63b555a590e6d44a95ae0e41ecadadca
ALL2BVLkYEr