glib/gobject/tests/performance
Philip Withnall b7153f5072
performance: Fix signedness of ints throughout
The tests were using a lot of signed `int`s when actually the values
being handled were always non-negative. Use `unsigned int` consistently
throughout.

Take the opportunity to move declarations of loop iterator variables
into the loops.

This introduces no functional changes.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3405
2024-06-28 14:41:48 +01:00
..
meson.build Initial test of Hurd CI - (run_tests.sh status ignored) 2023-10-18 23:33:04 +00:00
performance-run.sh tests/performance: add performance-run.sh script for running performance test 2024-03-18 13:56:03 +00:00
performance-threaded.c gobject/tests/performance: fix leaks 2022-06-23 17:18:21 +04:00
performance.c performance: Fix signedness of ints throughout 2024-06-28 14:41:48 +01:00