rsyslog/tests/zstd-vg.sh
Rainer Gerhards 90feae08e6
omfile: support for zstd compression
The zstd library provides better and faster compression than zlib.
This patch integrates zstd as a dynamically-loadable functionality.
As such, no further dependencies need to be added to the rsyslog
base package.

Due to the increased performance, usage of zstd is highly recommended
for high-volume use cases.

This patch also refactor zlib compression in order to unify handling
in both compression cases.
2022-07-13 14:31:51 +02:00

5 lines
155 B
Bash
Executable File

#!/bin/bash
export USE_VALGRIND="YES"
export NUMMESSAGES=10000 # valgrind is pretty slow, so we need to user lower nbr of msgs
source ${srcdir:-.}/zstd.sh