Skip to content

Commit

Permalink
docs(bench): improve warning messag
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 10, 2022
1 parent d016724 commit 46f6bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function run(cliFilters: string[], options: CliOptions) {
}

async function benchmark(cliFilters: string[], options: CliOptions) {
console.warn(c.yellow('Benchmarking is an experimental feature. API might change in the future.'))
console.warn(c.yellow('Benchmarking is an experimental feature.\nBreaking changes might not follow semver, please pin Vitest\'s version when using it.'))
await start('benchmark', cliFilters, options)
}

Expand Down

0 comments on commit 46f6bfb

Please sign in to comment.