Skip to content

Commit

Permalink
ci: fix codespeed benchmark again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Mar 10, 2024
1 parent ab733b7 commit c16b1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"cSpell.words": [
"codegen",
"codspeed",
"execa",
"Finalizer",
"hasher",
Expand Down
2 changes: 1 addition & 1 deletion crates/bench/benches/threejs.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::path::PathBuf;

use bench::join_by_repo_root;
use criterion::{criterion_group, criterion_main, Criterion};
use codspeed_criterion_compat::{criterion_group, criterion_main, Criterion};
use rolldown::InputOptions;

#[derive(Debug)]
Expand Down

0 comments on commit c16b1db

Please sign in to comment.