Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/scala-meter-example
Using 'org.scalameter._' package on top of Gradle Kotlin DSL project
https://github.com/daggerok/scala-meter-example
gradle-kotlin gradle-kotlin-dsl scala scalameter
Last synced: about 1 month ago
JSON representation
Using 'org.scalameter._' package on top of Gradle Kotlin DSL project
- Host: GitHub
- URL: https://github.com/daggerok/scala-meter-example
- Owner: daggerok
- Created: 2019-04-07T16:11:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T17:47:16.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T15:38:03.840Z (3 months ago)
- Topics: gradle-kotlin, gradle-kotlin-dsl, scala, scalameter
- Language: Scala
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScalaMeter
Using `org.scalameter._` package on top of Gradle Kotlin DSL project..._usage_
```bash
./gradlew clean ; ./gradlew ; java -jar ./build/libs/*-all.jar
```_output example_
```bash
executed "(0 until 1000000).toArray.reverse" in: 52.108281 msexecuted with warmer "(0 until 1000000).toArray.reverse" in: 6.736713 ms
Scope: ⠋
Overall: ⠰0:00:00 ◁․․․․․․․․․․․․․․․․․․․․․․․․▷ Fork 1/0 🡺
executed with warmer configuration "(0 until 1000000).toArray.reverse" in: 12.393093 ms
Starting warmup1
measurements: 12.393093 ms
executed with IgnoringGC "(0 until 1000000).toArray.reverse" in: 8.311437 ms
```links:
* [YpuTube: Parallel Programming Course (week 1) - Benchmarking Parallel Programs](https://www.youtube.com/watch?v=AxqeZ-3jSJ4&list=PLOhKADai-veUWo2cEAJ4JfC9Ssaa9Isbl&index=8)
* [scalatest](http://www.scalatest.org/user_guide/writing_your_first_test)