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 has been archived by the owner on Feb 8, 2021. It is now read-only.
I did a simple benchmark test on hyperd and docker using wrk and nginx, but found that hyperd is quite slower than docker, below is the detailed result:
hyperd
container: hyperctl run -td --name web --memory=1024 nginx
test command: wrk -t12 -c400 -d30s http://192.168.123.6
test result:
@gnawux Interesting! I actually had the same performance issue when running hyperd on aws vm. So using runV with the xen pv mode will be better for that use case? Do we have permission to use the xen pv mode on aws vm?
BTW, have you guys investigated how this can be integrated with kubernetes?
I did a simple benchmark test on hyperd and docker using wrk and nginx, but found that hyperd is quite slower than docker, below is the detailed result:
hyperd
container:
hyperctl run -td --name web --memory=1024 nginx
test command:
wrk -t12 -c400 -d30s http://192.168.123.6
test result:
docker
container:
docker run -td --name web --memory=1024M nginx
test command:
wrk -t12 -c400 -d30s http://172.17.0.2
test result:
Docker and hyperd are on a same virtual machine with memory=2048M and vcpu=1.
Was I doing something wrong or the benchmark is not suitable? Cause the result seems incredible
The text was updated successfully, but these errors were encountered: