Skip to content

Commit 6071c41

Browse files
committed
Update benchmark doc
1 parent 9824279 commit 6071c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed
1616

1717
## Performance
1818

19-
Benchmarks of Kotlin Native's "Hello World" Lambda function on Amazon Linux 2023 (x86_64) configured with different amounts of provisioned memory. For more detailed comparison, visit [lambda-perf](https://maxday.github.io/lambda-perf/).
19+
Benchmarks of Kotlin Native's "Hello World" Lambda function on Amazon Linux 2023 (x86_64) configured with different amounts of provisioned memory. For more detailed benchmarks, visit [lambda-perf](https://maxday.github.io/lambda-perf/).
2020
- **Lambda 128mb provisioned memory**. Kotlin/Native outperforms JVM-based runtimes with a cold start nearly matching GraalVM and beating Java 17 and Java 21 SnapStart. It also uses less memory (28.5MB vs. Java 17's 82MB).
2121
![Kotlin Native AWS Lambda Runtime 128mb benchmark](docs/performance_hello_world_128mb.png)
2222
- **Lambda 256mb provisioned memory**. Competitive with Python in execution time and memory usage, while surpassing JVM-based runtimes.
2323
![Kotlin Native AWS Lambda Runtime 256mb benchmark](docs/performance_hello_world_256mb.png)
2424
- **Lambda 512mb provisioned memory**. Kotlin/Native ranks among the top 7 fastest runtimes, ahead of Python, C#, and JVM, only trailing behind C++, Rust, LLRT, and Go.
2525
![Kotlin Native AWS Lambda Runtime 512mb benchmark](docs/performance_hello_world_512mb.png)
26-
- Lambda 1024mb provisioned memory
26+
- **Lambda 1024mb provisioned memory**
2727
![Kotlin Native AWS Lambda Runtime 1024mb benchmark](docs/performance_hello_world_1024mb.png)
2828

2929
## Getting started

0 commit comments

Comments
 (0)