Skip to content

Commit 0ffda41

Browse files
kk-minypwong99
authored andcommitted
Add experiment file for Azure node runtime
1 parent d1ffa62 commit 0ffda41

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"Sequential": false,
3+
"Provider": "azure",
4+
"Runtime": "nodejs18",
5+
"SubExperiments": [
6+
{
7+
"Title": "warm-hellonode-zip-azure",
8+
"Function": "hellonode",
9+
"Handler": "index.handler",
10+
"PackageType": "Zip",
11+
"PackagePattern": "index.js",
12+
"Bursts": 100,
13+
"BurstSizes": [
14+
1
15+
],
16+
"DesiredServiceTimes": [
17+
"0ms"
18+
],
19+
"FunctionImageSizeMB": 24
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)