Skip to content

Commit

Permalink
better start line in gorilla ws bench
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 30, 2023
1 parent 56cce68 commit 763e1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/ws_benchmarks/benchmark_gorilla/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
v, _ := strconv.Atoi(os.Getenv("MAX_FRAME_MESSAGES"))
maxMessagesInFrame = v
}
log.Printf("NumCPU: %d, Write Delay: %s, Max messages in frame: %d, Queue init cap: %d\n",
log.Printf("NumCPU: %d, WRITE_DELAY: %s, MAX_FRAME_MESSAGES: %d, QUEUE_INITIAL_CAP: %d\n",
runtime.NumCPU(), writeDelay, maxMessagesInFrame, queueInitialCap)

node, _ := centrifuge.New(centrifuge.Config{
Expand Down

0 comments on commit 763e1f0

Please sign in to comment.