-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc57550
commit 134a41c
Showing
15 changed files
with
207 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
id-token: write | ||
contents: write | ||
pages: write | ||
|
||
steps: | ||
# Print the host info | ||
- name: 'Host info' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[global] | ||
ioengine=libaio | ||
direct=1 | ||
fadvise_hint=0 | ||
verify=0 | ||
rw=read | ||
iodepth=64 | ||
invalidate=1 | ||
ramp_time=10s | ||
runtime=60s | ||
time_based=1 | ||
nrfiles=1 | ||
thread=1 | ||
openfiles=1 | ||
group_reporting=1 | ||
allrandrepeat=1 | ||
filename_format=$jobname.$jobnum.$filenum | ||
rw=randread | ||
bs=1M | ||
size=1G | ||
|
||
[Seq_Write_40thread] | ||
stonewall | ||
numjobs=128 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[global] | ||
ioengine=libaio | ||
direct=1 | ||
fadvise_hint=0 | ||
verify=0 | ||
rw=read | ||
iodepth=64 | ||
invalidate=1 | ||
ramp_time=10s | ||
runtime=60s | ||
time_based=1 | ||
nrfiles=1 | ||
thread=1 | ||
openfiles=1 | ||
group_reporting=1 | ||
allrandrepeat=1 | ||
filename_format=$jobname.$jobnum.$filenum | ||
rw=read | ||
bs=1M | ||
size=1G | ||
|
||
[Seq_Write_40thread] | ||
stonewall | ||
numjobs=128 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[global] | ||
ioengine=libaio | ||
direct=1 | ||
fadvise_hint=0 | ||
verify=0 | ||
iodepth=64 | ||
invalidate=1 | ||
ramp_time=10s | ||
runtime=60s | ||
time_based=1 | ||
nrfiles=1 | ||
thread=1 | ||
openfiles=1 | ||
group_reporting=1 | ||
allrandrepeat=1 | ||
filename_format=$jobname.$jobnum.$filenum | ||
rw=write | ||
bs=1M | ||
size=1G | ||
|
||
[Seq_Write_40thread] | ||
stonewall | ||
numjobs=112 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[global] | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
||
[random_read_four_threads] | ||
size=10G | ||
rw=randread | ||
ioengine=sync | ||
fallocate=none | ||
numjobs=4 | ||
startdelay=30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[global] | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
||
[random_read_direct_io] | ||
size=10G | ||
rw=randread | ||
ioengine=sync | ||
fallocate=none | ||
direct=1 | ||
startdelay=30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[global] | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
||
[sequential_read_sixteen_threads] | ||
size=10G | ||
rw=read | ||
ioengine=sync | ||
fallocate=none | ||
numjobs=16 | ||
startdelay=30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[global] | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
||
[sequential_read_direct_io] | ||
size=10G | ||
rw=read | ||
ioengine=sync | ||
fallocate=none | ||
direct=1 | ||
startdelay=30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
name=blobfuse_benchmark | ||
bs=1M | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|