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

renatahodovan / picire / 5548461824
93%

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

pending completion
5548461824

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>

92 of 92 new or added lines in 3 files covered. (100.0%)

711 of 807 relevant lines covered (88.1%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5548461824.1 13 Jul 2023 10:33PM UTC 0
88.1
Source Files on build 5548461824
Detailed source file information is not available for this build.
  • Back to Repo
  • a28ff79f on github
  • Prev Build on master (#5205242654)
  • Next Build on master (#5552402665)
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