Add comment

This commit is contained in:
Alexey Milovidov 2023-06-22 23:58:55 +02:00
parent b5b2a2a41a
commit 9e433cee20

View File

@ -5,6 +5,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
# Check that attaching a database with a large number of tables is not too slow.
# it is the worst way of making performance test, nevertheless it can detect significant slowdown and some other issues, that usually found by stress test
db="test_01193_$RANDOM"