commit | 9363f5e065960056582367b715d3e19f4b7c4a65 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@qca.qualcomm.com> | Thu Nov 27 20:08:15 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Thu Nov 27 20:08:15 2014 +0200 |
tree | 2d39c43ebdfbaa82d615c751397aaec93fbbf22f | |
parent | b925506a9184faca0eb0cc85beb85d16722e25bf [diff] |
tests: Optimize run-tests.py --prefill-tests startup time It took significant part of the startup latency to prefill the database with test cases due to the SQL COMMIT operation between each added row. Move COMMIT to outside the loop to speed startup significantly. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>