Skip to content

Commit

Permalink
Fix release version of the bench pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
hismailbulut committed Oct 31, 2023
1 parent b357fe4 commit 51f6404
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/bench/bench_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const BUILD_TYPE = logger.ReleaseBuild

func IsDebugBuild() bool { return false }

func Begin() func(name ...string)
func Begin() func(name ...string) {
return func(name ...string) {}
}

func PrintResults(out io.Writer)
func PrintResults(out io.Writer) {}

0 comments on commit 51f6404

Please sign in to comment.