Skip to content

Commit a82a6cb

Browse files
committed
Update README.md
* Add diagrams with some results * Change wording
1 parent 5614ffd commit a82a6cb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
[![GitHub license](https://img.shields.io/badge/license-BSD%20License%202.0-blue.svg?style=flat)](http://www.opensource.org/licenses/bsd-license.php)
66
[![GitHub license](https://img.shields.io/badge/license-MIT%20License%202.0-blue.svg?style=flat)](https://opensource.org/license/mit/)
77

8-
This is kotlin multiplatform benchmarks to compare Kotlin Wasm vs Kotlin JS performance.
8+
Kotlin Multiplatform Collection of Benchmarks focused on Kotlin/Wasm performance.
9+
10+
![kotlin-wasm-macro-benchmarks.png](screenshots/kotlin-wasm-macro-benchmarks.png)
11+
12+
![compose-multiplatform-benchmarks.png](screenshots/compose-multiplatform-benchmarks.png)
13+
_Based on data from [Compose Multiplatform Benchmarks](https://github.com/JetBrains/compose-multiplatform/tree/bench_with_kwasm/benchmarks/ios/jvm-vs-kotlin-native)_
914

1015
# Description
11-
These benchmarks are based on JetBrains micro-benchmarks benchmarks and macro-benchmarks based on [are-we-fast-yet](https://github.com/smarr/are-we-fast-yet) benchmarks collection.
16+
These benchmarks are based on [are-we-fast-yet](https://github.com/smarr/are-we-fast-yet) benchmarks collection and JetBrains/Kotlin micro-benchmarks (work-in-progress).
1217
To perform benchmarks it uses [kotlinx-benchmarks](https://github.com/Kotlin/kotlinx-benchmark) library.
1318

1419
# Build and Run
83.2 KB
Loading
117 KB
Loading

0 commit comments

Comments
 (0)