1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 19:10:24 +00:00
OpenMW/scripts
elsid 080245aa26
Do not align arrays by duplicating last value
To produce the same stats for single and multiple sources.

If there are multiple sources with different number of frames, leave the number
of values per each metric as is. For example:

source 1: [1, None, 2]
source 2: [3, None, 4, 5]

before this change becomes:

source 1: [1, 1, 2, 2]
source 2: [3, 3, 4, 5]

and after this change:

source 1: [1, 1, 2]
source 2: [3, 3, 4, 5]
2024-03-18 01:37:42 +01:00
..
data Add morrowind test for moving object into container 2024-02-25 15:20:29 +01:00
find_missing_merge_requests.py
generate_teal_declarations.sh
HOWTO-benchmark.md
integration_tests.py Add flag to print all openmw output in integration tests 2023-12-25 10:52:01 +01:00
osg_stats.py Do not align arrays by duplicating last value 2024-03-18 01:37:42 +01:00
preprocessed_file_size_stats_diff.py Add CI job to measure preprocessed code size 2023-04-21 02:55:48 +02:00
preprocessed_file_size_stats.py Add CI job to measure preprocessed code size 2023-04-21 02:55:48 +02:00