You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caching with gh-pages was left out of #238 due to complexity and current issues with its implementation in Lurk, e.g. argumentcomputer/lurk-beta#1031. Caching benchmarks would decrease workflow time and give us a faster signal of perf improvement/regression, as well as save working time on our GPU machines.
The text was updated successfully, but these errors were encountered:
)
* feat: Refactor unnecessary wraps in error handling
Revised operations unnecessarily wrapping their return in a Result.
* refactor: Refactor to use infallible allocation across application
- Switched the allocation method to the infallible version, `AllocatedNum::alloc_infallible`, in multiple units (`poseidon.rs`, `bellpepper/mod.rs`, `utils.rs`, `circuit.rs`, `lib.rs`, `nifs.rs`).
This removed the need for multiple error checks and reduced usage of `Result` return types.
Post-#238
Caching with
gh-pages
was left out of #238 due to complexity and current issues with its implementation in Lurk, e.g. argumentcomputer/lurk-beta#1031. Caching benchmarks would decrease workflow time and give us a faster signal of perf improvement/regression, as well as save working time on our GPU machines.The text was updated successfully, but these errors were encountered: