mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
enable mimalloc simd (#21644)
### What does this PR do? ### How did you verify your code works?
This commit is contained in:
@@ -82,6 +82,10 @@ function getNodeParallelTestTimeout(testPath) {
|
||||
return 10_000;
|
||||
}
|
||||
|
||||
process.on("SIGTRAP", () => {
|
||||
console.warn("Test runner received SIGTRAP. Doing nothing.");
|
||||
});
|
||||
|
||||
const { values: options, positionals: filters } = parseArgs({
|
||||
allowPositionals: true,
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user