Fix cubic review

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-15 15:00:38 +01:00
parent 729551beac
commit 85e453ebcd
9 changed files with 66 additions and 27 deletions

View File

@@ -199,7 +199,7 @@ func BenchmarkPattern(b *testing.B) {
}
func BenchmarkValidate_WithErrors(b *testing.B) {
email := "invalid-email"
email := ""
b.ResetTimer()
for i := 0; i < b.N; i++ {