Skip to content

Commit

Permalink
⚡ performance testing remove dups
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick committed Jul 25, 2022
1 parent 924a5de commit 5460e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dedup.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ func deDuplicatefloat64(a1 []float64) []float64 {
wg.Wait()
return r
}

1 change: 1 addition & 0 deletions union_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,4 @@ func BenchmarkDeDupString(b *testing.B) {
_ = deDuplicateString(in)
}
}

0 comments on commit 5460e36

Please sign in to comment.