updated hash value in reduced benchmark

This commit is contained in:
Ted Horst 2014-05-22 23:07:57 -05:00
parent 87ad19eb78
commit 2571d42241

View File

@ -645,7 +645,7 @@ officia deserunt mollit anim id est laborum.";
y: 2,
};
b.iter(|| {
assert_eq!(hash(&compound), 15783192367317361799);
assert_eq!(hash(&compound), 12506681940457338191);
})
}
}