Skip to content

Commit a4f899d

Browse files
try other namespace
1 parent 5a119b6 commit a4f899d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/solver_benchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ using RegularizedProblems, RegularizedOptimization, SolverBenchmark
33

44
# Options for the run_solver_benchmarks function.
55
# These functions specify the values to be used in the performance profiles and tables.
6-
function Main.solver_benchmark_profile_values()
6+
function JSOBenchmarks.solver_benchmark_profile_values()
77
[(:elapsed_time, "CPU Time"), (:neval_obj, "# Objective Evals"), (:neval_grad, "# Gradient Evals"), (:iter, "# Iterations")]
88
end
99

10-
function Main.solver_benchmark_table_values()
10+
function JSOBenchmarks.solver_benchmark_table_values()
1111
return [(:name, "Name"), (:objective, "f(x)"), (:elapsed_time, "Time"), (:neval_obj, "Obj Evals"), (:neval_grad, "Grad Evals"), (:iter, "Iterations")]
1212
end
1313

0 commit comments

Comments
 (0)