Benchmark - XadillaX/illyria2 GitHub Wiki

With MacBook Air (11-inch, Mid 2013)

$ ./benchmark/index.js -n 100 -c 200 -s 100000 -m clients --hide-per
Connect: 66ms
Process: 2357ms
done on 100 times, 200 complicating, block size is 100000 and inconsistent is 0.

$ ./benchmark/index.js -n 100 -c 200 -s 100000 -m client --hide-per
Connect: 6ms
Process: 1777ms
done on 100 times, 200 complicating, block size is 100000 and inconsistent is 0.

You can run $ ./benchmark/index -h by yourself.