Skip to content

Commit

Permalink
feat: add submodule doc
Browse files Browse the repository at this point in the history
  • Loading branch information
helintongh committed May 24, 2024
1 parent d44a577 commit a4a9c43
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,14 @@ cinatra depends on asio and async_simple.

press_tool depends on cinatra and cmdline.

# submodule

A submodule of cinatra is iguana.

When you want to use this submodule, using the command `git submodule init` will pull the iguana library.

If you want to use the latest iguana, please use the command `git submodule update --remote`.

# 联系方式

[email protected]
Expand Down
8 changes: 8 additions & 0 deletions lang/english/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,14 @@ e.g. `-H User-Agent: coro_http_press` is to add an http header, and `-H User-Age

`-r `parameter, which indicates whether to read a fixed-length response, this parameter can avoid frequent parsing of the response to optimize performance, some servers may return different lengths for the same request, in this case, do not set -r to 1, or do not set this parameter.

# submodule

A submodule of cinatra is iguana.

When you want to use this submodule, using the command `git submodule init` will pull the iguana library.

If you want to use the latest iguana, please use the command `git submodule update --remote`.

## Performance

![qps](../qps.png "qps")
Expand Down

0 comments on commit a4a9c43

Please sign in to comment.