diff options
| author | Christian Tismer <tismer@stackless.com> | 2024-02-15 19:34:42 +0100 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2024-02-16 14:13:04 +0100 |
| commit | 9b240cd08c69b511271c33df07028b41e0a528c9 (patch) | |
| tree | eb795f68e3b6acfe96e754bb83c5055b2f23f385 /sources/pyside6/tests/manually/lazytiming.py | |
| parent | 3aece8b1db8d2a4dfc6cbf25074b8794763411aa (diff) | |
Add benchmark script for lazy initialization, comment fix
Change-Id: I3a8b6c8f708f97a1dc26540a23bdeb5c91d87ceb
Pick-to: 6.6
Task-number: PYSIDE-2404
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/tests/manually/lazytiming.py')
| -rw-r--r-- | sources/pyside6/tests/manually/lazytiming.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/tests/manually/lazytiming.py b/sources/pyside6/tests/manually/lazytiming.py index 58a4a628f..59f75bc46 100644 --- a/sources/pyside6/tests/manually/lazytiming.py +++ b/sources/pyside6/tests/manually/lazytiming.py @@ -7,7 +7,6 @@ Time a repeated Python run Usage: python3 lazytiming.py # uses PySide6 python3 lazytiming.py <any arg> # uses PyQt6 - python3 lazytiming.py Qt # uses PyQt6 with QtCore.Qt loaded It runs the same python for the testing. |
