enable mimalloc simd (#21644)

### What does this PR do?

### How did you verify your code works?
This commit is contained in:
Jarred Sumner
2025-08-06 06:38:34 -07:00
committed by GitHub
parent 4d301cc3c4
commit 455f3a65b9
3 changed files with 26 additions and 0 deletions

View File

@@ -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: {