Benchmarks - PvdBerg1998/PNet GitHub Wiki
Benchmarks
Current benchmarks available:
Hardware used:
- i5 6600k @3.5 GHz
- 16GB DDR4 @2666 MHz
- Windows 10.0.14393
- Java 1.8.0_121
All benchmarks can be found in BenchMarkTest.java.
Each benchmark will be run 3 times.
Empty packets per second
For this benchmark, 1000 packets without any data will be sent to and handled by a PlainServer
running on localhost
.
Run #1: 183203.86
Run #2: 192836.44
Run #3: 175769.56
Average: 184.000 packets per second
MB per second
For this benchmark, 1000 packets each containing 50MB random data will be sent to and handled by a PlainServer
running on localhost
.
Run #1: 971.03314
Run #2: 973.75775
Run #3: 1020.51904
Average: 990 MB/s