Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 9899ada

Browse files
committed
readme更新
1 parent 9eeacb0 commit 9899ada

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,11 @@ fun map(src: Map<String, Any?>): Sample {
104104
}.let { fastKFunction.callBy(it) }
105105
}
106106
```
107+
108+
## Benchmark
109+
You can run the benchmark with the `./gradlew jmh`.
110+
Please note that it will take about 2 hours in total if executed with the default settings.
111+
112+
```bash
113+
./gradlew jmh
114+
```

0 commit comments

Comments
 (0)