Skip to content

Commit

Permalink
Add some underscores.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 23, 2023
1 parent 8609b92 commit 207ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test-cpp_port.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mod cpp_port;

// Run using: cargo run --release --example test-cpp_port
fn main() {
let num_moves = 100000000;
let num_moves = 100_000_000;
test_packed(num_moves);
test_unpacked(num_moves);
}
Expand Down

0 comments on commit 207ac7c

Please sign in to comment.