Code Monkey home page Code Monkey logo

autocannon-go's Introduction

Autocannon-go

A personal thought experiment to see what writing a golang version of autocannon might be like. implements the very basic default api, without much else feature wise. Not a programmable interface. I blogged about this here.

comparison image

Installing published binaries

Binaries are published in the format: https://github.com/glentiki/autocannon-go/releases/download/$GIT_TAG/autocannon-go-$SYSTEM-$PLAFORM

To install on macOS, you would need to run the following and then add to your path:

curl -LO "https://github.com/GlenTiki/autocannon-go/releases/download/v0.0.1/autocannon-go-darwin-10.6-amd64" && chmod +x autocannon-go-darwin-10.6-amd64

To install on Windows you could install from this link or if you have curl installed then run the following and then add to your path:

curl -LO "https://github.com/GlenTiki/autocannon-go/releases/download/v0.0.1/autocannon-go-windows-4.0-amd64.exe"

To install on Linux, you could curl the following and then add to your path:

curl -LO "https://github.com/GlenTiki/autocannon-go/releases/download/v0.0.1/autocannon-go-linux-amd64" && chmod +x autocannon-go-linux-amd64

You can use the following URLs to retrieve autocannon-go as needed, substituting the $GIT_TAG for the released version tag. E.g. v0.0.1.

https://github.com/glentiki/autocannon-go/releases/download/$GIT_TAG/autocannon-go-darwin-10.6-amd64
https://github.com/glentiki/autocannon-go/releases/download/$GIT_TAG/autocannon-go-darwin-10.6–386
https://github.com/glentiki/autocannon-go/releases/download/$GIT_TAG/autocannon-go-linux-amd64
https://github.com/glentiki/autocannon-go/releases/download/$GIT_TAG/autocannon-go-linux-386
https://github.com/glentiki/autocannon-go/releases/download/$GIT_TAG/autocannon-go-windows-4.0-amd64.exe
https://github.com/glentiki/autocannon-go/releases/download/$GIT_TAG/autocannon-go-windows-4.0-386.exe

LICENSE

MIT License. See LICENSE file.

autocannon-go's People

Contributors

glentiki avatar sidecut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

autocannon-go's Issues

error in PipelineClient("example.com:"): strconv.Atoi: parsing

os: windows

10 connections with 1 pipelining factor.
⠋ 2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
R2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
u2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
n2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
n2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
i2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
n2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
g2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
 2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
A2021/02/18 22:28:11 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
⠦ Running Autocannon... 2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
 2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax
 2021/02/18 22:28:21 error in PipelineClient("example.com:"): strconv.Atoi: parsing "": invalid syntax

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.