| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The benchmark tool now uses per default the limited API but
is becoming more flexible. This will take some more checkins
until it comes to convergence.
The starting point stays 2025-01-27 right before a substantial
change which is otherwise not measurable.
The switchable size reductions will slowly vanish. The difference
approach makes then no longer sense, and the --absolute switch
will become the default and vanish.
Task-number: PYSIDE-2701
Change-Id: I990ef26860924c10784a70ec74a2a318b4be7d41
Pick-to: 6.8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After sizebench.py was used successfully on relative changes
(with a disable switch in the code), we now add an absolute
mode. This way, we can stop to support switching.
The starting point is 2025-01-27 right before a substantial
change which is otherwise not measurable.
The new mode is activated with --absolute / -a
It works much faster since it compares against a constant.
Task-number: PYSIDE-2701
Change-Id: I341a23722a304473e92f8ef38c6d16b3b69a8a92
Pick-to: 6.8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|
| |
|
|
|
|
|
|
|
|
| |
the python classifiers were removed in
c5880ced5b6cfc7a07af9d4e7079af563ceae089
so the test will fail.
Change-Id: I58033f387bcebed76ca8b1bba18cc991975338d1
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
|
|
|
This script makes it easy to measure the size reduction
on all three platforms.
Change-Id: I54a9cce6fd18ef58421445c2eeb688bd97eca956
Task-number: PYSIDE-2701
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|