Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Feb 19, 2024
1 parent 910f2b8 commit 89f2507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: cargo install canbench
- name: Run perf for base branch
run: |
ls -al
pushd main/rust/bench
canbench --persist
popd
Expand Down
2 changes: 1 addition & 1 deletion tools/didc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fn main() -> Result<()> {
let args = input_args(&ctx, &types)?;
println!("{args}");
let bytes = args.to_bytes_with_types(&env, &types)?;
println!("{}", hex::encode(&bytes));
println!("{}", hex::encode(bytes));
}
Command::Encode {
args,
Expand Down

0 comments on commit 89f2507

Please sign in to comment.