gatling-ext


Лицензия

Лицензия

Категории

Категории

Gatling Тестирование приложения и мониторинг
Группа

Группа

com.github.phisgr
Идентификатор

Идентификатор

gatling-ext_2.12
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

gatling-ext
gatling-ext
Ссылка на сайт

Ссылка на сайт

https://github.com/phiSgr/gatling-ext
Организация-разработчик

Организация-разработчик

com.github.phisgr
Система контроля версий

Система контроля версий

https://github.com/phiSgr/gatling-ext

Скачать gatling-ext_2.12

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.phisgr/gatling-ext_2.12/ -->
<dependency>
    <groupId>com.github.phisgr</groupId>
    <artifactId>gatling-ext_2.12</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phisgr/gatling-ext_2.12/
implementation 'com.github.phisgr:gatling-ext_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.github.phisgr/gatling-ext_2.12/
implementation ("com.github.phisgr:gatling-ext_2.12:0.1.0")
'com.github.phisgr:gatling-ext_2.12:jar:0.1.0'
<dependency org="com.github.phisgr" name="gatling-ext_2.12" rev="0.1.0">
  <artifact name="gatling-ext_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phisgr', module='gatling-ext_2.12', version='0.1.0')
)
libraryDependencies += "com.github.phisgr" % "gatling-ext_2.12" % "0.1.0"
[com.github.phisgr/gatling-ext_2.12 "0.1.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.12.12
io.gatling : gatling-core jar 3.4.1

test (2)

Идентификатор библиотеки Тип Версия
io.gatling.highcharts : gatling-charts-highcharts jar 3.4.1
io.gatling : gatling-test-framework jar 3.4.1

Модули Проекта

Данный проект не имеет модулей.

Gatling-Ext

Extensions to the powerful Gatling DSL.

This is a third party library. Please don't annoy the Gatling team with problems in this library.

This library is code-heavy, and probably goes against the philosophy of Gatling.

Call Any Java/Scala code

Let's say you are given an SDK which calls a server. You need to measure the backend performance, but you don't want to write the HTTP calls again in Gatling (or implement a whole new protocol).

With callbackAction, futureAction and blockingAction, you can measure the time taken by code that takes callbacks, returns futures, or straight up blocks threads.

Async-await

My take on Gatling#3783.

Polling

Repeatedly run some actions. Allows combining the data saved in the forked virtual user.

Disclaimer

Actions not running sequentially for a virtual user may break some Gatling code. In that case I am sorry, but nothing can be done. It is not reasonable to ask Gatling to change its code just because there exists some third party hack.

Версии библиотеки

Версия
0.1.0
0.0.1