-
-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: RafaelGSS/bench-node
base: v0.9.0
head repository: RafaelGSS/bench-node
compare: v0.10.0
- 10 commits
- 14 files changed
- 3 contributors
Commits on Jul 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5ec0319 - Browse repository at this point
Copy the full SHA 5ec0319View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4c65557 - Browse repository at this point
Copy the full SHA 4c65557View commit details
Commits on Jul 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for daff350 - Browse repository at this point
Copy the full SHA daff350View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 133c156 - Browse repository at this point
Copy the full SHA 133c156View commit details
Commits on Jul 24, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for c423cdd - Browse repository at this point
Copy the full SHA c423cddView commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6e0e71d - Browse repository at this point
Copy the full SHA 6e0e71dView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 8ee55bb - Browse repository at this point
Copy the full SHA 8ee55bbView commit details -
chore: run lint:ci on test (#103)
* chore: run lint:ci on test * fixup! chore: run lint:ci on test
Configuration menu - View commit details
-
Copy full SHA for a85e15c - Browse repository at this point
Copy the full SHA a85e15cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9ad4c94 - Browse repository at this point
Copy the full SHA 9ad4c94View commit details -
chore(main): release 0.10.0 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 39d81dc - Browse repository at this point
Copy the full SHA 39d81dcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.0...v0.10.0