Skip to content

Commit

Permalink
Update test/benchmark/load_worlds.py
Browse files Browse the repository at this point in the history
Co-authored-by: black-sliver <[email protected]>
  • Loading branch information
Berserker66 and black-sliver authored Feb 3, 2024
1 parent bfda1d7 commit 455720f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/benchmark/load_worlds.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ def run_load_worlds_benchmark():
from Utils import init_logging

# get some general imports cached, to prevent it from being attributed to one world.
import orjson
orjson.loads("{}") # orjson runs initialization on first use

import BaseClasses, Launcher, Fill

from worlds import world_sources
Expand Down

0 comments on commit 455720f

Please sign in to comment.