Skip to content

Commit 66fe939

Browse files
committed
Update benchmark doc
1 parent 6071c41 commit 66fe939

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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 benchmarks, visit [lambda-perf](https://maxday.github.io/lambda-perf/).
20-
- **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).
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, [read the article](https://medium.com/@s.ivanovichev/leveraging-kotlin-native-for-efficient-serverless-applications-on-aws-lambda-66d992c074cc).
20+
- **Lambda 128mb provisioned memory**. Kotlin/Native outperforms JVM-based runtimes like GraalVM and Java 17 and Java 21 SnapStart.
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)
-205 KB
Loading
-188 KB
Loading
-181 KB
Loading

0 commit comments

Comments
 (0)