Skip to content

Renamed some duration variables #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Renamed some duration variables #57

merged 1 commit into from
Jun 2, 2024

Conversation

Stephen-BCW
Copy link
Collaborator

No description provided.

@@ -65,7 +65,7 @@ impl BenchmarkingStats {
/// Returns a header row
pub fn header_row() -> String {
String::from(
"block_number, number_txs, cumulative_number_txs, fetch_duration, total_proof_duration, prep_duration, txproof_duration, agg_duration, start_time, end_time, overall_elapsed_time, proof_out_duration, gas_used, cumulative_gas_used, difficulty, gas_used_per_tx",
"block_number, number_txs, cumulative_number_txs, fetch_duration, unique_proof_duration, prep_duration, txproof_duration, agg_duration, start_time, end_time, cumulative_elapsed_time, proof_out_duration, gas_used, cumulative_gas_used, difficulty, gas_used_per_tx",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skadush

@Stephen-BCW Stephen-BCW merged commit 824ac15 into develop Jun 2, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants