Changelog

oven-sh/bun · · 1 commit

Bun adds JSC microbenchmark suite

New benchmark generators and snippet tests target async module linking, star re-exports, and several core JS operations.

Added microbenchmarks for recent JSC behavior (sosukesuzuki2629789)

Bun added a new benchmark generator plus a suite of snippet benchmarks covering module-loader stress cases, array operations, dates, promises, strings, typed arrays, and object property definition. This gives the team a repeatable way to measure WebKit/JSC regressions and performance changes across Bun releases.

Other misc changes

  • None