MVN

org.perfidix : perfidix

Maven & Gradle

Dec 09, 2013
10 usages
17 stars

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.

<dependency>
    <groupId>org.perfidix</groupId>
    <artifactId>perfidix</artifactId>
    <version>3.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.perfidix : perfidix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.9

All Versions

Choose a version of org.perfidix : perfidix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
perfidix-3.6.9
perfidix-3.6.7
perfidix-3.6.6
perfidix-3.6.5

How to add a dependency to Maven

Add the following org.perfidix : perfidix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.perfidix</groupId>
    <artifactId>perfidix</artifactId>
    <version>3.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.perfidix : perfidix gradle dependency to your build.gradle file:

implementation 'org.perfidix:perfidix:3.6.9'

Gradle Kotlin DSL: Add the following org.perfidix : perfidix gradle kotlin dependency to your build.gradle.kts file:

implementation("org.perfidix:perfidix:3.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.perfidix : perfidix sbt scala dependency to your build.sbt file:

libraryDependencies += "org.perfidix" % "perfidix" % "3.6.9"

Advertisement

Dependencies from Group

Dec 09, 2013
10 usages
17 stars

Discover Dependencies

Aug 24, 2009
49 usages
Jun 24, 2016
9 usages
143 stars
Aug 09, 2016
11 usages
Sep 27, 2014
10 usages
0 stars
Dec 14, 2018
31 usages
27 stars
Jul 05, 2017
11 usages
66 stars
Mar 29, 2022
6 usages
19 stars
May 18, 2014
26 usages
16 stars