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.
2626 trait bounds, by having a lot of trait impls for a large number of different
2727 types.
2828- ** helloworld** : A trivial program. Gives a lower bound on compile time.
29- - ** html5ever** : An HTML parser. Stresses macro parsing code significantly.
3029- ** html5ever-0.26.0** : An HTML parser. Stresses macro parsing code.
3130- ** hyper-2** : A fairly large crate. Utilizes async/await, and used by
3231 many Rust programs.
@@ -135,7 +134,7 @@ Rust code being written today.
135134 contain very little code, instead relying on sub-crates. This makes them less
136135 interesting as benchmarks, because we only measure final crate compilation.
137136 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.
139138- ** inflate** : An old implementation of the DEFLATE algorithm. Contains
140139 a very large function containing many locals and basic blocks, similar to
141140 ` keccak ` but less extreme.
Original file line number Diff line number Diff line change 11{
22 "touch_file" : " src/lib.rs" ,
3- "category" : " primary-and- stable"
3+ "category" : " stable"
44}
You can’t perform that action at this time.
0 commit comments