Rustfmt
This commit is contained in:
@@ -58,11 +58,14 @@ fn concurrent_stress_check() {
|
||||
|
||||
#[test]
|
||||
fn slot_entries_table() {
|
||||
assert_eq!(ENTRIES_BY_BUCKET, [
|
||||
4096, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304,
|
||||
8388608, 16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824,
|
||||
2147483648
|
||||
]);
|
||||
assert_eq!(
|
||||
ENTRIES_BY_BUCKET,
|
||||
[
|
||||
4096, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152,
|
||||
4194304, 8388608, 16777216, 33554432, 67108864, 134217728, 268435456, 536870912,
|
||||
1073741824, 2147483648
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user