is not current version
Last Version 3.6.9

org.perfidix:perfidix 3.6.5

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.

GroupId

GroupId

org.perfidix
ArtifactId

ArtifactId

perfidix
Version

Version

3.6.5
Type

Type

jar

Download perfidix 3.6.5


<!-- https://jarcasting.com/artifacts/org.perfidix/perfidix/ -->
<dependency>
    <groupId>org.perfidix</groupId>
    <artifactId>perfidix</artifactId>
    <version>3.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.perfidix/perfidix/
implementation 'org.perfidix:perfidix:3.6.5'
// https://jarcasting.com/artifacts/org.perfidix/perfidix/
implementation ("org.perfidix:perfidix:3.6.5")
'org.perfidix:perfidix:jar:3.6.5'
<dependency org="org.perfidix" name="perfidix" rev="3.6.5">
  <artifact name="perfidix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.perfidix', module='perfidix', version='3.6.5')
)
libraryDependencies += "org.perfidix" % "perfidix" % "3.6.5"
[org.perfidix/perfidix "3.6.5"]