doc: add toc

This commit is contained in:
Rui Chen 2021-06-20 13:58:10 -04:00 committed by ddc
parent 750b46a0b4
commit 304638889e
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# plow # plow <!-- omit in toc -->
Plow is a HTTP(S) benchmarking tool, written in Golang. It uses excellent [fasthttp](https://github.com/valyala/fasthttp#http-client-comparison-with-nethttp) instead of Go's default net/http due to its lightning fast performance. Plow is a HTTP(S) benchmarking tool, written in Golang. It uses excellent [fasthttp](https://github.com/valyala/fasthttp#http-client-comparison-with-nethttp) instead of Go's default net/http due to its lightning fast performance.
@ -41,6 +41,15 @@ Latency Histogram:
524µs 3 524µs 3
``` ```
- [Installation](#installation)
- [Via Go](#via-go)
- [Via Docker](#via-docker)
- [Via Homebrew](#via-homebrew)
- [Usage](#usage)
- [Options](#options)
- [Examples](#examples)
- [License](#license)
## Installation ## Installation
Binary and image distributions are available through the [releases](https://github.com/six-ddc/plow/releases) assets page. Binary and image distributions are available through the [releases](https://github.com/six-ddc/plow/releases) assets page.