mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Mimalloc v3 update (#26379)
### What does this PR do? ### How did you verify your code works? --------- Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -64,6 +64,6 @@ describe("static initializers", () => {
|
||||
expect(
|
||||
bunInitializers.length,
|
||||
`Do not add static initializers to Bun. Static initializers are called when Bun starts up, regardless of whether you use the variables or not. This makes Bun slower.`,
|
||||
).toBe(process.arch === "arm64" ? 1 : 2);
|
||||
).toBe(process.arch === "arm64" ? 2 : 2);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user