Skip to content

Commit ecd9deb

Browse files
committed
Update benchmark doc
1 parent d56986a commit ecd9deb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed
1717
## Performance
1818

1919
Benchmarks show that Kotlin Native's "Hello World" Lambda function on Amazon Linux 2023 (x86_64) with 1024MB memory is among the top 5 fastest cold starts, comparable to Python and .NET. For more details, visit [lambda-perf](https://maxday.github.io/lambda-perf/).
20-
20+
- Lambda 128mb provisioned memory
2121
![Kotlin Native AWS Lambda Runtime 128mb benchmark](docs/performance_hello_world_128mb.png)
22+
- Lambda 256mb provisioned memory
2223
![Kotlin Native AWS Lambda Runtime 256mb benchmark](docs/performance_hello_world_256mb.png)
24+
- Lambda 512mb provisioned memory
2325
![Kotlin Native AWS Lambda Runtime 512mb benchmark](docs/performance_hello_world_512mb.png)
26+
- Lambda 1024mb provisioned memory
2427
![Kotlin Native AWS Lambda Runtime 1024mb benchmark](docs/performance_hello_world_1024mb.png)
2528

2629
## Getting started

0 commit comments

Comments
 (0)