Skip to content

doggy8088/bombardier-chocolatey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bombardier: Fast cross-platform HTTP benchmarking tool written in Go (Chocolatey package)

Build Status

Project Repo: https://github.com/codesenberg/bombardier

How to build package

choco pack

How to test install locally

choco install bombardier -d -s .

How to test uninstall locally

choco uninstall bombardier -d -s .

How to publish new version

choco push bombardier.X.Y.Z.nupkg --source https://push.chocolatey.org/

How to update this package

  1. Edit tools/chocolateyinstall.ps1

    • $url
    • $url64
    • checksum
    • checksum64
  2. Edit bombardier.nuspec

    • Update <version>
    • Update <releaseNotes> (reference from here)
  3. Test install

    Open Command Prompt with Administrative right

    choco pack
    choco install bombardier -d -s . -y
    choco uninstall bombardier -d -s .
  4. Publish to Chocolatey Gallery

    choco push bombardier.X.Y.Z.nupkg --source https://push.chocolatey.org/

How to build latest version of bombardier chocolatey package

.\build.ps1

This will generate a publish.ps1 file to help publish to the Chocolatey Gallery.