1import{setup}from"@ark/attest"; 2 3// config options can be passed here
4exportdefault()=> 5setup({ 6// Set to true during development to skip type checking (faster)
7skipTypes: false, 8 9// Fail if benchmarks deviate by more than 20%
10benchPercentThreshold: 20,11});