We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddce39 commit 3f8a327Copy full SHA for 3f8a327
lib/node_modules/@stdlib/complex/float64/base/scale/benchmark/julia/benchmark.jl
@@ -107,7 +107,7 @@ julia> out = benchmark();
107
```
108
"""
109
function benchmark()
110
- t = BenchmarkTools.@benchmark ComplexF64( (rand()*1000.0)-500.0, (rand()*1000.0)-500.0 ) * 5.0 ) samples=1e6
+ t = BenchmarkTools.@benchmark ComplexF64( (rand()*1000.0)-500.0, (rand()*1000.0)-500.0 ) * 5.0 samples=1e6
111
112
# Compute the total "elapsed" time and convert from nanoseconds to seconds:
113
s = sum( t.times ) / 1.0e9;
0 commit comments