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.
Sybren A. Stüvel 9af1ca1c49 Moved global state into a class G
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).
2018-08-14 13:33:56 +02:00
2018-08-10 10:48:37 +02:00
2017-08-18 12:12:25 +02:00
2018-08-07 15:07:04 +02:00
Description
Blender Benchmark Bundle
2.4 MiB
Languages
JavaScript 70.9%
Python 23.8%
Shell 2.5%
CSS 2.3%
HTML 0.3%
Other 0.2%