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

3-prism / prism3-rust-core / b5ae536a-3762-4f1c-a7fe-5a0f18fd2219
100%

Build:
DEFAULT BRANCH: main
Ran 13 Oct 2025 05:10PM UTC
Jobs 1
Files 9
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

13 Oct 2025 05:07PM UTC coverage: 100.0%. Remained the same
b5ae536a-3762-4f1c-a7fe-5a0f18fd2219

push

circleci

Haixing-Hu
Enhance cargo caching strategy for faster CI builds

- Upgrade to v2 cache strategy with Cargo.lock checksums for precise invalidation
- Add granular cargo cache paths (registry/index, registry/cache, git/db, target)
- Implement cross-job cache sharing to eliminate redundant downloads
- Add workspace sharing between build_and_test and doc jobs
- Update all jobs to use enhanced caching strategy consistently

Cache Key Structure:
  v2-cargo-cache-{{ arch }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }}

Benefits:
  * Eliminate redundant dependency downloads across jobs
  * Reduce clippy execution time from 10s to near-zero on cache hit
  * Enable doc job to reuse build artifacts (saves 10-20s)
  * More precise cache invalidation (only when dependencies actually change)
  * Consistent caching across all pipeline jobs

Performance Impact:
  - Dependency compile time: 10s → ~1-2s (cache hit)
  - Cache efficiency: Improved with Cargo.lock precision
  - Cross-job cache reuse: All jobs share same cargo cache

Documentation:
  - Add OPTIMIZATION_NOTES.md explaining all optimizations
  - Document known limitations (Docker image downloads)
  - Provide guidance for future improvements
  - Include performance metrics and recommendations

Note: Docker image download time (12-16s per job) remains due to CircleCI
architecture limitations. This is acceptable for free-tier and can be
eliminated with Docker Layer Caching (DLC) on paid plans if needed.

716 of 716 relevant lines covered (100.0%)

7.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 b5ae536a-3762-4f1c-a7fe-5a0f18fd2219.1 13 Oct 2025 05:10PM UTC 9
100.0
Source Files on build b5ae536a-3762-4f1c-a7fe-5a0f18fd2219
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #B5AE536A...
  • 030056ec on github
  • Prev Build on main (#B66D32CB...)
  • Next Build on main (#C3DE7C65...)
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