Skip to content

kir-rescomp/regression-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regression-logo

Compare resutls

Example:

./compare_results.sh \
    ~/regression_results/results_20250113_*.json \
    ~/regression_results/results_20250120_*.json

Extend the runtime of the tests

Option 1 - Double/Triple the data

This can be done by increasing FILESIZE and FILESIZE_MULTI attributes

Option 2 - Add more iterations

IOR Supports running multiple iterations to get more stable averages

srun -n 1 ior -w -r -i 3 -o ${TESTDIR}/ior_single -t $BLOCKSIZE -b $FILESIZE -F
#                   ^^^
#                   Run 3 times and average

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages