You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cost-analyzer-comparison-ts/README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
-
# faast.js Cost Analyzer example comparing AWS Lambda and Google Cloud Functions costs
1
+
# faast.js Cost Analyzer example comparing AWS Lambda costs
2
2
3
-
The cost analyzer summarizes the cost of running a particular workload against multiple configurations. In this example, we generate 100,000 random numbers in each workload. For each memory size, the workload is executed 10 times. Then the workload is executed on both AWS Lambda and Google Cloud Functions, with memory sizes that include 128MB, 256MB, 512MB, 1024MB, 2048MB. In addition, AWS is tested with 1728MB. The results are printed in real time to the console and also output in CSV format to the file "cost.csv".
3
+
The cost analyzer summarizes the cost of running a particular workload against multiple configurations. In this example, we generate 100,000 random numbers in each workload. For each memory size, the workload is executed 10 times. Then the workload is executed on AWS Lambda with memory sizes that include 128MB, 256MB, 512MB, 1024MB, 2048MB. In addition, AWS is tested with 1728MB. The results are printed in real time to the console and also output in CSV format to the file "cost.csv".
4
4
5
5
## Prerequisites
6
6
7
7
- Node 8+.
8
8
9
9
- AWS account and IAM user. See faast.js documentation for account setup instructions.
10
10
11
-
- Google Cloud account. See faast.js documentation for account setup instructions.
0 commit comments