Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jul 11, 2023
1 parent 12a392b commit 3a96cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ systems_over_ff = Dict(
"eco-11" => Groebner.eco11(ground=K, ordering=:degrevlex)
)

run_system(system; kwargs...) = Groebner.groebner(system, linalg=:prob, kwargs...)
run_system(system; kwargs...) = Groebner.groebner(system, linalg=:randomized, kwargs...)

SUITE["groebner"] = BenchmarkGroup()
SUITE["groebner"]["finite-field"] = BenchmarkGroup()
Expand Down

0 comments on commit 3a96cfe

Please sign in to comment.