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

bench: Add the room_list bench #3661

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 8, 2024

  1. bench: Add the room_list bench.

    Example of the output:
    
    ```
    room_list/sync/10       time:   [3.5673 ms 3.5899 ms 3.6181 ms]
                            thrpt:  [2.7639 Kelem/s 2.7856 Kelem/s 2.8032 Kelem/s]
    Found 12 outliers among 100 measurements (12.00%)
      1 (1.00%) low severe
      3 (3.00%) high mild
      8 (8.00%) high severe
    room_list/sync/100      time:   [3.6342 ms 3.6667 ms 3.7037 ms]
                            thrpt:  [27.000 Kelem/s 27.273 Kelem/s 27.516 Kelem/s]
    Found 12 outliers among 100 measurements (12.00%)
      5 (5.00%) high mild
      7 (7.00%) high severe
    room_list/sync/1000     time:   [30.426 ms 30.611 ms 30.810 ms]
                            thrpt:  [32.457 Kelem/s 32.668 Kelem/s 32.867 Kelem/s]
    Found 20 outliers among 100 measurements (20.00%)
      13 (13.00%) high mild
      7 (7.00%) high severe
    Benchmarking room_list/sync/10000: Warming up for 3.0000 s
    Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 35.7s, or reduce sample count to 10.
    room_list/sync/10000    time:   [353.56 ms 355.14 ms 356.97 ms]
                            thrpt:  [28.014 Kelem/s 28.158 Kelem/s 28.284 Kelem/s]
    Found 5 outliers among 100 measurements (5.00%)
      3 (3.00%) high mild
      2 (2.00%) high severe
    ```
    Hywan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0f5eef9 View commit details
    Browse the repository at this point in the history