Skip to content

Commit bf67c56

Browse files
authored
Merge branch 'main' into main
2 parents 5d4aff6 + 3a75b40 commit bf67c56

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Calculate the real-world cost of GitHub pull requests using empirically-validated software engineering research. Provides detailed breakdowns of development effort, review costs, coordination overhead, and delay impacts.
44

5-
## Example
5+
## Hosted Web Interface
6+
7+
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.
8+
9+
## CLI Example
610

711
```
812
$ prcost https://github.com/chainguard-dev/apko/pull/1860
@@ -71,6 +75,12 @@ prcost --org myorg --repo myrepo --samples 50 --days 30
7175
prcost --org chainguard-dev --samples 50 --days 60
7276
```
7377

78+
### Web Interface
79+
80+
```bash
81+
go run ./cmd/server
82+
```
83+
7484
### Sampling Strategy
7585

7686
Repository and organization modes use time-bucket sampling to ensure even distribution across the time period, avoiding temporal clustering that would bias estimates.

0 commit comments

Comments
 (0)