Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matter-labs/zksync-era
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 34e4084895f6add11250f150315fd0097a4054d2
Choose a base ref
..
head repository: matter-labs/zksync-era
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d33dc1e0a9e8b9301691cb94ce16b2b8839f3212
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 core/lib/vm_executor/src/batch/metrics.rs
2 changes: 1 addition & 1 deletion core/lib/vm_executor/src/batch/metrics.rs
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ pub(super) struct ExecutorMetrics {
pub computational_gas_used: Histogram<usize>,
#[metrics(buckets = GAS_PER_NANOSECOND_BUCKETS)]
pub failed_tx_gas_limit_per_nanosecond: Histogram<f64>,
/// Gas limit, per failed transactions.
/// Gas limit, per failed transaction.
#[metrics(buckets = GAS_USED_BUCKETS)]
pub failed_tx_gas_limit: Histogram<usize>,
/// Cumulative latency of interacting with the storage when executing a transaction