You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2023. It is now read-only.
At first we ran a benchmark with some files (5 MB, 50 MB, 100 MB, 200MB, 500MB, 1000MB). They were simply send from the Client to the Server. Bother Server and Client were run on the same machine trough the loopback interface. Each time the server got the complete time we took time.
As you can see in the graph, the needed time scales linearly with the amount of data send. This is optimal. With this counts we achieve around 24.64 MB/s.
The next time we measured was the time to first byte. Therefore we run a timer from the creation of the internal FilesystemServer Object to the first byte received. The results are mostly between 0.00467 and 0.001724. The only reason that comes to our mind for the varying results are scheduling differences on the system running the benchmark.