mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-19 21:43:12 +00:00
aggregate: no data msg count anymore
This commit is contained in:
parent
abc67ea7df
commit
ea0a95193c
@ -42,11 +42,11 @@ fn aggregate(path: &str) {
|
||||
.finish()
|
||||
.unwrap();
|
||||
|
||||
add_stats_columns(
|
||||
&mut df,
|
||||
entry.path().join("data_msg_counts_stats.csv"),
|
||||
"data_msg_count_",
|
||||
);
|
||||
// add_stats_columns(
|
||||
// &mut df,
|
||||
// entry.path().join("data_msg_counts_stats.csv"),
|
||||
// "data_msg_count_",
|
||||
// );
|
||||
add_stats_columns(&mut df, entry.path().join("latency_stats.csv"), "latency_");
|
||||
|
||||
for prefix in ["strong", "casual", "weak"] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user