Skip to content

Commit

Permalink
updated benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
nar10z committed Dec 14, 2023
1 parent 2a21e04 commit e75b009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions _benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ go 1.19

require (
github.com/lrweck/accumulator v0.0.0-20230204043344-6f6538ed8d35
github.com/nar10z/go-accumulator v1.0.6
github.com/nar10z/go-accumulator v1.1.0
golang.org/x/sync v0.5.0
)

replace github.com/nar10z/go-accumulator => ../
2 changes: 2 additions & 0 deletions _benchmark/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/lrweck/accumulator v0.0.0-20230204043344-6f6538ed8d35 h1:UOy0xlaFCC7AtcL+V75Y966WFPnUzQijYfC4Zkqvcx4=
github.com/lrweck/accumulator v0.0.0-20230204043344-6f6538ed8d35/go.mod h1:aEHlgNG5u4yPx0TqYv6yeuvefUCthLFnu7x+p3alMmg=
github.com/nar10z/go-accumulator v1.1.0 h1:UdRiD9/peiSvnkjrhZxo9B9oduDdUYdSyeEw81bJd/0=
github.com/nar10z/go-accumulator v1.1.0/go.mod h1:SNerQGLm6JtsUPM6A0B3MUs2huX8Sfkya50BuhE7RLQ=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
Expand Down

0 comments on commit e75b009

Please sign in to comment.