Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ cron.yml 3(+) 4(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Oct 10, 2024
1 parent d7e4d2d commit e3df60a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Benchmark1
run: curl -sL yabs.sh | bash -s -- -i -g
run: |
mkdir -p /mnt/tmpfs; 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 All @@ -40,9 +42,6 @@ jobs:
echo -e '#!/bin/sh\nexec eatmydata /usr/bin/apt $@' | sudo tee /usr/local/bin/apt && sudo chmod +x /usr/local/bin/apt
echo -e '#!/bin/sh\nexec eatmydata /usr/bin/apt-get $@' | sudo tee /usr/local/bin/apt-get && sudo chmod +x /usr/local/bin/apt-get
- name: Benchmark2
run: curl -sL yabs.sh | bash -s -- -i -g

# ─────────────────────────────────────────────────────
- name: Bootstrap ❯❯ actions/checkout@v4
uses: actions/checkout@v4
Expand Down

0 comments on commit e3df60a

Please sign in to comment.