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 82ba934 commit 2ddce39Copy full SHA for 2ddce39
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, (rand()*1000.0)-500.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