Skip to content

Commit 40b849b

Browse files
authored
Update README.md
1 parent 63a016c commit 40b849b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Manual mapping refers to a standard kotlin implementation.
4343
Reflection mapping refers to a mapping using kotlin reflection.
4444
Cold ASM mapping refers to code being synthesized and then executed.
4545
Hot ASM mapping refers code being cached and executed.
46-
Using the `SmallMappingBenchmark`, we get a impression of the initial overhead:
46+
Using the `SmallMappingBenchmark`, mapping 30 beans, we get a impression of the initial overhead:
4747
```
4848
Manual mapping of the select took: 1120 us
4949
Reflection mapping of the select took: 55562 us

0 commit comments

Comments
 (0)