Skip to content

Commit

Permalink
code: updated query performance example stats
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Sep 18, 2022
1 parent ecfb521 commit cf79300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/apps/query-performance.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ int main() {
// [test] found 171 entities in (7804.661 ms)
//
// after switch to internal memory
//
// [test] found 171 entities in (4308.592 ms)
// [test] found 171 entities in (4234.625 ms)
// [test] found 171 entities in (4221.636 ms)

librg_world_destroy(world);
return 0;
Expand Down

0 comments on commit cf79300

Please sign in to comment.