diff --git a/crates/examples/infra/mod.rs b/crates/examples/infra/mod.rs index f6bb8d487d..00bcb9063b 100644 --- a/crates/examples/infra/mod.rs +++ b/crates/examples/infra/mod.rs @@ -570,10 +570,10 @@ pub trait RunDA< let mut total_latency = 0; let mut num_latency = 0; - debug!("Sleeping for {start_delay_seconds} seconds before starting hotshot!"); + println!("Sleeping for {start_delay_seconds} seconds before starting hotshot!"); async_sleep(Duration::from_secs(start_delay_seconds)).await; - debug!("Starting HotShot example!"); + println!("Starting HotShot example!"); let start = Instant::now(); let mut event_stream = context.get_event_stream(); @@ -603,7 +603,7 @@ pub trait RunDA< // this might be a obob if let Some(leaf_info) = leaf_chain.first() { let leaf = &leaf_info.leaf; - info!("Decide event for leaf: {}", *leaf.view_number); + println!("Decide event for leaf: {}", *leaf.view_number); // iterate all the decided transactions to calculate latency if let Some(block_payload) = &leaf.block_payload { diff --git a/scripts/benchmarks_results/results_init_run.csv b/scripts/benchmarks_results/results_init_run.csv index 2e27b3af0a..1a396720a5 100644 --- a/scripts/benchmarks_results/results_init_run.csv +++ b/scripts/benchmarks_results/results_init_run.csv @@ -96,3 +96,9 @@ commit_sha,total_nodes,da_committee_size,transactions_per_round,transaction_size test,100,100,100,528,100,hotshot::traits::election::static_committee::StaticElectionConfig,8,4,11,1667,300,95,99,0 commit_sha,total_nodes,da_committee_size,transactions_per_round,transaction_size,rounds,leader_election_type,avg_latency_in_sec,minimum_latency_in_sec,maximum_latency_in_sec,throughput_bytes_per_sec,total_transactions_committed,total_time_elapsed_in_sec,total_num_views,failed_num_views test,100,100,100,4112,100,hotshot::traits::election::static_committee::StaticElectionConfig,8,6,11,13014,307,97,99,0 +commit_sha,total_nodes,da_committee_size,transactions_per_round,transaction_size,rounds,leader_election_type,avg_latency_in_sec,minimum_latency_in_sec,maximum_latency_in_sec,throughput_bytes_per_sec,total_transactions_committed,total_time_elapsed_in_sec,total_num_views,failed_num_views +test_large_tx_local,10,5,1,2000016,10,hotshot::traits::election::static_committee::StaticElectionConfig,25,11,44,977785,22,45,9,0 +commit_sha,total_nodes,da_committee_size,transactions_per_round,transaction_size,rounds,leader_election_type,avg_latency_in_sec,minimum_latency_in_sec,maximum_latency_in_sec,throughput_bytes_per_sec,total_transactions_committed,total_time_elapsed_in_sec,total_num_views,failed_num_views +nginx_script_test,10,5,1,1000016,20,hotshot::traits::election::static_committee::StaticElectionConfig,36,6,83,1317668,112,85,19,0 +commit_sha,total_nodes,da_committee_size,transactions_per_round,transaction_size,rounds,leader_election_type,avg_latency_in_sec,minimum_latency_in_sec,maximum_latency_in_sec,throughput_bytes_per_sec,total_transactions_committed,total_time_elapsed_in_sec,total_num_views,failed_num_views +test50nodes,50,5,1,1000016,20,hotshot::traits::election::static_committee::StaticElectionConfig,26,6,58,2372919,140,60,19,0