File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
crates/criterion_compat/benches Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 85
85
86
86
- run: cargo codspeed build -p codspeed-divan-compat
87
87
- run: cargo codspeed build -p codspeed-divan-compat-examples
88
+ - run: cargo codspeed build -p codspeed-criterion-compat
88
89
89
90
- name: Run the benchmarks
90
91
uses: CodSpeedHQ/action@main
Original file line number Diff line number Diff line change 1
1
pub mod compare_functions;
2
2
pub mod custom_measurement;
3
- pub mod external_process;
3
+ // pub mod external_process;
4
4
pub mod iter_with_large_drop;
5
5
pub mod iter_with_large_setup;
6
6
pub mod iter_with_setup;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ mod criterion_integration;
4
4
5
5
criterion_main! {
6
6
criterion_integration::compare_functions::fibonaccis,
7
- criterion_integration::external_process::benches,
7
+ // criterion_integration::external_process::benches, FIXME: Currently doesn't work
8
8
criterion_integration::iter_with_large_drop::benches,
9
9
criterion_integration::iter_with_large_setup::benches,
10
10
criterion_integration::iter_with_setup::benches,
You can’t perform that action at this time.
0 commit comments