diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2020-11-10 20:02:54 +0100 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2020-11-11 20:50:10 +0100 |
commit | 6a789f0afcc5894a81e3f56e11883f1446d46e7b (patch) | |
tree | 2ad76627f7656dd1cfc7c635def0b54a80b0c3cb /decoder/test/nunchuk/wii_nunchuk_data_left.output | |
parent | 7d97c1424a7b39ccdf37128d66fb6632baf8f523 (diff) | |
download | sigrok-test-6a789f0afcc5894a81e3f56e11883f1446d46e7b.tar.gz sigrok-test-6a789f0afcc5894a81e3f56e11883f1446d46e7b.zip |
pdtest: use less expensive Python routine to get text differences
Python ships with a difflib(3) module which is used in the pdtest(1)
utility. The Differ.compare() routine is rather expensive, especially
when the set of input text becomes "large" (a few thousand lines). Use
the less expensive unified_diff() routine instead which does not suffer
from that cost. From the sigrok-test perspective the resulting data is
as usable.
Diffstat (limited to 'decoder/test/nunchuk/wii_nunchuk_data_left.output')
0 files changed, 0 insertions, 0 deletions