Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bayk committed Dec 1, 2024
1 parent d2278b5 commit ea50671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain/src/pibd_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mod tests {
// RAM and swap information:
println!("total memory: {} bytes", sys.total_memory());
println!("used memory : {} bytes", sys.used_memory());
println!("free memory : {} bytes", sys.free_memory());
println!("available memory : {} bytes", sys.available_memory());
println!("total swap : {} bytes", sys.total_swap());
println!("used swap : {} bytes", sys.used_swap());
Expand Down

0 comments on commit ea50671

Please sign in to comment.