Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ cron.yml 9(+) 4(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Oct 10, 2024
1 parent b4e68e8 commit 3b5fcc9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,16 @@ jobs:
name: job ❯ build & run
runs-on: ubuntu-24.04
steps:
- name: Benchmark1
- name: Create Ramdrive
run: |
sudo mkdir -p /mnt/tmpfs;
sudo mount -o size=6G -t tmpfs none /mnt/tmpfs
cd /mnt/tmpfs && curl -sL yabs.sh | bash -s -- -i -g
find . /home/runner/work
mount -o size=6G -t tmpfs none /home/runner/work
# - name: Benchmark1
# run: |
# sudo mkdir -p /mnt/tmpfs;
# sudo mount -o size=6G -t tmpfs none /mnt/tmpfs
# cd /mnt/tmpfs && curl -sL yabs.sh | bash -s -- -i -g

# ─────────────────────────────────────────────────────
- name: Bootstrap > Optimize fsync
Expand Down

0 comments on commit 3b5fcc9

Please sign in to comment.