• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CyclopsMC / IntegratedDynamics / 34135478622
47%

Build:
DEFAULT BRANCH: master-1.21-lts
Ran 07 Sep 2026 03:02PM UTC
Jobs 1
Files 809
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Sep 2026 02:54PM UTC coverage: 46.959% (-0.03%) from 46.991%
34135478622

push

github

rubensworks
Add ingredient index benchmarks for collision-heavy and plain storage shapes

The existing benchmarks spread instances over every registered item, adding
component variants only once the item list is exhausted. One shape, and a
middling one: collision chains stay short enough to hide the shapes that hurt,
and it carries enough components to hide the shape that dominates real storages.

Five shapes now exist:

* SPREAD, as before, so existing result history stays comparable.
* SINGLE_ITEM: every instance on one item, distinct only by components. A
  storage full of enchanted books, damaged tools or written books.
* FEW_ITEMS: spread over 50 item types with component variants within each.
* HEAVY_COMPONENTS: each stack carries lore and container contents, so the cost
  of hashing a component map is visible. This guards the opposite risk, a hash
  that is more discriminating but more expensive.
* PLAIN: distinct by item and count only, so no stack carries a component patch.
  This is what a large modpack storage mostly looks like.
* MIXED: one instance in ten carries a component. PLAIN and SPREAD bracket a
  real storage network rather than describing one; this sits between them.

Item-only lookups also only had a benchmark on the spread shape, although the
number of variants of one item is what decides their cost. They are now covered
on the plain, mixed and single-item shapes too.

Air is now excluded from the item pool. A stack of it is empty and carries no
components, so a fixture entry built on it indexes nothing, which makes a
single-item shape index nothing at all.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Mxjin31W1Lmq5XK1CCe84v

3073 of 9260 branches covered (33.19%)

Branch coverage included in aggregate %.

12931 of 24821 relevant lines covered (52.1%)

2.49 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
45.3
-9.4% org/cyclops/integrateddynamics/blockentity/BlockEntitySqueezer.java
Jobs
ID Job ID Ran Files Coverage
1 34135478622.1 07 Sep 2026 03:02PM UTC 809
46.96
GitHub Action Run
Source Files on build 34135478622
  • Tree
  • List 809
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34135478622
  • 25b9de3b on github
  • Prev Build on master-1.21-lts (#34037966858)
  • Next Build on master-1.21-lts (#34138285707)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc