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

ben-manes / caffeine / #3307
100%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2022 07:10AM UTC
Jobs 1
Files 77
Run time 3s
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
#3307

push

github-actions

ben-manes
asynchronously complete the simulations

A small oversight when replacing akka was that the finishing step was
sequential. This meant that the main driver enqueued the command and
waited for the policy complete, and then moved onto the next one. For
most policies this step only performs validation checks and is fast.
However, the optimal policy does all of its work in this final step as
it has to know the complete future in order to make its eviction
decisions. Now the shutdown commands are sent in parallel and the
driver waits for all to complete, which resolves this slight
performance regression in our analysis tool. While the akka version
is still slightly faster, likely due to optimizations around locks and
ForkJoinPool task submissions, the difference is mostly noise.

7392 of 7501 relevant lines covered (98.55%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3307.1 10 Sep 2022 07:10AM UTC 0
98.55
Source Files on build #3307
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3307
  • 6249d29e 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