Skip to content

Commit 3a75b40

Browse files
authored
Update README with web interface information
Added a section about the web interface and usage instructions.
1 parent e58d90c commit 3a75b40

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ $ prcost https://github.com/chainguard-dev/apko/pull/1860
5050
5151
```
5252

53+
## Web Interface
54+
55+
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+
5357
## Caveats
5458

5559
* 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
98102
prcost --org myorg --samples 100 --days 60
99103
```
100104

105+
### Web Interface
106+
107+
```bash
108+
go run ./cmd/server
109+
```
110+
101111
### Sampling Strategy
102112

103113
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

Comments
 (0)