We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a same machine, Hermitux's performance varies strongly across Linux kernel (host) releases. With older kernels such as
$ uname -v #1 SMP Debian 4.19.171-2 (2021-01-30)
Hermitux/Redis performs at around 200K req/s (GET). With more recent releases such as
$ uname -v #1 SMP Debian 5.7.10-1~bpo10+1 (2020-07-30)
Hermitux/Redis seems to quickly drop connections; in my case redis-benchmark does not terminate.
redis-benchmark
Hermitux/Redis runs with minifs, on the latest master.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On a same machine, Hermitux's performance varies strongly across Linux kernel (host) releases. With older kernels such as
Hermitux/Redis performs at around 200K req/s (GET). With more recent releases such as
Hermitux/Redis seems to quickly drop connections; in my case
redis-benchmark
does not terminate.Hermitux/Redis runs with minifs, on the latest master.
The text was updated successfully, but these errors were encountered: