Skip to content

Commit

Permalink
chore: update the node count
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed Jun 7, 2024
1 parent 82f16b7 commit 6f997f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn main() {
let elapsed = start.elapsed().as_millis();

// Assert that the node-count hasn't changed unexpectedly.
debug_assert!(total_nodes == 261787);
debug_assert!(total_nodes == 5504);

println!("nodes {} nps {}", total_nodes, total_nodes as u128 * 1000 / elapsed);

Expand Down

0 comments on commit 6f997f6

Please sign in to comment.