[Bf-blender-cvs] [71131b49698] blender-v3.0-release: Tests: disable audio system for performance tests

Brecht Van Lommel noreply at git.blender.org
Fri Nov 12 20:03:56 CET 2021


Commit: 71131b4969813e037986b4fa91439e8b86059057
Author: Brecht Van Lommel
Date:   Fri Nov 12 19:12:17 2021 +0100
Branches: blender-v3.0-release
https://developer.blender.org/rB71131b4969813e037986b4fa91439e8b86059057

Tests: disable audio system for performance tests

===================================================================

M	tests/performance/api/environment.py

===================================================================

diff --git a/tests/performance/api/environment.py b/tests/performance/api/environment.py
index 235a1805ba9..4db81524120 100644
--- a/tests/performance/api/environment.py
+++ b/tests/performance/api/environment.py
@@ -208,7 +208,7 @@ class TestEnvironment:
 
     def call_blender(self, args: List[str], foreground=False) -> List[str]:
         # Execute Blender command with arguments.
-        common_args = ['--factory-startup', '--enable-autoexec', '--python-exit-code', '1']
+        common_args = ['--factory-startup', '-noaudio', '--enable-autoexec', '--python-exit-code', '1']
         if foreground:
             common_args += ['--no-window-focus', '--window-geometry', '0', '0', '1024', '768']
         else:



More information about the Bf-blender-cvs mailing list