All Versions
12
Latest Version
Avg Release Cycle
53 days
Latest Release
1293 days ago

Changelog History
Page 1

  • v12.8.4 Changes

    October 11, 2020

    ๐Ÿ”„ Changelog

    โšก๏ธ e04d9c0 Update year range in LICENSE
    ๐Ÿ‘ท 3e8fb8f Fix CI badge
    ๐Ÿ‘ท d0cbc78 Setup Github Actions based CI (#456)
    0๏ธโƒฃ 83a3ce9 Added default first hist bucket if needed (#532)

  • v12.8.3 Changes

    March 25, 2020

    ๐Ÿ”„ Changelog

    d9b795a results: Fix Headers encoding (#507)

  • v12.8.2 Changes

    March 24, 2020

    ๐Ÿ”„ Changelog

    3629602 results: Faster JSON encoding and decoding (#506)

  • v12.8.1

    March 14, 2020
  • v12.8.0 Changes

    February 16, 2020

    ๐Ÿ”„ Changelog

    7232e92 report: Round duration to the next most precise unit
    8b582d6 attack: Improved Vegeta headers
    c211f62 goimports -w
    c9aafc7 Add header to target containing the sequence number (#470)
    ๐Ÿšš 23128bb results: Remove redundant if check
    08f5eea Capture HTTP headers in results (#474)
    24b8392 Add the max-connections option (#475)
    ๐ŸŒ 85244b4 Add web server benchmarking script (#451)
    ๐Ÿšค 37da2b6 Report minimum latency (#446)
    bd2bfbc metrics: Fix regression
    7146527 lib: Fix Close method for empty Metrics
    โšก๏ธ 0f0809e Update go.*
    ๐Ÿšš 836567e Remove dep files in favor of go mod (#469)
    ๐Ÿ— cad1a0e Disable Fuzz stage in Travis build
    9cdfb77 Add .deepsource.toml
    ๐Ÿ‘• 44a49c8 all: go-lint fixes
    ๐Ÿ‘ 423f835 Add support for P90 in Metrics (#452)
    fe238bd Fix comments between headers (#447) (#448)
    96f1d0b Go 1.13 (#445)
    740aef6 attack: Implement the -chunked flag (#455)
    6159efd Minor grammar correction (#454)
    ab06ddb Add URL and Method to Result struct (#438)
    ๐Ÿ‘ 70ac8c7 Support HTTP CONNECT proxy headers (#434)
    0dfc10f Integrate with Fuzzit (#432)
    b5f4fca pacer: Introduce LinearPacer (#425)

  • v12.7.0 Changes

    July 21, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿš€ 9c95632 Fix .goreleaser to work with new unified versioning
    ๐Ÿ‘ท 8124e01 attack: Benchmarking with -rate=0 and -max-workers=N (#423)
    b0c9344 README: Specify unit of duration like fields in json report

  • v12.6.0 Changes

    July 19, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿ‘ท fb2d8b9 attack: Add -max-workers flag (#421)
    f807d60 metrics: Add Throughput to Metrics (#420)
    97cae82 report: HDR Histogram plot output format (#413)
    2870712 Include histogram in JSON output (#395)

  • v12.5.1 Changes

    May 12, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿšค 0f5577e attack: Measure latency when requests timeout (#404)

  • v12.5.0 Changes

    May 12, 2019

    ๐Ÿ”„ Changelog

    d48d090 Introduce Pacer interface, ConstantPacer and SinePacer. (#400)

  • v12.4.0 Changes

    May 05, 2019

    What's new?

    • ๐Ÿ”€ vegeta plot now merge-sorts series correctly by timestamp.
    • vegeta plot produces nicer and more intuitive colors for time series.

    ๐Ÿ”„ Changelog

    ๐Ÿ”ง e827e02 attacker: Simplify timeout configuration (#397)
    620397c plot: Sort data points by time elapsed (#398)
    ๐Ÿ›  579df76 main: Bugfix: Print all command line help text to stderr, not stdout (#393)
    53e27da Add ARM 32bits architecture (#392)