loadgenerator
a har execution enviroment
Credits
Thanks to SinnerSchrader for their support and the time to work on this project.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.matrixweb |
| Идентификатор | Идентификаторharhar |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHarHar
This project reads in Google HAR files and executes them according to the given
cmdline options. This could be used as simple load-generator and load-testing
tool.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| harhar-0.2.1.pom | |
| harhar-0.2.1.jar | 8 MB |
| harhar-0.2.1-sources.jar | 14 KB |
| harhar-0.2.1-javadoc.jar | 108 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.matrixweb/harhar/ -->
<dependency>
<groupId>de.matrixweb</groupId>
<artifactId>harhar</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb/harhar/
implementation 'de.matrixweb:harhar:0.2.1'
// https://jarcasting.com/artifacts/de.matrixweb/harhar/
implementation ("de.matrixweb:harhar:0.2.1")
'de.matrixweb:harhar:jar:0.2.1'
<dependency org="de.matrixweb" name="harhar" rev="0.2.1">
<artifact name="harhar" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb', module='harhar', version='0.2.1')
)
libraryDependencies += "de.matrixweb" % "harhar" % "0.2.1"
[de.matrixweb/harhar "0.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
a har execution enviroment
Thanks to SinnerSchrader for their support and the time to work on this project.