Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions crates/bench_tools/src/types/benchmark_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ pub struct BenchmarkConfig {
}

impl BenchmarkConfig {
/// Get the full cargo bench command as owned strings.
pub fn cmd_args_owned(&self) -> Vec<String> {
self.cmd_args.iter().map(|s| s.to_string()).collect()
}

/// Check if this benchmark requires input files.
pub fn needs_inputs(&self) -> bool {
self.input_dir.is_some()
Expand Down
Loading