https://github.com/jmervine/gohttperf
Go Port of HTTPerf.rb - https://github.com/jmervine/httperfrb
https://github.com/jmervine/gohttperf
Last synced: 6 months ago
JSON representation
Go Port of HTTPerf.rb - https://github.com/jmervine/httperfrb
- Host: GitHub
- URL: https://github.com/jmervine/gohttperf
- Owner: jmervine
- License: mit
- Created: 2014-05-02T18:07:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T23:52:23.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T16:12:55.410Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 207 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-wpo - Gohttperf - Go Port of HTTPerf.rb. (Web server Benchmarks / Meetups)
- awesome-wpo-chinese - Gohttperf - Go Port of HTTPerf.rb. (Webserver Benchmarks)
- awesome-wpo - Gohttperf - Go Port of HTTPerf.rb. (Web server Benchmarks / Meetups)
- awesome-wpo-dup - Gohttperf - Go Port of HTTPerf.rb. (Webserver Benchmarks)
README
# gohttperf
[](http://godoc.org/gopkg.in/jmervine/httperf.v1) [](https://travis-ci.org/jmervine/gohttperf)
#### Go Port of [HTTPerf.rb](https://github.com/jmervine/httperfrb)
> Note: This should be consider experimental, for now.
##### See [examples](_example) for detailed assertion usage.
## [Documentation](http://godoc.org/gopkg.in/jmervine/httperf.v1)
```go
import "gopkg.in/jmervine/httperf.v1"
```
### Development Notes
1. When forking, create the following symlink to support [gopkg.in](http://gopkg.in/).
```
mkdir -p $(go env GOPATH)/src/gopkg.in/jmervine
ln -s ${GIT_CLONE_PATH} $(go env GOPATH)/src/gopkg.in/jmervine/gohttperf.v1
```