File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ pub mod util;
10
10
11
11
/// The default set of crates for opt-dist to collect LLVM profiles.
12
12
pub const LLVM_PGO_CRATES : & [ & str ] = & [
13
- "syn-1 .0.89 " ,
14
- "cargo-0.60.0 " ,
15
- "serde-1.0.136 " ,
16
- "ripgrep-13.0.0 " ,
17
- "regex-1.5.5 " ,
18
- "clap-3.1.6 " ,
19
- "hyper-0.14.18 " ,
13
+ "syn-2 .0.101 " ,
14
+ "cargo-0.87.1 " ,
15
+ "serde-1.0.219 " ,
16
+ "ripgrep-14.1.1 " ,
17
+ "regex-automata-0.4.8 " ,
18
+ "clap_derive-4.5.32 " ,
19
+ "hyper-1.6.0 " ,
20
20
] ;
21
21
22
22
/// The default set of crates for opt-dist to collect rustc profiles.
23
23
pub const RUSTC_PGO_CRATES : & [ & str ] = & [
24
24
"externs" ,
25
25
"ctfe-stress-5" ,
26
- "cargo-0.60.0 " ,
26
+ "cargo-0.87.1 " ,
27
27
"token-stream-stress" ,
28
28
"match-stress" ,
29
29
"tuple-stress" ,
30
- "diesel-1.4.8 " ,
31
- "bitmaps-3.1.0 " ,
30
+ "diesel-2.2.10 " ,
31
+ "bitmaps-3.2.1 " ,
32
32
] ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ fn init_compiler_benchmarks(
36
36
profiles. join ( "," ) . as_str ( ) ,
37
37
"--scenarios" ,
38
38
scenarios. join ( "," ) . as_str ( ) ,
39
- "--include " ,
39
+ "--exact-match " ,
40
40
crates. join ( "," ) . as_str ( ) ,
41
41
] )
42
42
. env ( "RUST_LOG" , "collector=debug" )
You can’t perform that action at this time.
0 commit comments