Skip to content

Speed up RandomIsomorphismTestUEM - #13

Merged
fingolfin merged 2 commits into
gap-packages:masterfrom
hulpke:master
Jul 11, 2026
Merged

Speed up RandomIsomorphismTestUEM#13
fingolfin merged 2 commits into
gap-packages:masterfrom
hulpke:master

Conversation

@hulpke

@hulpke hulpke commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

by pre-filtering candidate generator sets for H using few random word orders before computing Size(Group(gens2)). The few random word orders are computed once for gens1 and reused each iteration, discarding mismatched gens2 cheaply.

by pre-filtering candidate generator sets for H using few random word orders before computing
Size(Group(gens2)). The few random word orders are computed once for gens1 and reused each iteration,
discarding mismatched gens2 cheaply.
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.08%. Comparing base (d1e02a6) to head (b78a62e).

Files with missing lines Patch % Lines
gap/upext.gi 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   64.20%   64.08%   -0.12%     
==========================================
  Files          12       12              
  Lines        2165     2169       +4     
==========================================
  Hits         1390     1390              
- Misses        775      779       +4     
Files with missing lines Coverage Δ
gap/upext.gi 64.58% <0.00%> (-0.78%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fingolfin
fingolfin merged commit f98cfe6 into gap-packages:master Jul 11, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants