loadgenerator
a har execution enviroment
Credits
Thanks to SinnerSchrader for their support and the time to work on this project.
License |
License |
---|---|
GroupId | GroupIdde.matrixweb |
ArtifactId | ArtifactIdharhar |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHarHar
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
a har execution enviroment
Thanks to SinnerSchrader for their support and the time to work on this project.