Downloads:
33,073
Downloads of v 4.6.0-alpha:
108
Last Update:
17 Apr 2021
Package Maintainer(s):
Software Author(s):
- Ali Kheyrollahi
Tags:
superbenchmarker sb benchmarking performance- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SuperBenchmarker
This is a prerelease version of SuperBenchmarker.
- 1
- 2
- 3
4.6.0-alpha | Updated: 17 Apr 2021
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
33,073
Downloads of v 4.6.0-alpha:
108
Maintainer(s):
Software Author(s):
- Ali Kheyrollahi
SuperBenchmarker 4.6.0-alpha
This is a prerelease version of SuperBenchmarker.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ali Kheyrollahi. The inclusion of Ali Kheyrollahi trademark(s), if any, upon this webpage is solely to identify Ali Kheyrollahi goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SuperBenchmarker, run the following command from the command line or from PowerShell:
To upgrade SuperBenchmarker, run the following command from the command line or from PowerShell:
To uninstall SuperBenchmarker, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download superbenchmarker --internalize --version=4.6.0-alpha --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade superbenchmarker -y --source="'INTERNAL REPO URL'" --version="'4.6.0-alpha'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade superbenchmarker -y --source="'INTERNAL REPO URL'" --version="'4.6.0-alpha'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install superbenchmarker
win_chocolatey:
name: superbenchmarker
version: '4.6.0-alpha'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'superbenchmarker' do
action :install
source 'INTERNAL REPO URL'
version '4.6.0-alpha'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller superbenchmarker
{
Name = "superbenchmarker"
Version = "4.6.0-alpha"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'superbenchmarker':
ensure => '4.6.0-alpha',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 17 Apr 2021.
Superbenchmarker is a load generator command-line tool for testing websites and HTTP APIs and meant to become Apache Benchmark (ab.exe) on steriod.
Copyright (C) 2017 Ali Kheyrollahi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
md5: 7EA9583DA54DE122162F65A1D82B0B65 | sha1: ED094110E60FE54E239C1CF8C68D935F94875CC4 | sha256: 51BA7E699C15607E1E8E17DA4133F65ACAE7A03AFD11368BB7D11E6DF2CD12BA | sha512: 93D421F7B1E4AE9DE2501A21803A25C1D2DBCC2DA53528A2017A29C627D9BA6CDA93308616FCB919E6324C1090BA24B0B939FCE4C3AD41F0A213E10AD2D232CE
Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.
This package is published by aliostad (Ali Kheyrollahi). The binaries are identical to other package types published by the project, in particular the nuget package.
Log in or click on link to see number of positives.
- SuperBenchmarker.4.6.0-alpha.nupkg (bfb73eec5557) - ## / 63
- sb.exe (51ba7e699c15) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
SuperBenchmarker 4.6.0 | 2184 | Sunday, April 18, 2021 | Approved | |
SuperBenchmarker 4.6.0-beta2 | 88 | Sunday, April 18, 2021 | Approved | |
SuperBenchmarker 4.6.0-beta | 93 | Sunday, April 18, 2021 | Approved | |
SuperBenchmarker 4.6.0-alpha | 108 | Saturday, April 17, 2021 | Approved | |
SuperBenchmarker 4.5.1 | 3001 | Thursday, April 26, 2018 | Approved | |
SuperBenchmarker 4.5.0 | 500 | Wednesday, April 11, 2018 | Approved | |
SuperBenchmarker 4.4.0 | 423 | Wednesday, March 7, 2018 | Approved | |
SuperBenchmarker 4.3.0 | 381 | Saturday, February 17, 2018 | Approved | |
SuperBenchmarker 4.2.0 | 380 | Thursday, February 15, 2018 | Approved | |
SuperBenchmarker 4.1.1 | 380 | Thursday, February 15, 2018 | Approved | |
SuperBenchmarker 4.1.0 | 314 | Thursday, February 15, 2018 | Approved | |
SuperBenchmarker 4.0.0 | 304 | Wednesday, February 14, 2018 | Approved | |
SuperBenchmarker 3.4.0 | 419 | Friday, February 9, 2018 | Approved | |
SuperBenchmarker 3.3.3 | 404 | Thursday, February 8, 2018 | Approved | |
SuperBenchmarker 3.3.2 | 365 | Thursday, February 8, 2018 | Approved | |
SuperBenchmarker 3.3.1 | 311 | Thursday, February 8, 2018 | Approved | |
SuperBenchmarker 3.3.0 | 352 | Tuesday, February 6, 2018 | Approved | |
SuperBenchmarker 3.2.0 | 357 | Friday, February 2, 2018 | Approved | |
SuperBenchmarker 3.1.0 | 361 | Saturday, January 27, 2018 | Approved | |
SuperBenchmarker 3.0.2 | 316 | Saturday, January 27, 2018 | Approved | |
SuperBenchmarker 3.0.1 | 336 | Friday, January 26, 2018 | Approved | |
SuperBenchmarker 2.6.1 | 441 | Thursday, December 28, 2017 | Approved | |
SuperBenchmarker 2.6.0 | 370 | Thursday, December 28, 2017 | Approved | |
SuperBenchmarker 2.5.0 | 620 | Thursday, September 21, 2017 | Approved | |
SuperBenchmarker 2.4.0-beta | 404 | Tuesday, August 8, 2017 | Approved | |
SuperBenchmarker 2.4.0-alpha | 406 | Tuesday, August 8, 2017 | Approved | |
SuperBenchmarker 2.3.1 | 460 | Sunday, July 23, 2017 | Approved | |
SuperBenchmarker 2.3.0 | 400 | Sunday, July 23, 2017 | Approved | |
SuperBenchmarker 2.1.0 | 513 | Friday, April 21, 2017 | Approved | |
SuperBenchmarker 2.0.0 | 435 | Monday, April 17, 2017 | Approved | |
SuperBenchmarker 2.0.0-alpha | 391 | Saturday, March 25, 2017 | Approved | |
SuperBenchmarker 1.2.0 | 724 | Wednesday, June 29, 2016 | Approved | |
SuperBenchmarker 1.1.1 | 417 | Wednesday, April 20, 2016 | Approved | |
SuperBenchmarker 1.1.0 | 403 | Monday, April 18, 2016 | Approved | |
SuperBenchmarker 1.0.0 | 458 | Thursday, February 18, 2016 | Approved | |
SuperBenchmarker 0.4.10 | 839 | Thursday, March 5, 2015 | Approved | |
SuperBenchmarker 0.4.9 | 444 | Wednesday, February 18, 2015 | Approved | |
SuperBenchmarker 0.4.9-beta3 | 512 | Thursday, February 19, 2015 | Exempted | |
SuperBenchmarker 0.4.9-beta2 | 502 | Thursday, February 19, 2015 | Exempted | |
SuperBenchmarker 0.4.9-beta | 455 | Wednesday, February 18, 2015 | Exempted | |
SuperBenchmarker 0.4.8 | 439 | Monday, February 2, 2015 | Approved | |
SuperBenchmarker 0.4.8-beta5 | 453 | Wednesday, January 28, 2015 | Exempted | |
SuperBenchmarker 0.4.8-beta4 | 475 | Wednesday, January 28, 2015 | Exempted | |
SuperBenchmarker 0.4.8-beta3 | 474 | Wednesday, January 28, 2015 | Exempted | |
SuperBenchmarker 0.4.8-beta2 | 479 | Wednesday, January 28, 2015 | Exempted | |
SuperBenchmarker 0.4.8-beta | 501 | Tuesday, January 27, 2015 | Exempted | |
SuperBenchmarker 0.4.8-alpha | 442 | Monday, January 26, 2015 | Exempted | |
SuperBenchmarker 0.4.6 | 468 | Thursday, January 8, 2015 | Approved | |
SuperBenchmarker 0.4.5 | 460 | Tuesday, January 6, 2015 | Approved | |
SuperBenchmarker 0.4.4 | 447 | Tuesday, December 30, 2014 | Approved | |
SuperBenchmarker 0.4.4-beta2 | 437 | Tuesday, December 30, 2014 | Exempted | |
SuperBenchmarker 0.4.4-beta | 489 | Tuesday, December 30, 2014 | Exempted | |
SuperBenchmarker 0.4.3 | 477 | Monday, December 1, 2014 | Approved | |
SuperBenchmarker 0.4.2 | 564 | Sunday, October 19, 2014 | Approved | |
SuperBenchmarker 0.4.1 | 461 | Sunday, October 19, 2014 | Approved | |
SuperBenchmarker 0.4.0 | 487 | Monday, October 13, 2014 | Approved | |
SuperBenchmarker 0.2.0 | 528 | Wednesday, March 26, 2014 | Approved | |
SuperBenchmarker 0.1.7 | 476 | Monday, November 11, 2013 | Approved | |
SuperBenchmarker 0.1.6 | 478 | Tuesday, October 15, 2013 | Approved | |
SuperBenchmarker 0.1.5.0 | 516 | Tuesday, May 21, 2013 | Approved | |
SuperBenchmarker 0.1.4.0 | 487 | Tuesday, May 21, 2013 | Approved | |
SuperBenchmarker 0.1.3 | 452 | Monday, May 20, 2013 | Approved | |
SuperBenchmarker 0.1.2 | 393 | Thursday, May 16, 2013 | Approved | |
SuperBenchmarker 0.1.1 | 472 | Friday, May 10, 2013 | Approved | |
SuperBenchmarker 0.0.1 | 449 | Thursday, May 9, 2013 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about SuperBenchmarker and the SuperBenchmarker package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SuperBenchmarker, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.