Skip to content

Commit 7155ede

Browse files
Show all bootstrap crates on comparison page
Even wins on the smaller crates still mean *something*; it's just less impactful to the average build.
1 parent 336fca3 commit 7155ede

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ impl DateData {
726726
.filter_map(|(k, mut v)| {
727727
v.pop()
728728
.unwrap_or_default()
729-
.filter(|v| v.as_secs() >= 10)
730729
.map(|v| (k, v.as_nanos() as u64))
731730
})
732731
.collect::<HashMap<_, _>>();

0 commit comments

Comments
 (0)