Skip to content

Commit 70c46fc

Browse files
committed
style: import all extensions at once for parallel precompilation
1 parent 2189c7f commit 70c46fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
using DynamicExpressions, BenchmarkTools, Random
22

33
# Trigger extensions:
4-
using LoopVectorization
5-
using Bumper
6-
using StrideArrays
7-
using Zygote
4+
using LoopVectorization, Bumper, StrideArrays, Zygote
85

96
if PACKAGE_VERSION < v"0.14.0"
107
@eval using DynamicExpressions: Node as GraphNode

0 commit comments

Comments
 (0)