Skip to content

Commit

Permalink
Add knapsack_ironhat_pete feature to tig-benchmarker
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed Jul 4, 2024
1 parent 31b6fd7 commit f68527b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tig-benchmarker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ browser = [

# c002_a012 = []

# c003_a012 = []
knapsack_ironhat_pete = []

# c001_a013 = []

Expand Down
4 changes: 2 additions & 2 deletions tig-benchmarker/src/benchmarker/run_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6096,8 +6096,8 @@ pub async fn execute(
// #[cfg(feature = "c003_a011")]
// "c003_a011" => Some(tig_algorithms::knapsack::c003_a011::solve_challenge as SolveChallengeFn),

// #[cfg(feature = "c003_a012")]
// "c003_a012" => Some(tig_algorithms::knapsack::c003_a012::solve_challenge as SolveChallengeFn),
#[cfg(feature = "knapsack_ironhat_pete")]
"c003_a012" => Some(tig_algorithms::knapsack::ironhat_pete::solve_challenge as SolveChallengeFn),

// #[cfg(feature = "c003_a013")]
// "c003_a013" => Some(tig_algorithms::knapsack::c003_a013::solve_challenge as SolveChallengeFn),
Expand Down

0 comments on commit f68527b

Please sign in to comment.