Skip to content

Commit 5c6564c

Browse files
committed
fix: adjust efficiency weights to sum to 1
1 parent df7afbc commit 5c6564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/compare-quadrant-chart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const WEIGHTS = {
5353

5454
packageSize: 0.1,
5555
vulnerabilities: 0.2, // penalize security burden
56-
types: 0.2, // TS support
56+
types: 0.15, // TS support
5757
// Note: the 'deprecated' metric is not weighed because it just forces a -1 evaluation
5858
},
5959
}

0 commit comments

Comments
 (0)