git: dfdc7c0ca571 - main - benchmarks/ddosify: Update to 1.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 17:38:12 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dfdc7c0ca5710d45fee714b08a390217569c1ef0
commit dfdc7c0ca5710d45fee714b08a390217569c1ef0
Author: Gabriel M. Dutra <nulldutra@proton.me>
AuthorDate: 2023-11-27 08:03:56 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-11-27 17:37:57 +0000
benchmarks/ddosify: Update to 1.0.6
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v1.0.6
* Add prometheus to docker compose
* Avoid allocations with (*regexp.Regexp).MatchString
* Merge remote-tracking branch 'refs/remotes/origin/develop' into
feature/htmlquery
* Update Ddosify Self Hosted
* Update Ddosify Self Hosted
* Update ddosify self hosted
* Update docker compose versions
* Update engine readme
* Update prometheus scrape interval
* Update readme
* Update readme
* Update readme
* Update readme for aws marketplace
* Update readmes
* Update self hosted backend
* Update self hosted backend and frontend
* Update self hosted frontend
* Update self hosted frontend
* Update self hosted frontend and backend
* Update self hosted frontend and backend
* Update self hosted install command
* Update self hosted readme for k8s monitoring
* add html in assertion part, unify xpath for xml part
* correct a typo in html text
* delete a comment and update error message
* several fixes
* image url fix
* implement html extration feature
* readme updates
* readme updates
* typo
* update readme
* updating readme.md
PR: 275356
Reported by: nulldutra@proton.me (maintainer)
---
benchmarks/ddosify/Makefile | 8 ++++----
benchmarks/ddosify/distinfo | 16 +++++++++-------
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile
index cb0532cc8a30..f07d415439a1 100644
--- a/benchmarks/ddosify/Makefile
+++ b/benchmarks/ddosify/Makefile
@@ -1,7 +1,6 @@
PORTNAME= ddosify
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.5
-PORTREVISION= 2
+DISTVERSION= 1.0.6
CATEGORIES= benchmarks
MAINTAINER= nulldutra@proton.me
@@ -15,15 +14,16 @@ USES= go:modules
USE_GITHUB= yes
GH_TUPLE= \
+ antchfx:htmlquery:v1.3.0:antchfx_htmlquery/vendor/github.com/antchfx/htmlquery \
antchfx:xmlquery:v1.3.13:antchfx_xmlquery/vendor/github.com/antchfx/xmlquery \
- antchfx:xpath:v1.2.1:antchfx_xpath/vendor/github.com/antchfx/xpath \
+ antchfx:xpath:v1.2.3:antchfx_xpath/vendor/github.com/antchfx/xpath \
asaskevich:govalidator:f21760c49a8d:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \
ddosify:go-faker:v0.1.1:ddosify_go_faker/vendor/github.com/ddosify/go-faker \
enescakir:emoji:v1.0.0:enescakir_emoji/vendor/github.com/enescakir/emoji \
fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \
go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \
golang:exp:4b8118a2686a:golang_exp/vendor/golang.org/x/exp \
- golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \
+ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \
golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \
golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \
golang:text:v0.8.0:golang_text/vendor/golang.org/x/text \
diff --git a/benchmarks/ddosify/distinfo b/benchmarks/ddosify/distinfo
index 467d47bfef3b..60096a3d08be 100644
--- a/benchmarks/ddosify/distinfo
+++ b/benchmarks/ddosify/distinfo
@@ -1,10 +1,12 @@
-TIMESTAMP = 1690511463
-SHA256 (ddosify-ddosify-v1.0.5_GH0.tar.gz) = c042c9342d6a65d7db26295445e203d8f7c5f93a21e2151ec35b87d2cfde7b8b
-SIZE (ddosify-ddosify-v1.0.5_GH0.tar.gz) = 1236770
+TIMESTAMP = 1700982373
+SHA256 (ddosify-ddosify-v1.0.6_GH0.tar.gz) = e390840c5a56ce3131300fbdf8b817427aac4a785debbd7c4c8cd53ab828048a
+SIZE (ddosify-ddosify-v1.0.6_GH0.tar.gz) = 1240696
+SHA256 (antchfx-htmlquery-v1.3.0_GH0.tar.gz) = 8e230f0f504a3314b761e8370626388a6a81ad2200c2c09d69191771e48cdc47
+SIZE (antchfx-htmlquery-v1.3.0_GH0.tar.gz) = 8458
SHA256 (antchfx-xmlquery-v1.3.13_GH0.tar.gz) = e882143ac161874fc3d9a91f1e19ab78271b5aa37a7d8541e728b566c405e36c
SIZE (antchfx-xmlquery-v1.3.13_GH0.tar.gz) = 21490
-SHA256 (antchfx-xpath-v1.2.1_GH0.tar.gz) = cd9962512d4b3611b500621c1aeaf12780648845f7c976050c2bcba5c5d222c4
-SIZE (antchfx-xpath-v1.2.1_GH0.tar.gz) = 28756
+SHA256 (antchfx-xpath-v1.2.3_GH0.tar.gz) = dc6e095df67a4e80fb8f627ea26ee224be50433bbe469aea9afcb5dc91e286be
+SIZE (antchfx-xpath-v1.2.3_GH0.tar.gz) = 29244
SHA256 (asaskevich-govalidator-f21760c49a8d_GH0.tar.gz) = 8d22a0b8a8870f814314637343ba97d598aed64c026ab1dab045ee43eb34d416
SIZE (asaskevich-govalidator-f21760c49a8d_GH0.tar.gz) = 62652
SHA256 (ddosify-go-faker-v0.1.1_GH0.tar.gz) = 3a1e236d54da66f40563143b4d4401157bdfd5efddc0ddaf48f33670750ff256
@@ -17,8 +19,8 @@ SHA256 (go-ole-go-ole-v1.2.6_GH0.tar.gz) = 8f8ae1e3a71c1aa16fcd59b409e498dbec41c
SIZE (go-ole-go-ole-v1.2.6_GH0.tar.gz) = 52588
SHA256 (golang-exp-4b8118a2686a_GH0.tar.gz) = 806ee23f4dda2b0dd456bc0e92205802686073cc86afb1d24225c17c2d44a152
SIZE (golang-exp-4b8118a2686a_GH0.tar.gz) = 1612820
-SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865
-SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047
+SHA256 (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 1e89795970d6593affdafe1d09dcf947681ca1ea82528e8e4fb9974a77f2e394
+SIZE (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 26101
SHA256 (golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831
SIZE (golang-net-v0.8.0_GH0.tar.gz) = 1244302
SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54