lesismal / go-websocket-benchmark

121 stars 14 forks source link

Choose the latest version of gobwas/ws for a fair compare #2

Closed WeiquanWa closed 1 year ago

WeiquanWa commented 1 year ago

I've noticed gobwas/ws:v1.0.2 is being used for benchmarking. but the latest version of the library is v1.2.1.

lesismal commented 1 year ago

Thanks for the correction! Already update to v1.2.1: https://github.com/lesismal/go-websocket-benchmark/blob/main/go.mod#L6

I haven't update the output in README, but have run the benchmark and it seems gobwas/ws v1.2.1 brings no performance promotion.