Skip to content

Commit 2571d42

Browse files
committed
updated hash value in reduced benchmark
1 parent 87ad19e commit 2571d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/hash/sip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ officia deserunt mollit anim id est laborum.";
645645
y: 2,
646646
};
647647
b.iter(|| {
648-
assert_eq!(hash(&compound), 15783192367317361799);
648+
assert_eq!(hash(&compound), 12506681940457338191);
649649
})
650650
}
651651
}

0 commit comments

Comments
 (0)