Added microbenchmarks for recent JSC behavior (
2629789)
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