Skip to content

Commit 83c23f2

Browse files
committed
Update benchmarks to work with Julia v1
1 parent 79a3106 commit 83c23f2

160 files changed

Lines changed: 160 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/node_modules/@stdlib/array/convert-same/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
repeats = 3;

lib/node_modules/@stdlib/array/convert/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
repeats = 3;

lib/node_modules/@stdlib/complex/cmplx/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "complex";

lib/node_modules/@stdlib/complex/conj/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "conj";

lib/node_modules/@stdlib/complex/float32/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "complex64";

lib/node_modules/@stdlib/complex/float64/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "complex128";

lib/node_modules/@stdlib/complex/imag/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "imag";

lib/node_modules/@stdlib/complex/real/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "real";

lib/node_modules/@stdlib/complex/reim/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "reim";

lib/node_modules/@stdlib/math/base/assert/is-nan/benchmark/julia/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# limitations under the License.
1818

1919
import BenchmarkTools
20+
using Printf
2021

2122
# Benchmark variables:
2223
name = "isnan";

0 commit comments

Comments
 (0)