Add a TAP test for test_json_parser_perf
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 9 Apr 2024 18:23:20 +0000 (14:23 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 12 Apr 2024 14:32:30 +0000 (10:32 -0400)
commitdaf554dbeabf0957a25c9e37488d42c047c0ce23
treeb3bb77e9f4433c1f367c298f36188a3cd774e0fa
parent661ab4e185784db79c194b5758555b1db3f30483
Add a TAP test for test_json_parser_perf

This just makes sure the test can run with a single iteration. A real
performance test would test with many more.
src/test/modules/test_json_parser/meson.build
src/test/modules/test_json_parser/t/004_test_parser_perf.pl [new file with mode: 0644]