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

TritonVM / triton-vm / 15304123441
98%

Build:
DEFAULT BRANCH: master
Ran 28 May 2025 04:04PM UTC
Jobs 1
Files 49
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

28 May 2025 03:07PM UTC coverage: 97.991% (+0.09%) from 97.906%
15304123441

push

github

jan-ferdinand
fix: Use rayon's thread count for parallelization

Previously, `std::thread::available_parallelism()` was used directly to
determine the size of the workload to be used in individual parallel
workers. The number of available parallelism is difficult (usually
impossible) to configure by users.

Now, Triton VM uses `rayon::current_num_threads()` instead. This means
that implicitly, rayon's environment variable `RAYON_NUM_THREADS` is
taken into account when distributing work to parallel workers. This can
be especially useful on machines with a large number of cores, as it can
lead to reduced memory requirements of Triton VM when the RAM-frugal
execution path is chosen.

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

14782 of 15085 relevant lines covered (97.99%)

9828091.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15304123441.1 28 May 2025 04:04PM UTC 49
97.99
GitHub Action Run
Source Files on build 15304123441
  • Tree
  • List 49
  • Changed 6
  • Source Changed 2
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15304123441
  • b66d0f2f on github
  • Prev Build on master (#15274699653)
  • Next Build on master (#15469197924)
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