Skip to content

Commit 7c2aa98

Browse files
Minor change.
1 parent 7f0ef6a commit 7c2aa98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Benchmark/Sources/kvSimdBenchmark/KvBenchmark.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class KvBenchmark {
202202
WriteLn(stream, "Let *t₁* is duration of a run with function from the *SIMD* framework,")
203203
WriteLn(stream, "*t₂* is duration of a run with correcponding function *kvSIMD*.")
204204
WriteLn(stream, "Then the result of a comparison is (*t₂* ÷ *t₁* – 1).")
205-
WriteLn(stream, "E.g. if a function from *kvSIMD* is slower by 10% then the resulting value is 0.1.")
205+
WriteLn(stream, "E.g. if a function from *kvSIMD* is slower by 10% then the resulting value is +10%.")
206206
Write(stream, "\n")
207207

208208
WriteLn(stream, "Values in «\(Report.Column.avg.label)», «\(Report.Column.standardDeviation.label)», «\(Report.Column.min.label)» and «\(Report.Column.max.label)» columns")

Benchmark/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and corresponding implementations from *kvSIMD*.
66
Let *t₁* is duration of a run with function from the *SIMD* framework,
77
*t₂* is duration of a run with correcponding function *kvSIMD*.
88
Then the result of a comparison is (*t₂* ÷ *t₁* – 1).
9-
E.g. if a function from *kvSIMD* is slower by 10% then the resulting value is 0.1.
9+
E.g. if a function from *kvSIMD* is slower by 10% then the resulting value is +10%.
1010

1111
Values in «Avg.», «σ», «Min.» and «Max.» columns
1212
are calculated for series of the resulting values described above.

0 commit comments

Comments
 (0)