File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ They mostly consist of real-world crates.
26
26
trait bounds, by having a lot of trait impls for a large number of different
27
27
types.
28
28
- ** helloworld** : A trivial program. Gives a lower bound on compile time.
29
- - ** html5ever** : An HTML parser. Stresses macro parsing code significantly.
30
29
- ** html5ever-0.26.0** : An HTML parser. Stresses macro parsing code.
31
30
- ** hyper-2** : A fairly large crate. Utilizes async/await, and used by
32
31
many Rust programs.
@@ -135,7 +134,7 @@ Rust code being written today.
135
134
contain very little code, instead relying on sub-crates. This makes them less
136
135
interesting as benchmarks, because we only measure final crate compilation.
137
136
This is why there is no futures crate among the primary benchmarks.
138
- - ** html5ever** : See above.
137
+ - ** html5ever** : See above. This is an older version (v0.5.4) of the crate.
139
138
- ** inflate** : An old implementation of the DEFLATE algorithm. Contains
140
139
a very large function containing many locals and basic blocks, similar to
141
140
` keccak ` but less extreme.
Original file line number Diff line number Diff line change 1
1
{
2
2
"touch_file" : " src/lib.rs" ,
3
- "category" : " primary-and- stable"
3
+ "category" : " stable"
4
4
}
You can’t perform that action at this time.
0 commit comments