Skip to content

Commit cd26d4e

Browse files
committed
remove benchmarks and add link to docs
1 parent 50f3a3b commit cd26d4e

File tree

13 files changed

+4
-462
lines changed

13 files changed

+4
-462
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ dependencies {
4545

4646
## Quickstart
4747

48+
Visit [Multik documentation](https://kotlin.github.io/multik) for a detailed feature overview.
49+
4850
#### Creating arrays
4951

5052
```kotlin
@@ -223,14 +225,6 @@ Run `./gradlew assemble` to build all modules.
223225
## Testing
224226
`./gradlew test`
225227

226-
## Benchmarks
227-
228-
The benchmark code be found in `src/jmh` folder. To run the benchmarks, run following commands:
229-
```
230-
./gradlew assemble benchmarkJar
231-
java -jar ./build/libs/multik-benchmark.jar
232-
```
233-
234228
## Contributing
235229
There is an opportunity to contribute to the project:
236230
1. Implement [math](multik-api/src/main/kotlin/org/jetbrains/kotlinx/multik/api/Math.kt) and [linalg](multik-api/src/main/kotlin/org/jetbrains/kotlinx/multik/api/LinAlg.kt) interfaces.

benchmarks/build.gradle.kts

Lines changed: 0 additions & 25 deletions
This file was deleted.

benchmarks/src/jmh/kotlin/org/jetbrains/kotlinx/multik/ArgMaxBenchmark.kt

Lines changed: 0 additions & 47 deletions
This file was deleted.

benchmarks/src/jmh/kotlin/org/jetbrains/kotlinx/multik/CumSumBenchmark.kt

Lines changed: 0 additions & 48 deletions
This file was deleted.

benchmarks/src/jmh/kotlin/org/jetbrains/kotlinx/multik/DotBenchmark.kt

Lines changed: 0 additions & 53 deletions
This file was deleted.

benchmarks/src/jmh/kotlin/org/jetbrains/kotlinx/multik/ExpBenchmark.kt

Lines changed: 0 additions & 62 deletions
This file was deleted.

benchmarks/src/jmh/kotlin/org/jetbrains/kotlinx/multik/LogBenchmark.kt

Lines changed: 0 additions & 61 deletions
This file was deleted.

benchmarks/src/jmh/kotlin/org/jetbrains/kotlinx/multik/MaxBenchmark.kt

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)