This repository has been archived on 2023-02-09 . You can view files and clone it, but cannot push or open issues or pull requests.
9af1ca1c493f34cc23661e41d782c5b892bd5aaf
This allows other modules to do `from benchmark.space import G` and use the global state too. This is possible because the name `G` keeps referencing the same object (a class) even when resetting (contrary to the old `global_xxx = None`, which assigns a new object reference).
Description
Blender Benchmark Bundle
Languages
JavaScript
70.9%
Python
23.8%
Shell
2.5%
CSS
2.3%
HTML
0.3%
Other
0.2%