Skip to content

Commit

Permalink
Fix due to API change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Dec 23, 2024
1 parent d175952 commit cb496f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/uuid_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main()

for (size_t i = 0; i < N; ++i)
{
generator.GenerateUuid(uuid);
generator.Generate(uuid);
}

auto end = GetTimeStamp();
Expand Down

0 comments on commit cb496f8

Please sign in to comment.