Skip to content

Commit

Permalink
modifies benchmark to match voriteam
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri committed Dec 18, 2023
1 parent 31239c8 commit 536277a
Showing 1 changed file with 15 additions and 56 deletions.
71 changes: 15 additions & 56 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,67 +4,26 @@ on: [push]

jobs:
echo-job:
timeout-minutes: 15
runs-on: warpdev-ubuntu-latest-amd64-4x
strategy:
fail-fast: false
matrix:
number:
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
]
node-version: [20.x]
shard: [1, 2, 3, 4, 5, 6]

env:
NODE_OPTIONS: "--max-old-space-size=14336"

steps:
- name: Echo Hello World
run: echo Hello World
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 20
token: jbashuidjjwne2jasjd
node-version: ${{ matrix.node-version }}
cache: "pnpm"

0 comments on commit 536277a

Please sign in to comment.