Skip to content

Commit 0ef00a0

Browse files
authored
Create config.yml
1 parent e918444 commit 0ef00a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circle/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2.1
2+
3+
jobs:
4+
benchmark:
5+
macos:
6+
xcode: 16.3.0
7+
resource_class: m4pro.medium
8+
steps:
9+
- checkout
10+
- run:
11+
name: exec
12+
command: sh benchmark.sh

0 commit comments

Comments
 (0)