Avatar for the codecov user
codecov
shared
BlogDocsChangelog

Branches performance

Pull requests

Cache more GitHub requests#600
last run
8 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.
8 hours ago
ffd5bdf
swatinem/cache-more-requests
CodSpeed Performance Gauge
0%
fix: sync repo languages also syncs forked repos#599
last run
1 day ago
fix: sync repo languages also syncs forked repos
3 days ago
9aeb3a2
repo_languages
CodSpeed Performance Gauge
0%
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.
1 day ago
b0cafe8
swatinem/better-torngitcache
CodSpeed Performance Gauge
0%
remove double-caching
1 day ago
4a7e28b
swatinem/cache-instance
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms PrivacyDocs