From 42dbd5ef7b4e0b1975f792067e11486bf76b3b6c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 5 Feb 2022 21:32:20 +0700 Subject: Release trunks v0.1.0 (2022-02-05) 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. --- CHANGELOG.adoc | 14 ++++++++++++++ trunks.go | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 CHANGELOG.adoc diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc new file mode 100644 index 0000000..619691b --- /dev/null +++ b/CHANGELOG.adoc @@ -0,0 +1,14 @@ += trunks CHANGELOG +Shulhan +:toc: +:sectanchors: +:sectlinks: + +== trunks v0.1.0 (2022-02-05) + +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. + +[1] https://github.com/tsenart/vegeta 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 -- cgit v1.3