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

ben-manes / caffeine / #4504
100%

Build:
DEFAULT BRANCH: master
Ran 25 Jul 2024 05:09PM UTC
Jobs 1
Files 78
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

25 Jul 2024 09:05AM UTC coverage: 98.961% (-0.01%) from 98.974%
#4504

push

github

ben-manes
add a clairvoyant admission policy to the simulator

Like Bélády's optimal policy for eviction, this estimates the upper
bound for an admission policy by using future knowledge to make the
best decision. The candidate entry is only admitted if its next access
time is less than the victim's.

While the optimal replacement policy is able to dictate the working
set, the optimal admission policy is only able to advise whether to
keep the given candidate or victim entry. Thus, the eviction policy's
choices may result in a sequence where a more naive admission policy
outperforms the clairvoyant one. The intent is to show the upper
bounds of an adaptive admission policy based on its best guess rather
than the upper bound of the overall cache hit rate.

7621 of 7701 relevant lines covered (98.96%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #4504.1 25 Jul 2024 05:09PM UTC 0
98.96
Source Files on build #4504
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #4504
  • 98895ffb on github
  • Prev Build on master
  • Next Build on master
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