Skip to content

Commit

Permalink
benchmarks: remove 'ERROR' prints
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <[email protected]>
  • Loading branch information
achreto committed Aug 19, 2024
1 parent f8487d5 commit a1cc5ce
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion benchmarks/ironsync/ironsync-osdi2023
3 changes: 0 additions & 3 deletions benchmarks/upstream/benches/nr_vspace/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,6 @@ impl Default for VSpace {
)
.is_ok());
}

// logging::error!("vs.mem_counter {}", vs.mem_counter);

vs
}
}
Expand Down
3 changes: 0 additions & 3 deletions benchmarks/upstream/src/nr_vspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,6 @@ impl Default for VSpace {
)
.is_ok());
}

// logging::error!("vs.mem_counter {}", vs.mem_counter);

vs
}
}
Expand Down
3 changes: 0 additions & 3 deletions benchmarks/verified/benches/vnr_vspace/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,6 @@ impl Default for VSpace {
)
.is_ok());
}

logging::error!("vs.mem_counter {}", vs.mem_counter);

vs
}
}
Expand Down
3 changes: 0 additions & 3 deletions benchmarks/verified/src/vnr_vspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,6 @@ impl Default for VSpace {
)
.is_ok());
}

logging::error!("vs.mem_counter {}", vs.mem_counter);

vs
}
}
Expand Down

0 comments on commit a1cc5ce

Please sign in to comment.