Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/greenpau/bombardier

Fast cross-platform HTTP benchmarking tool written in Go
https://github.com/greenpau/bombardier

all: fix statistics title of latency

25743c0e0efe7b57d2b0aa55047cef70986ddf4f authored almost 7 years ago by Qi Yu <[email protected]>
enhancement: add PATCH method

Updates #22.

c1c176f9eb1f35ce883af726125326bf73741d38 authored almost 7 years ago by Максим Федосеев <[email protected]>
docs: add contribution guidelines

f2aabc86926bbaa3fc1749349b42954dcea4c81f authored almost 7 years ago by Максим Федосеев <[email protected]>
docs: move issue and pull request templates to .github folder

19d25fccb552dd5090fe30859e3a5988f9789943 authored almost 7 years ago by Максим Федосеев <[email protected]>
docs: add pull request template

b6127358d785fa73c578d6c51b0430287864a687 authored almost 7 years ago by Максим Федосеев <[email protected]>
docs: add issue template

6a00c04cee2ec6491f412b0c54d53cf83b0d03a5 authored almost 7 years ago by Максим Федосеев <[email protected]>
enhancement: undo upper limit on timeout

00d7965d6cae34c62042abb0f6c45c45b870dcf3 authored almost 7 years ago by Максим Федосеев <[email protected]>
enhancement: replace current stats implementation

Current implementation requires quite a big array to be preallocated,
which in turn limits maxim...

2b9bac8bf068fed327de3d512826eaeb98eee64c authored almost 7 years ago by Максим Федосеев <[email protected]>
feature: body streaming

Adds support of the chunked transfer encoding. Now bodies from the
files can be streamed to the ...

682bdb5911fd3efe150ed3b43796fd8af0f82ae5 authored almost 7 years ago by Максим Федосеев <[email protected]>
tests: fix logic error and style issue

15554b691f0134604c9b064369a4378bd4caec25 authored almost 7 years ago by Максим Федосеев <[email protected]>
travis: add go1.9

ab26c458e5548bd80668c0c6c398a8a6e1ed0e4b authored almost 7 years ago by Максим Федосеев <[email protected]>
feature: body from file

Now there is a --body-file (short: -f) flag that can be used to grab
request body from a file. N...

628c40a77c6f7bfbc2c77ec958baae4f655d53e6 authored almost 7 years ago by Максим Федосеев <[email protected]>
tests: add note about hack to fix it later

7ab97faf8bf4f34b4790a549ac343ed9bc2edf34 authored over 7 years ago by Максим Федосеев <[email protected]>
tests: a hacky attempt to fix Travis CI failure

0df648c76dc6390795326bf2e7eb2d2fdd88f073 authored over 7 years ago by Максим Федосеев <[email protected]>
feature: switchable HTTP client + HTTP/2.x support

