Kotlin / kotlinx-benchmark

Kotlin multiplatform benchmarking toolkit
Apache License 2.0
513 stars 41 forks source link

docs: add READMEs to examples #119

Closed wldeh closed 1 year ago

wldeh commented 1 year ago

Addresses #96

This pull request introduces README files to each example subdirectory and the root examples directory. These README files serve as a guide to help both new and experienced users navigate and understand the structure and use of each example. The goal here is to improve the user experience by providing helpful and clear information about each example, making it easier for developers to get started with or dive deeper into the kotlinx-benchmark library.

Please review and let me know if there are any suggestions or improvements. Thanks!