added matrix benchmark

This commit is contained in:
2023-05-28 20:00:32 +08:00
parent 5b3e279c20
commit 14a5af82c8
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
plugins {
id 'java-library'
alias(catalog.plugins.lombok)
alias(catalog.plugins.envelope)
}
repositories {
mavenCentral()
}
dependencies {
implementation project(':jmath')
}
envelopeJar {
mainClass = 'net.woggioni.jmath.benchmark.Main'
}