diff --git a/README.md b/README.md index fdcbc89..0796016 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,8 @@ end assert(world:get(playerId, Health) == 79) assert(world:get(opponentId, Health) == 92) -``` \ No newline at end of file +``` + +Can iterate over 20,000 entities in a single millisecond. + +![Comparison](benches/image.png) \ No newline at end of file