vmbench icon indicating copy to clipboard operation
vmbench copied to clipboard

Network Server Performance Benchmarking Toolbench

Results 10 vmbench issues
Sort by recently updated
recently updated
newest added

`./run_benchmarks ` leads to - ```Server is up and running. Warming up server... ./echo_client --output-format=json --addr=127.0.0.1:25000 --msize=1024 --duration=10 --concurrency=10 Traceback (most recent call last): File "./echo_client", line 14, in import...

it will be very interesting to investigate how twisted web will perform with uvloop, it's already working from the latest version look at this simple test: https://gist.github.com/ldjebran/4febf298232a6fd86871df25d4dc00dd

Please see also https://github.com/MagicStack/uvloop/issues/158 and https://github.com/MagicStack/uvloop/pull/176

Here are a few fixes that I needed to get the code running smoothly locally: * disable caching while building * update uvloop version so there isn't an exception caused...

Hi, Please see and merge ? my pull request Thank

``` [19:12:45 fxsatlin01 vmbench] (master)$ ./run_benchmarks --benchmarks tcpecho-uvloop-protocol,tcpecho-uvloop-sockets TCP echo server (uvloop) ======================== Starting server... docker run --rm -t -p 25000:25000 -e UID=10710547 -e GID=22002 -v /localdisk/work/amalakho/vmbench/.cache:/var/lib/cache -v /localdisk/work/amalakho/vmbench/sockets:/tmp/sockets --name...

I had hard times configuring Docker for corporate proxy. It looks like there is just no way to do it externally w.r.t. your Dockerfile, so I had to modify it...

## http_client 1. Original code doesn't allow to set concurency=1. 2. There was division by zero problem in lua script. 3. In some situations lua script returns 'nan' in json...

Since we are comparing nodejs and its uv bindings, it would be interesting to see how lua's libuv bindings compare. If you're interested in this addition, I will try and...

Which nodejs version you used? 0.10.x, 4.x, 6 ?