Skip to content

Commit

Permalink
updated support for benchmark language versions
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar <[email protected]>
  • Loading branch information
octonawish-akcodes committed Mar 27, 2024
1 parent d1a7052 commit 940e85e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
"files": [
"storage.js"
],
"packages": []
"packages": {
"uuid": "3.4.0"
}
}
}
}
Expand All @@ -56,11 +58,9 @@
"python": {
"base_images": {
"3.9": "amazon/aws-lambda-python:3.9",
"3.8": "amazon/aws-lambda-python:3.8",
"3.7": "amazon/aws-lambda-python:3.7"
"3.8": "amazon/aws-lambda-python:3.8"
},
"versions": [
"3.7",
"3.8",
"3.9"
],
Expand Down Expand Up @@ -170,7 +170,6 @@
},
"nodejs": {
"base_images": {
"10": "gcr.io/google-appengine/nodejs",
"12": "gcr.io/google-appengine/nodejs",
"14": "gcr.io/google-appengine/nodejs",
"16": "gcr.io/google-appengine/nodejs"
Expand Down Expand Up @@ -216,7 +215,6 @@
},
"nodejs": {
"base_images": {
"10": "openwhisk/action-nodejs-v10",
"12": "openwhisk/action-nodejs-v12"
},
"images": [
Expand Down

0 comments on commit 940e85e

Please sign in to comment.