Skip to content

Commit

Permalink
ci: add a fio test
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Oct 7, 2023
1 parent 044ea85 commit e05fbab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gc-stress-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/clean-runner
- name: Benchmark runner
run: |
sudo apt-get install -y fio
sudo mkdir -p /test
sudo chmod -R a+rw /test
fio --name=fiotest --filename=/test/test1 --size=16Gb --rw=read --bs=1M --direct=1 --numjobs=8 --ioengine=libaio --iodepth=8 --group_reporting --runtime=60 --startdelay=60
- uses: actions/setup-go@v4
with:
cache: false
Expand Down

0 comments on commit e05fbab

Please sign in to comment.