Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RafaelGSS/bench-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ca0e80
Choose a base ref
...
head repository: RafaelGSS/bench-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39d81dc
Choose a head ref
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    5ec0319 View commit details
    Browse the repository at this point in the history
  2. feat: Show bar chart with 2% resolution by using partial width box ch…

    …aracters. (#97)
    
    example:
    
    constructors ⇒ new Registry()
     ⇒ prom-client@latest                         | █████████████████████████ | 15,259,633 ops/sec | 11 samples
     ⇒ prom-client@trunk                          | ██████████████████████▌── | 14,016,409 ops/sec | 11 samples
     ⇒ prom-client@current                        | ██████████████████████▌── | 13,889,989 ops/sec | 11 samples
    
    constructors ⇒ new Counter()
     ⇒ prom-client@latest                         | █████████████████████──── | 1,081,591 ops/sec | 11 samples
     ⇒ prom-client@trunk                          | █████████████████████████ | 1,281,427 ops/sec | 10 samples
     ⇒ prom-client@current                        | ████████████████████████▌ | 1,272,858 ops/sec | 10 samples
    jdmarshall authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    4c65557 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    daff350 View commit details
    Browse the repository at this point in the history
  2. Factor out baseline calculation code from textreporter, for use in pr…

    …etty and chart (#98)
    
    * feat: fix whitespace between summaries, extract analysis code
    for addition to the other formatters.
    
    * feat: make sorting optional
    
    Feature parity for textReporter, but chartReporter doesn't work this way.
    
    * feat: Report baselines across text, pretty, and chart reporters.
    jdmarshall authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    133c156 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. fix: cpus().length is broken under docker. (#100)

    cgroups don't mask off unavailable CPUs and this is considered a
    feature not a bug, and so Node got os.availableParallelism() to
    attempt to fix this.
    
    This version still has issues (nodejs/node#59200)
    but at least it's more likely to be correct.
    jdmarshall authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    c423cdd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    6e0e71d View commit details
    Browse the repository at this point in the history
  2. Create FUNDING.yml

    RafaelGSS authored Jul 31, 2025
    2 Configuration menu
    Copy the full SHA
    8ee55bb View commit details
    Browse the repository at this point in the history
  3. chore: run lint:ci on test (#103)

    * chore: run lint:ci on test
    
    * fixup! chore: run lint:ci on test
    RafaelGSS authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    a85e15c View commit details
    Browse the repository at this point in the history
  4. feat: add fastest/slowest value for feature parity with benchmark.js

    * chore: Rename analysis file from baseline.js -> analyze.js
    
    Implements #101
    
    * chore: Formatting fixups.
    jdmarshall authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    9ad4c94 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 0.10.0 (#99)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    39d81dc View commit details
    Browse the repository at this point in the history
Loading