Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUSE tests

Install tests:

mkdir -p /scratch/project_2001659/$USER
cd /scratch/project_2001659/$USER
git clone https://github.com/CSCfi/fuse-tests

Performance of reading lots of small files

Test performance of reading lot of small files from FUSE mounted squashfs.

cd read_small_files

Create squashfs:

module load julia
julia build_files.jl 10000

Run benchmark:

./run.sh 10000

Performance of writing lots of small files

Test performance of writing lots of small files, comparing Lustre scratch against a fuse2fs mounted ext4 image.

cd write_small_files

Create the ext4 image:

module load julia
julia build_files.jl 10000

Run benchmark:

./run.sh 10000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages