s

scimark

SciMark 2.0 is a Java benchmark for scientific and numerical computing. It measures several computational kernels and reports a composite score in approximate Mflops (Millions of floating point operations per second).
http://math.nist.gov/scimark2/
Public Domain
National Institute of Standards and Technology (NIST)
Roldan Pozo Bruce Miller
Files download
File Operation
scimark-2.0.jar download
scimark-2.0.pom download
scimark-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>gov.nist.math</groupId>
  <artifactId>scimark</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'gov.nist.math:scimark:2.0'
Gradle Kotlin
implementation("gov.nist.math:scimark:2.0")
Scala SBT
libraryDependencies += "gov.nist.math" % "scimark" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='gov.nist.math', module='scimark', version='2.0')
)
Apache Ivy
<dependency org="gov.nist.math" name="scimark" rev="2.0" />
Leiningen
[gov.nist.math/scimark "2.0"]
Apache Buildr
'gov.nist.math:scimark:jar:2.0'
Dependencies
The project has no third-party dependencies