diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-09-16 14:34:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 14:34:59 +0200 |
commit | 6325aebda6c583d8acb21e664ad805418bb4e747 (patch) | |
tree | 6ce4e598b98f7772a9bb68d30bdcea9f6309b90a /python | |
parent | 978c9cfda376d008aa4801205f3dd887638d5053 (diff) |
TLS: avoid zeroing large structures (#1300)
Zeroing large structures (i.e. size > KB) is quite costly (from a CPU point
of view): we can safely avoid doing that for a couple of big structures.
Standard and Valgrind tests have been diverging quite a lot: it is time
to re-sync them. Use the same script and enable Valgrind via an
enviroment variable:
NDPI_TESTS_VALGRIND=1 ./tests/do.sh
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions