Skip to content

Commit 20123ea

Browse files
Update README to reflect improved performance
1 parent 4239cda commit 20123ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ BenchmarkTools.Trial: 10000 samples with 7 evaluations.
228228
Memory estimate: 6.55 KiB, allocs estimate: 12.
229229

230230
julia> @benchmark vfindmin((x, y, z) -> abs2(x) * y + z, $B1, $B2, $B3, dims=$(3,4))
231-
BenchmarkTools.Trial: 10000 samples with 168 evaluations.
232-
Range (min max): 623.071 ns 118.436 μs ┊ GC (min max): 0.00% 99.10%
233-
Time (median): 1.053 μs ┊ GC (median): 0.00%
234-
Time (mean ± σ): 1.101 μs ± 4.003 μs ┊ GC (mean ± σ): 12.56% ± 3.43%
231+
BenchmarkTools.Trial: 10000 samples with 173 evaluations.
232+
Range (min max): 615.145 ns 27.463 μs ┊ GC (min max): 0.00% 95.61%
233+
Time (median): 635.491 ns ┊ GC (median): 0.00%
234+
Time (mean ± σ): 850.233 ns ± 1.487 μs ┊ GC (mean ± σ): 10.58% ± 5.89%
235235

236236
Memory estimate: 1.62 KiB, allocs estimate: 9.
237237
```

0 commit comments

Comments
 (0)