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
In #538 we migrated from Aleph to Jetty, because Aleph and Manifold is no longer maintained by the Zachary Tellman and Jetty is certainly more mature and has a good change to get security updates more frequently.
However, in a performance test of small HTTP GET's of read interaction of Patient resources, Aleph has better throughput.
To test this, I used the following vegeta Patient resource template:
The test was carried out on a a VM with Xeon E5-2687W v4 @ 3.00GHz CPU's, with plenty of RAM and the Docker container constraint to 4 CPU's.
Jetty 10 was even slower.
This issue should help to remember that the throughput in this particular scenario was higher with Aleph. Because it's more important to have the improved maturity of Jetty opposed to the better throughput of Aleph, this issue has low priority.
The text was updated successfully, but these errors were encountered:
In #538 we migrated from Aleph to Jetty, because Aleph and Manifold is no longer maintained by the Zachary Tellman and Jetty is certainly more mature and has a good change to get security updates more frequently.
However, in a performance test of small HTTP GET's of read interaction of Patient resources, Aleph has better throughput.
To test this, I used the following vegeta Patient resource template:
and the following script:
to create 6000 Patient resources and the following vegeta Patient read template:
and script:
to read 3000 of that patients with 100 concurrent workers for 60 seconds. The results with Aleph are:
and with Jetty 9.4:
The test was carried out on a a VM with Xeon E5-2687W v4 @ 3.00GHz CPU's, with plenty of RAM and the Docker container constraint to 4 CPU's.
Jetty 10 was even slower.
This issue should help to remember that the throughput in this particular scenario was higher with Aleph. Because it's more important to have the improved maturity of Jetty opposed to the better throughput of Aleph, this issue has low priority.
The text was updated successfully, but these errors were encountered: