smallnest

Results 109 comments of smallnest

gnuplot not installed? You can follow the steps in https://github.com/smallnest/go-web-framework-benchmark/blob/master/test.sh#L32 and check which step has some problems.

Did you changed the test.sh? I seems `-d` uses a wrong format. It should be like `wrk -t1 -c100 -d30s http://http://127.0.0.1:8080/hello`. wrk should not print error. The nohup.out should looks:

Does your wrk support lua? The test uses `pipeline.lua` to test pipeline: ```sh throughput=$(wrk -t$cpu_cores -c$4 -d30s http://127.0.0.1:8080 -s pipeline.lua --latency -- /hello 16| grep Requests/sec | awk '{print $2}')...

It looks tag doesn't solve your problem because your app can be run at windows. So I have not found a solution.

because the dim of the three values is not atomic

> > because the dim of the three values is not atomic > > Alright then. But at last, if chan is consumed out and no more values pushed in,...

不应该啊。底层map保存的。如果的hashkey相同, 读取出来的节点是相同的。 你能写一个简单的重现程序重现么?

the comment should be deleted.

it looks you has not added servers