Skip to content

Commit

Permalink
Violating expected benchmark ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 committed Jan 3, 2024
1 parent 81d38b2 commit f1edaa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ import "testing"
func BenchmarkAdd(b *testing.B) {
for i := 0; i < b.N; i++ {
Add(1, 2)
Add(1,3)
Add(1,4)
}
}

0 comments on commit f1edaa8

Please sign in to comment.