License |
License |
---|---|
GroupId | GroupIdorg.perfidix |
ArtifactId | ArtifactIdperfidix |
Last Version | Last Version3.6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPerfidix 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
perfidix-3.6.9.pom | |
perfidix-3.6.9.jar | 81 KB |
perfidix-3.6.9-tests.jar | 67 KB |
perfidix-3.6.9-test-sources.jar | 52 KB |
perfidix-3.6.9-test-javadoc.jar | 176 KB |
perfidix-3.6.9-sources.jar | 120 KB |
perfidix-3.6.9-javadoc.jar | 408 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.0 |
com.google.guava : guava | jar | 13.0 |