|
|
|
|
|
by voidlogic
4697 days ago
|
|
When I see someone doing something like this and: 1. They are not using the latest Go (atm 1.1.2)
2. GOMAXPROCS is not = the number of CPUs
3. They are using ab rather than something more scalable like wrk
I assume they either don't know what they are doing, or want to make Go look bad.On a side note, Go is already known to be much faster at web-serving than node.js: http://www.techempower.com/benchmarks/#section=data-r6&hw=i7... |
|
Also in this bench Go danced circles around node. I dunno what you're complaining about.