Skip to content

Commit

Permalink
set benchmark env
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Jan 23, 2025
1 parent fce2537 commit 113af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3005,7 +3005,7 @@ func peerShouldReceiveUpdate(t *testing.T, updateMessage <-chan *UpdateMessage)
}

func BenchmarkSyncAndMarkPeer(b *testing.B) {
os.Setenv("NB_GET_ACCOUNT_BUFFER_INTERVAL", "0")
b.Setenv("NB_GET_ACCOUNT_BUFFER_INTERVAL", "0")

benchCases := []struct {
name string
Expand Down

0 comments on commit 113af47

Please sign in to comment.