Strumenta / antlr-kotlin

Support for Kotlin as a target for ANTLR 4
Apache License 2.0
221 stars 47 forks source link

Allow benchmarks on Native #169

Closed lppedd closed 6 months ago

lppedd commented 6 months ago

Benchmarking Native is not really important for us, but we might use it to allow Kotlin/Native devs to improve the generated code performance.

To run the benchmark use:

./gradlew :antlr-kotlin-benchmarks:{platform}Test

For example:

./gradlew :antlr-kotlin-benchmarks:mingwX64Test
ftomassetti commented 6 months ago

We may need to update the readme. If the text on benchmarks is becoming too long we could extract a separate document and refer to it from the README

lppedd commented 6 months ago

@ftomassetti I've updated the readme to include a sample command for Native, but the length hasn't changed much.

As long as the readme is correctly split in sections, it should be easily accessible.

image

ftomassetti commented 6 months ago

Perfect, thank you @lppedd