Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-benchmark-clear-samples' int…
Browse files Browse the repository at this point in the history
…o fix-benchmark-clear-samples
  • Loading branch information
hi-ogawa committed Sep 21, 2024
2 parents 97ec6fe + 65dc21d commit cfbd774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/types/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface BenchmarkUserOptions {

/**
* Include `samples` array of benchmark results for API or custom reporter usages.
* This is diabled by default to reduce memory usage.
* This is disabled by default to reduce memory usage.
* @default false
*/
includeSamples?: boolean
Expand Down

0 comments on commit cfbd774

Please sign in to comment.