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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,17 @@ Analyze all PRs across an entire organization:
95
95
prcost --org chainguard-dev
96
96
97
97
# Custom sampling parameters
98
-
prcost --org myorg --samples 100 --days 60
98
+
prcost --org myorg --samples 50 --days 60
99
99
```
100
100
101
101
### Sampling Strategy
102
102
103
103
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.
104
104
105
+
**Sample Size Options:**
106
+
-**25 samples** (default): Fast analysis with ±20% confidence interval
107
+
-**50 samples**: Slower but more accurate with ±14% confidence interval (1.4× better accuracy)
108
+
105
109
## Library Usage
106
110
107
111
All functionality is available as reusable library packages:
html+="<p style=\"font-size: 20px; font-weight: 600; margin-bottom: 20px; line-height: 1.4;\">Your eng team isn't slow. Your process is.</p>";
1328
-
html+=`<p style="font-size: 17px; margin-bottom: 16px;">codeGROOVE can save <strong>${targetName}</strong> <strong>${savingsFormatted}+ annually</strong>—that's <strong>${headcountSavings} senior engineers</strong> worth of productivity back on your team.</p>`;
1329
-
html+='<p style="font-size: 17px; margin-bottom: 20px;">We collapse review cycles so your team ships faster. <strong>ROI shows week one.</strong> Free forever for open-source projects.</p>';
0 commit comments