Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash67 committed Mar 28, 2023
1 parent ccc573a commit e9d35f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static std::vector<fr> VALUES = []() {
void hash(State& state) noexcept
{
for (auto _ : state) {
compress_native({ 0, 0, 0, 0 }, { 1, 1, 1, 1 });
hash_pair_native({ 0, 0, 0, 0 }, { 1, 1, 1, 1 });
}
}
BENCHMARK(hash)->MinTime(5);
Expand Down

0 comments on commit e9d35f4

Please sign in to comment.