Last active
April 1, 2025 14:42
-
-
Save sebastienros/82f5dd4ef1560b793574f3c7bd8dc656 to your computer and use it in GitHub Desktop.
Revisions
-
sebastienros revised this gist
Jun 9, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ | | Pipeline | Pipeline io_uring | Non-pipelined | Non-pipelined io_uring | |------------------|----------|--------------------|----------------|-------------------------| | CPU | 99 | 50 (-50%) | 97 | 48 (-50%) | | RPS | 2,592,670 | 2,878,222 (+11%) | 497,429 | 631,976 (+26%) | | Working set | 79 | 81 | 79 | 81 | | Latency (mean) | 1.28 | 0.98 | 1.07 | 1.47 | | Latency (99th) | n/a | 7.57 | 14.8 | 14.67 | -
sebastienros created this gist
Jun 9, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ | | Pipeline | Pipeline io_uring | Non-pipelined | Non-pipelined io_uring | |------------------|----------|--------------------|----------------|-------------------------| | CPU | 99 | 50 | 97 | 48 | | RPS | 2592670 | 2878222 | 497429 | 631976 | | Working set | 79 | 81 | 79 | 81 | | Latency (mean) | 1.28 | 0.98 | 1.07 | 1.47 | | Latency (99th) | n/a | 7.57 | 14.8 | 14.67 |