Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Demin committed Aug 31, 2024
1 parent 71b3e70 commit d68048b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/CI-scripts/run_benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function compute_gb(system, trials=7; kws...)
end

# Compute Groebner bases over integers modulo a large prime
compute_gb(Groebner.Examples.katsuran(9, internal_ordering=:degrevlex, k=GF(2^31 - 1)))
push!(
suite,
(
Expand Down Expand Up @@ -214,6 +215,7 @@ function n_variable_set(n; internal_ordering=:degrevlex, k=GF(2^31 - 1))
f
end

compute_gb(n_variable_set(100, internal_ordering=:degrevlex, k=GF(2^31 - 1)))
push!(
suite,
(
Expand Down

0 comments on commit d68048b

Please sign in to comment.