chore: Benchmark runtime set to 10s for all

This commit is contained in:
Tommaso Gagliardoni 2025-09-02 11:50:11 +02:00
parent 4723263a18
commit 91c7933823
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@ confirm() {
run_benchmark() {
local PASSPHRASE="mypassword"
local TESTNAME="luks"
local RUNTIME="2" # running time in seconds FOR EACH TEST
local RUNTIME="10" # running time in seconds FOR EACH TEST
local DATASIZE="500M"
local TESTFILENAME="testfile"

View file

@ -176,7 +176,7 @@ confirm() {
# Benchmarks
benchmark() {
local TESTNAME="vc"
local RUNTIME="2" # running time in seconds FOR EACH TEST
local RUNTIME="10" # running time in seconds FOR EACH TEST
local DATASIZE="500M"
local TESTFILENAME="testfile"
echo "Starting benchmark for VeraCrypt..."