This commit adds support for net/http(Go's default HTTP client) and:
- drops go1.6 and go1.7...

60ff215bc21cd3e85392dbef2d8245ea6adb3875 authored over 7 years ago by Максим Федосеев <[email protected]>
README.md: fix Markdown

Github slightly changed the way Markdown is rendered.

27ed4a48d8c89cd1d855441d433a72b773aa4d3f authored over 7 years ago by Максим Федосеев <[email protected]>
all: add rate limiting feature, refactor a bit and fix rounding errors

This commit:
- adds rate limiting feature;
- refactors and moves around some stuff;
- clea...

8ed6567e521035630f2fe08a553b9c8fd77895cc authored over 7 years ago by Максим Федосеев <[email protected]>
all: add build scripts and version printing

8ab90b720d449ef225a7510cbf0f73201087a2d2 authored over 7 years ago by Максим Федосеев <[email protected]>
README.md: add coverage badge

2e5b4674ab863695eaf29f7a30b1de767d737d83 authored over 7 years ago by Максим Федосеев <[email protected]>
config.go: change URL parsing library

Go's net/url package sees URLs like "ya.ru"(i.e. without schema) as
invalid. github.com/goware/u...

d4b206c0c4d8da739aed9d7ae906a386c97266d0 authored over 7 years ago by Максим Федосеев <[email protected]>
README.md: remove confusing dot at the end of installation command

b0e8ca276afa2c3eb478b0e83933f09d59d8ba73 authored over 7 years ago by Максим Федосеев <[email protected]>
travis: add go1.8

16a8005ffc42dd23c5c915ce475a8e53445c6f85 authored over 7 years ago by Максим Федосеев <[email protected]>
all: migrate to kingpin, add more tests, sort errors by frequency

This commit:
- Modifies bombardier and simplebenchserver to use kingpin;
- Renames data flag...

a2e541a0cac2c1121f23fddd8e88a8f8cb1d5037 authored over 7 years ago by Максим Федосеев <[email protected]>
all: cleanup and update vendored dependencies

Remove github.com/olekukonko/ts, since it's not used by
github.com/cheggaaa/pb anymore and updat...

3f2eb14ad151fddfcbe60770359f9ffb82faf97f authored over 7 years ago by Максим Федосеев <[email protected]>
all: add few benchmarks, tests, doc, utils and polish things a bit

This commit does several things:
- Updates fasthttp version and removes ServerName related cod...

88186a6f0139e3eaa275874846a6027b7baca19b authored over 7 years ago by Максим Федосеев <[email protected]>
Fixed incorrect synchronization order and various other minor fixes.

ab1590f563650f7c7a1c2854ddf2eb60718734a3 authored almost 8 years ago by codesenberg <[email protected]>
Set ServerName appropriately and change insecure back to false.

67c13ec11d011ce271ff0da3b57becdd5190b4b8 authored almost 8 years ago by codesenberg <[email protected]>
Minor cleanups and fix for race conditions with pb.

8c865a6c69b7e70f6dcbd260cc1ef331d523c93d authored almost 8 years ago by codesenberg <[email protected]>
Added new options to README and changed insecure to true by default.

84015c33256c64f96b499892a3e70c631dcb400b authored almost 8 years ago by codesenberg <[email protected]>
adding unit tests for client_cert feature

6176a7ffff9cd820e589fbfb320380f5f6e6266e authored almost 8 years ago by Ben Huson <[email protected]>
adding client certificate as well as tls insecure mode support

e9166f6b1423c0e8f875021b2d65bd957462db48 authored almost 8 years ago by Ben Huson <[email protected]>
changes based on peer review, simplified client certificate code, introduced better error propogation, renamed and relabeled config and flag variables

0a022060093b18d58783c7b247e0cdb5898cb2e5 authored almost 8 years ago by Ben Huson <[email protected]>
adding test cert/key files, updated tests to remove mocking, added validation in checkArgs in config along with tests

86d62eb65b2b4d6e490b5ebfb71f6b84caa9d225 authored almost 8 years ago by Ben Huson <[email protected]>
Make golint happy.

3fd92b51750e5419ba097f2dddb565a2d3d78c0b authored almost 8 years ago by codesenberg <[email protected]>
This commit adds detailer error messages and cancelation.

656760f25438fd46e50c85a85370b01458b4fdeb authored almost 8 years ago by codesenberg <[email protected]>
Updated RPS numbers in README to reflect latest changes.

ff225fc9b9dac9dec96b8a8b1deb991c7ed1299c authored about 8 years ago by username-from-outer-space <[email protected]>
Minor performance improvement and detailed errors statistics

17c6c86d2df21bae422a5d73b194017cac451f3a authored about 8 years ago by username-from-outer-space <[email protected]>
Increase error window in TimedCompletionBarrierWait test

bf51fe6d417bd135e53d7344cf8106920b4c32e3 authored about 8 years ago by username-from-outer-space <[email protected]>
Too early for 1.7 :(

be8a5488297557edef204561106cf2615773bbbb authored about 8 years ago by username-from-outer-space <[email protected]>
Changed go versions for Travis.

8357914a6bf693129cc0326958b7af5f011fed16 authored about 8 years ago by username-from-outer-space <[email protected]>
Add Travis CI builds.

3d95814565e7a7daf7c966347017a837a47adf72 authored about 8 years ago by username-from-outer-space <[email protected]>
Race conditions! Race conditions everywhere^Wfixed.

e64c55acae5b50d12a3ecded26cd5c52dc7c4fd9 authored about 8 years ago by username-from-outer-space <[email protected]>
Fixed concurrency bug in bombardier_test.go. Updated version of fasthttp

once again.

c9f0ce9a063f62ac0b85942585c5462d4c6c3bc5 authored about 8 years ago by username-from-outer-space <[email protected]>
Updated version of fasthttp. Default number of conns now is 125.

71d1eed5306bef6b7da8ed6581f3cfb04fa75569 authored over 8 years ago by username-from-outer-space <[email protected]>
This commit adds some tests

322135fc4c8d7aed4e73dd4eed7cd3100ae3342d authored over 8 years ago by username-from-outer-space <[email protected]>
Minor improvements and fix for #4.

c86fabb0ae968e338f916982a69ab18c71d2df30 authored over 8 years ago by username-from-outer-space <[email protected]>
Example with multiple headers

This should resolve #4

d4c03eeaec4d514d81aa41c5664ece779c4377b7 authored over 8 years ago by Максим Федосеев <[email protected]>
Ugh, one more time

eb04c31ba19def7ed4efc6f2f0297c7c60f06e9c authored over 8 years ago by Максим Федосеев <[email protected]>
Minor corrections in README.md

cc502240a945e7f47447fc454475d7448f5eda43 authored over 8 years ago by Максим Федосеев <[email protected]>
This is pretty much v0.2.

Now there are two modes in which you can run the tool. First is the timed
one, which is default(1...

45f56eda6d266011ea3ed8a18c0383b627657168 authored over 8 years ago by username-from-outer-space <[email protected]>
Updated README.md

bb3c827bae976fa520bb02116a8c1fe46caf2272 authored over 8 years ago by username-from-outer-space <[email protected]>
Merge branch 'master' of github.com:bugsenberg/bombardier

cc39882731a793de517462efd3e59fde52329a06 authored over 8 years ago by username-from-outer-space <[email protected]>
First commit of bombardier HTTP benchmarking tool

5618591c9b58c436a3098743291b5e8955f0e090 authored over 8 years ago by username-from-outer-space <[email protected]>
Initial commit

1ce2ccf5de94a0fda44f934a90119598a0ec0e2a authored over 8 years ago by bugsenberg <[email protected]>