You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try https://cost.github.codegroove.app/ - it only has access to public repositories, so if you need to take that account for accuracy, run prcost locally.
56
+
53
57
## Caveats
54
58
55
59
* Due to limited input, results may not be accurate for single PRs, but should be accurate on average across a larger sample size of PRs
@@ -98,6 +102,12 @@ prcost --org chainguard-dev
98
102
prcost --org myorg --samples 100 --days 60
99
103
```
100
104
105
+
### Web Interface
106
+
107
+
```bash
108
+
go run ./cmd/server
109
+
```
110
+
101
111
### Sampling Strategy
102
112
103
113
Repository and organization modes use time-bucket sampling to ensure even distribution across the time period. This provides more representative estimates than random sampling by avoiding temporal clustering.
0 commit comments