Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

JMETER_VERSION=${JMETER_VERSION:-"5.5"}
IMAGE_TIMEZONE=${IMAGE_TIMEZONE:-"Europe/Amsterdam"}
JMETER_VERSION=${JMETER_VERSION:-"5.6.3"}
IMAGE_TIMEZONE=${IMAGE_TIMEZONE:-"Europe/Moscow"}

# Example build line
docker build --build-arg JMETER_VERSION=${JMETER_VERSION} --build-arg TZ=${IMAGE_TIMEZONE} -t "justb4/jmeter:${JMETER_VERSION}" .
671 changes: 671 additions & 0 deletions tests/trivial/01test-plan.jmx

Large diffs are not rendered by default.

1,015 changes: 1,015 additions & 0 deletions tests/trivial/02_loadTest_allMethod.jmx

Large diffs are not rendered by default.

1,015 changes: 1,015 additions & 0 deletions tests/trivial/03_Authorization_only_2threads.jmx

Large diffs are not rendered by default.

993 changes: 993 additions & 0 deletions tests/trivial/04_Activation_only_1threadsGroup.jmx

Large diffs are not rendered by default.

987 changes: 987 additions & 0 deletions tests/trivial/05_ScoreOut_only_1threadsGroup.jmx

Large diffs are not rendered by default.

968 changes: 968 additions & 0 deletions tests/trivial/05_sharp_ScoreOut_only_1threadsGroup_1method.jmx

Large diffs are not rendered by default.

969 changes: 969 additions & 0 deletions tests/trivial/05_unlim_ScoreOut_only_1threadsGroup.jmx

Large diffs are not rendered by default.

1,012 changes: 1,012 additions & 0 deletions tests/trivial/06_Authorization_only.jmx

Large diffs are not rendered by default.

1,745 changes: 1,745 additions & 0 deletions tests/trivial/07_Auth_Get_5threadsGroup.jmx

Large diffs are not rendered by default.

1,056 changes: 1,056 additions & 0 deletions tests/trivial/08_Activation_code_2threadsGroup.jmx

Large diffs are not rendered by default.

1,030 changes: 1,030 additions & 0 deletions tests/trivial/10_Author_1threadsGroup.jmx

Large diffs are not rendered by default.

Loading