Bug 270078 - benchmarks/ddosify: Update to 0.15.0
Summary: benchmarks/ddosify: Update to 0.15.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/ddosify/ddosify/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-10 04:02 UTC by Gabriel M. Dutra
Modified: 2023-03-10 13:38 UTC (History)
1 user (show)

See Also:


Attachments
bump 0.15.0 (1.15 KB, patch)
2023-03-10 04:02 UTC, Gabriel M. Dutra
dutra: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel M. Dutra freebsd_committer freebsd_triage 2023-03-10 04:02:16 UTC
Created attachment 240713 [details]
bump 0.15.0

Portlint: no errors

Tested on:
12.3-RELEASE-p10 amd64, i386
12.4-RELEASE amd64, i386
13.1-RELEASE-p5 i386, amd64
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-03-10 13:37:36 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-10 13:38:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a89b90f39d146d2e74df12e96aee8d029281fa8

commit 5a89b90f39d146d2e74df12e96aee8d029281fa8
Author:     Gabriel M. Dutra <0xdutra@gmail.com>
AuthorDate: 2023-03-10 11:52:12 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-03-10 13:31:31 +0000

    benchmarks/ddosify: Update to 0.15.0

    ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.15.0

    Introducing engine modes:

    engine_mode is optional in the config file.

     * distinct-user mode simulates a new user for every iteration.
     * repeated-user mode can use pre-used user in subsequent iterations.
     * ddosify mode is the default mode of the engine. In this mode, the engine
       runs in its max capacity, and does not show user simulation behavior.

    Add breaking changes to UPDATING

    PR:             270078
    Reported by:    0xdutra@gmail.com (maintainer)

 UPDATING                    | 8 ++++++++
 benchmarks/ddosify/Makefile | 3 +--
 benchmarks/ddosify/distinfo | 6 +++---
 3 files changed, 12 insertions(+), 5 deletions(-)