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

renatahodovan / picire / 5548461824 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2023 10:33PM UTC
Files 15
Run time 0s
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

13 Jul 2023 10:25PM UTC coverage: 88.104% (-0.5%) from 88.618%
5548461824.1

push

github

web-flow
Cache optimizations (#30)

The following optimizations aim at enhancing the memory usage of
the cache. They may also have a positive effect on the running
time of the cache access operations because of the reduced size of
the cache.

- Adding failing configurations, i.e., interesting test cases to
  the cache is superfluous, since once a fail is found, all
  subsequent configurations during the reduction will be smaller.
  So, this new cache entry would not generate a hit afterwards.
- When a failing configuration is found, then all cache entries
  that belong to larger configurations should be evicted, since all
  subsequent configurations during the reduction will be smaller.
  So, these old cache entries would not generate hits afterwards.
- When using content caching, storing a hashed version of the
  content instead of the content itself should be sufficient. Cache
  collisions are expected to be rare and even if they happen, they
  do not violate the correctness of the algorithm, they may only
  cause suboptimal, i.e., non-minimal results (assuming that
  failing configurations are not added to the cache).

Co-authored-by: Dániel Vince <vinced@inf.u-szeged.hu>

711 of 807 relevant lines covered (88.1%)

0.88 hits per line

Source Files on job 5548461824.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5548461824
  • a28ff79f on github
  • Prev Job for on master (#5205242654.1)
  • Next Job for on master (#5552402665.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc