export default async function runWithPerfBudget(fn, budgetMs, now) {
  throw new Error('Not implemented');
}
Run tests to see results.