Perfidix Library

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.

License

License

GroupId

GroupId

org.perfidix
ArtifactId

ArtifactId

perfidix
Last Version

Last Version

3.6.9
Release Date

Release Date

Type

Type

jar
Description

Description

Perfidix Library
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.
Project URL

Project URL

https://github.com/disy/perfidix
Project Organization

Project Organization

University of Konstanz, Distributed Systems Group

Download perfidix

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
commons-primitives : commons-primitives jar 20041207.202534
commons-math : commons-math jar 1.2
joda-time : joda-time jar 2.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-core jar 1.9.0
com.google.guava : guava jar 13.0

Project Modules

There are no modules declared in this project.
org.perfidix

Distributed Systems Group

Versions

Version
3.6.9
3.6.7
3.6.6
3.6.5