Skip to content
New issue

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

[ruby/rack] Don't use async_thread_pool #9466

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

p8
Copy link
Contributor

@p8 p8 commented Dec 17, 2024

Not using async_thread_pool seems faster:

branch_name plaintext update json db query fortune weighted_score
master 101265 13921 113730 33371 24701 28719 1794
disable-async-thread-pool 102381 13441 126911 40248 28379 43834 1928

Not using async_thread_pool seems faster:

+-------------------------+---------+------+------+-----+-----+-------+--------------+
|              branch_name|plaintext|update|  json|   db|query|fortune|weighted_score|
+-------------------------+---------+------+------+-----+-----+-------+--------------+
|                   master|   101265| 13921|113730|33371|24701|  28719|          1794|
|disable-async-thread-pool|   102381| 13441|126911|40248|28379|  43834|          1928|
@NateBrady23 NateBrady23 merged commit 36a565a into TechEmpower:master Dec 17, 2024
4 checks passed
@p8 p8 deleted the rack/disable-async-thread-pool branch December 18, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants