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 results #800

Merged
merged 8 commits into from Dec 9, 2022
Merged

Fix/bench results #800

merged 8 commits into from Dec 9, 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
    Configuration menu
    Copy the full SHA
    494055d 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
    Configuration menu
    Copy the full SHA
    f1d53cf 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
    Configuration menu
    Copy the full SHA
    2979824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f38e7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb58df View commit details
    Browse the repository at this point in the history
  6. fix(bench): Ensure backtraces

    Beanow committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    6165aac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    558f33a View commit details
    Browse the repository at this point in the history
  8. fix(bench): Linter change

    Beanow committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7969fee View commit details
    Browse the repository at this point in the history