@@ -48,6 +48,7 @@ pub fn expand_benchmark_set(id: BenchmarkSetId) -> Vec<BenchmarkSetMember> {
4848 compile( AWAIT_CALL_TREE ) ,
4949 compile( BITMAPS_3_2_1 ) ,
5050 compile( BITMAPS_3_2_1_NEW_SOLVER ) ,
51+ compile( CARGO ) ,
5152 compile( CARGO_0_87_1 ) ,
5253 compile( CLAP_DERIVE_4_5_32 ) ,
5354 compile( COERCIONS ) ,
@@ -57,15 +58,19 @@ pub fn expand_benchmark_set(id: BenchmarkSetId) -> Vec<BenchmarkSetMember> {
5758 compile( DEEPLY_NESTED_MULTI ) ,
5859 compile( DERIVE ) ,
5960 compile( DIESEL_2_2_10 ) ,
61+ compile( ENCODING ) ,
6062 compile( EXTERNS ) ,
6163 compile( EZA_0_21_2 ) ,
64+ compile( FUTURES ) ,
6265 compile( HELLOWORLD ) ,
6366 compile( HELLOWORLD_TINY ) ,
67+ compile( HTML5EVER ) ,
6468 compile( HTML5EVER_0_31_0 ) ,
6569 compile( HTML5EVER_0_31_0_NEW_SOLVER ) ,
6670 compile( HYPER_1_6_0 ) ,
6771 compile( IMAGE_0_25_6 ) ,
6872 compile( INCLUDE_BLOB ) ,
73+ compile( INFLATE ) ,
6974 compile( ISSUE_46449 ) ,
7075 compile( ISSUE_58319 ) ,
7176 compile( ISSUE_88862 ) ,
@@ -75,7 +80,9 @@ pub fn expand_benchmark_set(id: BenchmarkSetId) -> Vec<BenchmarkSetMember> {
7580 compile( MATCH_STRESS ) ,
7681 compile( NALGEBRA_0_33_0 ) ,
7782 compile( NALGEBRA_0_33_0_NEW_SOLVER ) ,
83+ compile( PISTON_IMAGE ) ,
7884 compile( PROJECTION_CACHING ) ,
85+ compile( REGEX ) ,
7986 compile( REGEX_AUTOMATA_0_4_8 ) ,
8087 compile( REGRESSION_31157 ) ,
8188 compile( RIPGREP_14_1_1 ) ,
@@ -85,9 +92,11 @@ pub fn expand_benchmark_set(id: BenchmarkSetId) -> Vec<BenchmarkSetMember> {
8592 compile( SERDE_1_0_219_THREADS4 ) ,
8693 compile( SERDE_DERIVE_1_0_219 ) ,
8794 compile( STM32F4_0_15_1 ) ,
95+ compile( SYN ) ,
8896 compile( SYN_2_0_101 ) ,
8997 compile( SYN_2_0_101_NEW_SOLVER ) ,
9098 compile( TOKEN_STREAM_STRESS ) ,
99+ compile( TOKIO_WEBPUSH_SIMPLE ) ,
91100 compile( TT_MUNCHER ) ,
92101 compile( TUPLE_STRESS ) ,
93102 compile( TYPENUM_1_18_0 ) ,
@@ -168,7 +177,6 @@ mod tests {
168177 get_compile_benchmarks ( Path :: new ( BENCHMARK_DIR ) , CompileBenchmarkFilter :: All )
169178 . unwrap ( )
170179 . into_iter ( )
171- . filter ( |b| !b. category ( ) . is_stable ( ) )
172180 . map ( |b| b. name )
173181 . collect :: < Vec < BenchmarkName > > ( ) ;
174182 for benchmark in & all_compile_benchmarks {
0 commit comments