Skip to content

perf!: eagerly process each 64 tasks#286

Closed
KSXGitHub wants to merge 4 commits intomasterfrom
eagerly-process-chunk-of-tasks
Closed

perf!: eagerly process each 64 tasks#286
KSXGitHub wants to merge 4 commits intomasterfrom
eagerly-process-chunk-of-tasks

Conversation

@KSXGitHub
Copy link
Copy Markdown
Owner

@KSXGitHub KSXGitHub commented Jul 1, 2025

Breaking Change

  • AccessEntry has been removed from error_report::Operation.
  • Generic parameter Name of tree_builder::Info has been replaced with NameIter.
  • Generic parameter Name of TreeBuilder has been replaced with NameIter.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 1, 2025

Performance Regression Reports

commit: ae45a08

--quantity=apparent-size --max-depth=1 --min-ratio=0.01 --no-sort
Command Mean [ms] Min [ms] Max [ms] Relative
pdu 96.7 ± 11.1 89.1 127.4 1.11 ± 0.13
pdu-0.12.0 87.3 ± 0.7 86.1 89.2 1.00
Logs
Benchmark 1: pdu
  Time (mean ± σ):      96.7 ms ±  11.1 ms    [User: 63.9 ms, System: 290.7 ms]
  Range (min … max):    89.1 ms … 127.4 ms    33 runs
 
  Warning: Statistical outliers were detected. Consider re-running this benchmark on a quiet system without any interferences from other programs. It might help to use the '--warmup' or '--prepare' options.
 
Benchmark 2: pdu-0.12.0
  Time (mean ± σ):      87.3 ms ±   0.7 ms    [User: 53.8 ms, System: 286.9 ms]
  Range (min … max):    86.1 ms …  89.2 ms    33 runs
 
Summary
  pdu-0.12.0 ran
    1.11 ± 0.13 times faster than pdu
JSON
{
  "results": [
    {
      "command": "pdu",
      "mean": 0.0966723185890909,
      "stddev": 0.011139110220634673,
      "median": 0.09051853968000001,
      "user": 0.06392833575757575,
      "system": 0.29071016242424247,
      "min": 0.08910943168,
      "max": 0.12735121868000002,
      "times": [
        0.08968569368000001,
        0.09087725468,
        0.08981552068000001,
        0.09047193268,
        0.08963357468000001,
        0.08966812068,
        0.08997555068,
        0.09025288068000001,
        0.09118947068000001,
        0.09034014368,
        0.08961490468000001,
        0.08910943168,
        0.09093447068,
        0.09379055468,
        0.09995537468,
        0.12735121868000002,
        0.12645463168,
        0.11146572868,
        0.10304230168,
        0.11790723868000001,
        0.10574672468,
        0.10575026068,
        0.11413863268,
        0.10017736168000001,
        0.08946141568,
        0.08929666368,
        0.09020079168,
        0.09114298668000001,
        0.09023780268,
        0.09039399668,
        0.09167369468,
        0.08991164368,
        0.09051853968000001
      ],
      "exit_codes": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
      ]
    },
    {
      "command": "pdu-0.12.0",
      "mean": 0.08729238255878789,
      "stddev": 0.0006947863273721167,
      "median": 0.08721953968,
      "user": 0.05382066909090909,
      "system": 0.2869345866666667,
      "min": 0.08612877868,
      "max": 0.08924209568000001,
      "times": [
        0.08804766568,
        0.08754722168000001,
        0.08882608268,
        0.08764634068,
        0.08751697468,
        0.08741477968,
        0.08714604368000001,
        0.08756783368,
        0.08694107868,
        0.08827334568,
        0.08720777968,
        0.08742290268000001,
        0.08679352568000001,
        0.08674197668,
        0.08655408268,
        0.08638919668,
        0.08648950668000001,
        0.08679861368000001,
        0.08670621268,
        0.08644290268,
        0.08687418768,
        0.08783872468000001,
        0.08746754568000001,
        0.08612877868,
        0.08924209568000001,
        0.08651041668000001,
        0.08709534668,
        0.08761352068,
        0.08721953968,
        0.08743058568,
        0.08776378068,
        0.08701861168000001,
        0.08797142368000001
      ],
      "exit_codes": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
      ]
    }
  ]
}

@KSXGitHub KSXGitHub added the wontfix This will not be worked on label Jul 1, 2025
@KSXGitHub
Copy link
Copy Markdown
Owner Author

Not enough justification for complexity.

@KSXGitHub KSXGitHub closed this Jul 1, 2025
@KSXGitHub KSXGitHub deleted the eagerly-process-chunk-of-tasks branch July 1, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant