Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Test new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Sep 22, 2023
1 parent 23a6b7b commit a540ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
34 changes: 1 addition & 33 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:

- name: Load PATH changes
run: direnv allow && direnv exec . sh -c 'echo $PATH' > "$GITHUB_PATH"

- name: Load other environment changes
run: direnv export gha >> "$GITHUB_ENV"

Expand All @@ -55,36 +56,3 @@ jobs:

- name: Sccache stats
run: sccache --show-stats

# benchmark:
# runs-on: [self-hosted, benchmark]
# steps:
# - uses: actions/checkout@v3
# with:
# clean: false
# lfs: true

# - name: Setup Rust toolchain
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true

# - uses: boa-dev/criterion-compare-action@v3.2.4
# env:
# BLOOP_LOG: bleep=debug
# with:
# cwd: ./server
# benchName: "indexes"
# branchName: ${{ github.base_ref }}
# token: ${{ secrets.GITHUB_TOKEN }}

# - uses: boa-dev/criterion-compare-action@v3.2.4
# env:
# BLOOP_LOG: bleep=debug
# with:
# cwd: ./server
# benchName: "queries"
# branchName: ${{ github.base_ref }}
# token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/tauri-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Load PATH changes
run: direnv allow && direnv exec . sh -c 'echo $PATH' > "$GITHUB_PATH"

- name: Load other environment changes
run: direnv export gha >> "$GITHUB_ENV"

Expand Down

0 comments on commit a540ea1

Please sign in to comment.