pgsql: test_json_parser: Speed up 002_inline.pl
От | Jacob Champion |
---|---|
Тема | pgsql: test_json_parser: Speed up 002_inline.pl |
Дата | |
Msg-id | E1v403S-000xdS-3A@gemulon.postgresql.org обсуждение исходный текст |
Список | pgsql-committers |
test_json_parser: Speed up 002_inline.pl Some macOS machines are having trouble with 002_inline, which executes the JSON parser test executables hundreds of times in a nested loop. Both developer machines and buildfarm critters have shown excessive test durations, upwards of 20 seconds. Push the innermost loop of 002_inline, which iterates through differing chunk sizes, down into the test executable. (I'd eventually like to push all of the JSON unit tests down into C, but this is an easy win in the short term.) Testers have reported a speedup between 4-9x. Reported-by: Robert Haas <robertmhaas@gmail.com> Suggested-by: Andres Freund <andres@anarazel.de> Tested-by: Andrew Dunstan <andrew@dunslane.net> Tested-by: Tom Lane <tgl@sss.pgh.pa.us> Tested-by: Robert Haas <robertmhaas@gmail.com> Discussion: https://postgr.es/m/CA%2BTgmobKoG%2BgKzH9qB7uE4MFo-z1hn7UngqAe9b0UqNbn3_XGQ%40mail.gmail.com Backpatch-through: 17 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/c3357759080c3f8b02c87b3d5c09411feb6e26d0 Modified Files -------------- src/test/modules/test_json_parser/README | 10 +- src/test/modules/test_json_parser/t/002_inline.pl | 26 ++++- .../test_json_parser_incremental.c | 129 ++++++++++++++------- 3 files changed, 111 insertions(+), 54 deletions(-)
В списке pgsql-committers по дате отправления: