Skip to content

Commit

Permalink
update microbenchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
yigonghu committed Jul 26, 2023
1 parent c52f47e commit e02f0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/create_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main() {
total_time -= time;
}

printf("average time for create psandbox %lu ns\n", total_time/NUMBER);
printf("create, %lu\n", total_time/NUMBER);

return 0;
}

0 comments on commit e02f0dc

Please sign in to comment.