Skip to content

Commit 87dd43e

Browse files
committed
Remove Revise
1 parent a9fc510 commit 87dd43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/opf/opf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Revise
21
import Ipopt
32
import JuMP
43
import MathOptInterface as MOI
@@ -30,5 +29,6 @@ mu = rand(m)
3029
sigma = 0.0
3130
x_v = rand(n)
3231
@time MOI.eval_hessian_lagrangian(evaluator, H, x_v, sigma, mu)
32+
3333
using BenchmarkTools
3434
@benchmark MOI.eval_hessian_lagrangian($evaluator, $H, $x_v, $sigma, $mu) seconds = 100

0 commit comments

Comments
 (0)