Skip to content

Commit

Permalink
add TurboSTM executor log
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Aug 22, 2023
1 parent 98d1230 commit 96490b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/vm-runtime/src/starcoin_vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,7 @@ impl VMExecutor for StarcoinVM {
block_gas_limit,
metrics,
)?;
debug!("TurboSTM executor concurrency_level {}", concurrency_level);
Ok(result)

Check warning on line 1546 in vm/vm-runtime/src/starcoin_vm.rs

View check run for this annotation

Codecov / codecov/patch

vm/vm-runtime/src/starcoin_vm.rs#L1538-L1546

Added lines #L1538 - L1546 were not covered by tests
} else {
let output = Self::execute_block_and_keep_vm_status(
Expand Down

0 comments on commit 96490b8

Please sign in to comment.