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

fix(bench): Result interpretation problems #5798

Merged
merged 7 commits into from Dec 14, 2022

Commits on Dec 9, 2022

  1. fix(bench): Include clone3 in thread count

    It's a newer syscall interface and gets counted seperately in strace results.
    Beanow committed Dec 9, 2022
    Copy the full SHA
    3f1f37d View commit details
    Browse the repository at this point in the history
  2. fix(bench): Update totals line parsing

    The column offsets didn't match up when usecs/call is included in the totals.
    Beanow committed Dec 9, 2022
    Copy the full SHA
    e403cda View commit details
    Browse the repository at this point in the history
  3. fix(bench): Enforce locale, avoiding parse errors

    On my local machine, it used an NL locale changing the strace numbers to use commas.
    Adding this env var avoids that problem.
    Beanow committed Dec 9, 2022
    Copy the full SHA
    3c1b949 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0a9d995 View commit details
    Browse the repository at this point in the history
  5. Revert "TMP: run bench on this branch."

    This reverts commit 0a9d995.
    Beanow committed Dec 9, 2022
    Copy the full SHA
    bcd0c97 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. move match

    lucasfernog committed Dec 14, 2022
    Copy the full SHA
    b234fd4 View commit details
    Browse the repository at this point in the history
  2. lint

    lucasfernog committed Dec 14, 2022
    Copy the full SHA
    8416a96 View commit details
    Browse the repository at this point in the history