Skip to content

Commit

Permalink
docs(patch): correct typo (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift authored Feb 26, 2024
1 parent 9c18e35 commit 1c0c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Benchmark/Documentation.docc/Metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ For comparison (`swift package benchmark baseline compare` or `swift package ben

In addition to comparing the delta between e.g. a `PR` and `main`, there's also an option to compare against an absolute threshold which is useful for more complex projects that may want to reduce the size of the build matrix required to validate all thresholds.

Absolute thresholds are usually setup with e.g. `.mega(10` or `.milliseconds(600)`.
Absolute thresholds are usually setup with e.g. `.mega(10)` or `.milliseconds(600)`.

See <doc:WritingBenchmarks> or look at the sample code to see how custom thresholds can be set up.

0 comments on commit 1c0c522

Please sign in to comment.