| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.perfidix |
| Идентификатор | Идентификаторperfidix |
| Последняя версия | Последняя версия3.6.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-primitives : commons-primitives | jar | 20041207.202534 |
| commons-math : commons-math | jar | 1.2 |
| joda-time : joda-time | jar | 2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-core | jar | 1.9.0 |
| com.google.guava : guava | jar | 13.0 |