summaryrefslogtreecommitdiff
path: root/trunks.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-02-05 21:32:20 +0700
committerShulhan <ms@kilabit.info>2022-02-05 21:33:44 +0700
commit42dbd5ef7b4e0b1975f792067e11486bf76b3b6c (patch)
tree978618b10429e28bd8cd34424c4349dea95afcfd /trunks.go
parentb1e7b614cc7ab07fc23e85190b706fdf3ed70d2d (diff)
downloadgorankusu-0.1.0.tar.xz
Release trunks v0.1.0 (2022-02-05)v0.1.0
Module trunks is a library and HTTP service that provide web user interface to test HTTP service, similar to Postman, and for load testing. For the load testing we use vegeta [1] as the backend.
Diffstat (limited to 'trunks.go')
-rw-r--r--trunks.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/trunks.go b/trunks.go
index 52e8954..5ee2e5d 100644
--- a/trunks.go
+++ b/trunks.go
@@ -20,6 +20,8 @@ import (
)
const (
+ Version = "0.1.0"
+
DefaultAttackDuration = 10 * time.Second
DefaultAttackRatePerSecond = 500
DefaultAttackTimeout = 30 * time.Second