Skip to content

Commit

Permalink
ci: fix GPU benches (#857)
Browse files Browse the repository at this point in the history
https://github.com/lurk-lab/lurk-rs/actions/runs/6773544195/job/18408644257

This resulted in:
```
thread 'main' panicked at benches/fibonacci_lem.rs:67:33:
not yet implemented
```
This makes sure the `todo!()` at this line is no longer there to be found.
  • Loading branch information
huitseeker authored Nov 6, 2023
1 parent 25c170b commit fc49598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/fibonacci_lem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl ProveParams {
format!("fib-branch={}", env!("VERGEN_GIT_BRANCH")),
format!("num-{}", self.fib_n),
),
"gh-pages" => todo!(),
// TODO: refine "gh-pages",
_ => (
"fib".into(),
format!("num-{}-{}-{}", self.fib_n, self.sha, self.date),
Expand Down

0 comments on commit fc49598

Please sign in to comment.