Skip to content

Commit

Permalink
tools: increase max_samples in cmd/tools/fast/fast.v to decrease the …
Browse files Browse the repository at this point in the history
…variations of the results on https://fast.vlang.io/
  • Loading branch information
spytheman committed May 31, 2024
1 parent 5657e28 commit 5ac8249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tools/fast/fast.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import log

const warmup_samples = 2

const max_samples = 10
const max_samples = 20

const discard_highest_samples = 6
const discard_highest_samples = 16

const voptions = ' -skip-unused -show-timings -stats '

Expand Down

0 comments on commit 5ac8249

Please sign in to comment.