Skip to content

Commit f46bb51

Browse files
authored
feat: prep benchmarks for archil sandbox provider
feat: prep benchmarks for archil sandbox provider
2 parents ff65086 + 15ed997 commit f46bb51

4 files changed

Lines changed: 80 additions & 164 deletions

File tree

.github/workflows/sandbox-benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
provider:
51+
# - archil
5152
- beam
5253
- blaxel
5354
- cloudflare
@@ -77,6 +78,8 @@ jobs:
7778
- name: Run benchmark
7879
env:
7980
COMPUTESDK_API_KEY: ${{ secrets.COMPUTESDK_API_KEY }}
81+
# ARCHIL_API_KEY: ${{ secrets.ARCHIL_API_KEY }}
82+
# ARCHIL_REGION: ${{ secrets.ARCHIL_REGION }}
8083
BEAM_TOKEN: ${{ secrets.BEAM_TOKEN }}
8184
BEAM_WORKSPACE_ID: ${{ secrets.BEAM_WORKSPACE_ID }}
8285
BL_API_KEY: ${{ secrets.BL_API_KEY }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
2-
node_modules/
2+
node_modules/
3+
.DS_Store

0 commit comments

Comments
 (0)