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

ben-manes / caffeine / #2738 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 06 Dec 2021 08:09AM UTC
Files 73
Run time 4s
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

06 Dec 2021 06:33AM UTC coverage: 93.93% (+0.04%) from 93.886%
#2738.1

push

github-actions

ben-manes
Add a task to simulate and report on multiple runs

This long overdue convenience task makes it simpler to compare the hit
rates over various cache sizes. The simulator will be invoked once for
each maximumSize configuration, generate a CSV report, and combine them
into a single CSV report. The fixed configuration details should be
specified in the reference.conf file (or application.conf override), or
passed in as system property overrides.

```
./gradlew simulator:simulate \
  --maximumSize=256,512,768,1_024 \
  -Dcaffeine.simulator.files.paths.0=multi3.trace.gz
```

The rewriter utility was updated to use this nicer cli syntax instead
of mapping Gradle properties (via `-P` prefix).

```
gradlew :simulator:rewrite \
  --inputFormat=? --inputFiles=? \
  --outputFormat=? --outputFile=?
```

6376 of 6788 relevant lines covered (93.93%)

0.94 hits per line

Source Files on job #2738.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2738
  • 9818919d on github
  • Prev Job for on master (##2737.1)
  • Next Job for on master (##2740.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