Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 committed Sep 10, 2024
1 parent bbc38d1 commit ef0986e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/mandala/src/benchmarking/homa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runtime_benchmarks! {
// need to process redeem request
for i in 0 .. n {
let redeemer = account("redeemer", i, SEED);
Homa::request_redeem(RawOrigin::Signed(redeemer.clone()).into(), 100_000_000_000_000, false)?;
Homa::request_redeem(RawOrigin::Signed(redeemer).into(), 100_000_000_000_000, false)?;
}
}: {
Homa::on_initialize(1)
Expand Down

0 comments on commit ef0986e

Please sign in to comment.