p

perfidix

Perfidix comes as a light-weight Java Benchmarking Tool which allows to make simple measurements of source code without installing heavy profilers or using special IDEs. Perfidix comes as a simple jar which has to be included in the classpath. Methods which should be benched are annotated similar to JUnit testcases. With these simple modifications fast evaluation and real-time measurements can be made with existing source code without adapting the program.
https://github.com/disy/perfidix
New BSD
University of Konstanz, Distributed Systems Group
Sebastian Graf
Files download
File Operation
perfidix-3.6.9.jar download
perfidix-3.6.9.pom download
perfidix-3.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.perfidix</groupId>
  <artifactId>perfidix</artifactId>
  <version>3.6.9</version>
</dependency>
Gradle Groovy
implementation 'org.perfidix:perfidix:3.6.9'
Gradle Kotlin
implementation("org.perfidix:perfidix:3.6.9")
Scala SBT
libraryDependencies += "org.perfidix" % "perfidix" % "3.6.9"
Groovy Grape
@Grapes(
  @Grab(group='org.perfidix', module='perfidix', version='3.6.9')
)
Apache Ivy
<dependency org="org.perfidix" name="perfidix" rev="3.6.9" />
Leiningen
[org.perfidix/perfidix "3.6.9"]
Apache Buildr
'org.perfidix:perfidix:jar:3.6.9'