Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Sep 5, 2023
1 parent 577fa33 commit 4a1dbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucketteer/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
for i := 1; i <= numItemsToInsert; i++ {
sig := newRandomSignature()
startedSet := time.Now()
buWr.Push(sig)
buWr.Put(sig)
tookBatch += time.Since(startedSet)
if i%100_000 == 0 {
fmt.Print(".")
Expand Down

0 comments on commit 4a1dbbd

Please sign in to comment.