Skip to content

Commit 430e955

Browse files
committed
Add Zygote to benchmark requirements
1 parent ae5a2b9 commit 430e955

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

benchmark/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[deps]
22
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
33
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

benchmark/benchmarks.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using DynamicExpressions, BenchmarkTools, Random
22
using DynamicExpressions.EquationUtilsModule: is_constant
3+
using Zygote
34

45
include("benchmark_utils.jl")
56

0 commit comments

Comments
 (0)