1prefix benchmark 2 3# To mark a test as flaky, list the test name in the appropriate section 4# below, without ".js", followed by ": PASS,FLAKY". Example: 5# sample-test : PASS,FLAKY 6 7[true] # This section applies to all platforms 8 9[$system==win32] 10 11[$system==linux] 12 13[$system==macos] 14 15[$system==solaris] # Also applies to SmartOS 16 17[$system==freebsd] 18 19[$system==aix] 20 21[$arch==arm] 22# https://github.com/nodejs/node/issues/34266 23test-benchmark-fs: SKIP 24# https://github.com/nodejs/build/issues/2382 25test-benchmark-napi: SKIP 26