Blender Git Commit Log
Git Commits -> Revision adab11a
Revision adab11a by Brecht Van Lommel (performance-test) March 24, 2020, 19:58 (GMT) |
Tests: prototype for performance testing framework |
Commit Details:
Full Hash: adab11adf58b1ed816ba8f9979739b0b75e1dbb1
Parent Commit: 394a137
Lines Changed: +670, -0
10 Added Paths:
/tests/performance/api/device.py (+15, -0) (View)
/tests/performance/api/environment.py (+202, -0) (View)
/tests/performance/api/queue.py (+50, -0) (View)
/tests/performance/api/test.py (+42, -0) (View)
/tests/performance/api/__init__.py (+6, -0) (View)
/tests/performance/benchmark (+251, -0)
/tests/performance/tests/animation.py (+32, -0) (View)
/tests/performance/tests/cycles.py (+33, -0) (View)
/tests/performance/tests/undo.py (+39, -0) (View)
/tests/performance/tests/__init__.py (+0, -0) (View)
/tests/performance/api/environment.py (+202, -0) (View)
/tests/performance/api/queue.py (+50, -0) (View)
/tests/performance/api/test.py (+42, -0) (View)
/tests/performance/api/__init__.py (+6, -0) (View)
/tests/performance/benchmark (+251, -0)
/tests/performance/tests/animation.py (+32, -0) (View)
/tests/performance/tests/cycles.py (+33, -0) (View)
/tests/performance/tests/undo.py (+39, -0) (View)
/tests/performance/tests/__init__.py (+0, -0) (View)