[documentation] Minor whitespace changes
This commit is contained in:
parent
ff1a8f1029
commit
410afdfb1c
1 changed files with 78 additions and 75 deletions
|
@ -287,7 +287,7 @@ Ignored files
|
|||
* any file with the following prefixes: ``.``, ``#``;
|
||||
* any file with the following suffixes: ``~``, ``#``, ``.log``, ``.tmp``, ``.temp``, ``.lock``;
|
||||
* any file that contains the following: ``#``;
|
||||
* any file that exactly matches the following:: ``Thumbs.db``, ``.DS_Store``;
|
||||
* any file that exactly matches the following: ``Thumbs.db``, ``.DS_Store``;
|
||||
* (at the moment these rules are not configurable through flags;)
|
||||
|
||||
|
||||
|
@ -452,14 +452,14 @@ Compile the Go binaries: ::
|
|||
|
||||
go build \
|
||||
-ldflags '-s' \
|
||||
-o /tmp/kawipiko/bin/kawipiko-archiver \
|
||||
./cmd/archiver.go \
|
||||
-o /tmp/kawipiko/bin/kawipiko-server \
|
||||
./cmd/server.go \
|
||||
#
|
||||
|
||||
go build \
|
||||
-ldflags '-s' \
|
||||
-o /tmp/kawipiko/bin/kawipiko-server \
|
||||
./cmd/server.go \
|
||||
-o /tmp/kawipiko/bin/kawipiko-archiver \
|
||||
./cmd/archiver.go \
|
||||
#
|
||||
|
||||
|
||||
|
@ -470,8 +470,11 @@ Deploy the binaries
|
|||
|
||||
::
|
||||
|
||||
cp /tmp/kawipiko/bin/kawipiko-archiver /usr/local/bin
|
||||
cp /tmp/kawipiko/bin/kawipiko-server /usr/local/bin
|
||||
cp \
|
||||
-t /usr/local/bin \
|
||||
/tmp/kawipiko/bin/kawipiko-server \
|
||||
/tmp/kawipiko/bin/kawipiko-archiver \
|
||||
#
|
||||
|
||||
|
||||
|
||||
|
@ -874,7 +877,7 @@ Load generators
|
|||
--timeout 1s \
|
||||
--duration 30s \
|
||||
--latency \
|
||||
http://127.0.0.1:8080/ \
|
||||
http://127.0.0.1:8080/index.txt \
|
||||
#
|
||||
|
||||
* 4096 concurrent connections (handled by 2 threads): ::
|
||||
|
@ -885,7 +888,7 @@ Load generators
|
|||
--timeout 1s \
|
||||
--duration 30s \
|
||||
--latency \
|
||||
http://127.0.0.1:8080/ \
|
||||
http://127.0.0.1:8080/index.txt \
|
||||
#
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue