codecov
shared
Blog
Docs
Changelog
Login
Get Started
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
-5%
0%
+5%
Latest Results
Cache more GitHub requests (#600) This extends GitHub request caching to the `list_files` and `get_source` functions. While both can take an arbitrary "mutable" ref, like a branch name, we only call those with an immutable commit sha, which makes these good calls to cache.
main
5 hours ago
Cache more GitHub requests This extends GitHub request caching to the `list_files` and `get_source` functions. While both can take an arbitrary "mutable" ref, like a branch name, we only call those with an immutable commit sha, which makes these good calls to cache.
swatinem/cache-more-requests
1 day ago
Replace `torngit_cache` with the regular one (#598) The `torngit_cache` was never active, as our production config has never enabled the `vcs_cache.enabled` flag. Apart from that, the cache was used for status checks and check suites, which is something that we actively poll for changes, as it is changing as a result of CI runs. In contrast, commits, diffs and comparisons are immutable, and a good target to cache, so lets do that.
main
1 day ago
Replace `torngit_cache` with the regular one The `torngit_cache` was never active, as our production config has never enabled the `vcs_cache.enabled` flag. Apart from that, the cache was used for status checks and check suites, which is something that we actively poll for changes, as it is changing as a result of CI runs. In contrast, commits, diffs and comparisons are immutable, and a good target to cache, so lets do that.
swatinem/better-torngitcache
2 days ago
Expose a `cache` instance from `shared.helpers.cache` (#597) * Expose a `cache` instance from `shared.helpers.cache` Both `api` and `worker` currently have their own modules exporting a `cache` instance, which at least in API is being misused in some places. By exposed an ready to use instance directly from `shared`, it should be harder to misuse. * add caching directly to github integration tokens * fix tests * remove double-caching
main
2 days ago
fix: sync repo languages also syncs forked repos (#599)
main
2 days ago
fix: sync repo languages also syncs forked repos
repo_languages
2 days ago
remove cache logging
swatinem/better-torngitcache
2 days ago
Active Branches
fix: Fix yaml validation for key named "type"
last run
7 days ago
#588
CodSpeed Performance Gauge
0%
Testing don't merge
last run
10 days ago
#587
CodSpeed Performance Gauge
0%
remove FeatureExposure and SimpleMetric models
last run
15 days ago
#571
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs