diff options
| author | ihciah <[email protected]> | 2021-12-02 20:54:46 +0800 |
|---|---|---|
| committer | ihciah <[email protected]> | 2021-12-03 16:31:09 +0800 |
| commit | 9e89626529ccd93298c39c36c45a353f2ed6048c (patch) | |
| tree | 3d7420a0fc4996f12c5b95abfaa4110bd2321f13 /.github | |
| parent | 863bf056e4a31f0dfbbdc257195f3a612d869681 (diff) | |
update benchmark visualization and docs
Diffstat (limited to '.github')
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-100B.png | bin | 101759 -> 243197 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-16C.png | bin | 249735 -> 421030 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-1C-250conn-qps.png | bin | 240899 -> 409969 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-1C-80conn-qps.png | bin | 291798 -> 314213 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-1C.png | bin | 244742 -> 267985 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-4C-250conn-qps.png | bin | 276006 -> 302146 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-4C-80conn-qps.png | bin | 269161 -> 289772 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-4C.png | bin | 396923 -> 291878 bytes | |||
| -rw-r--r-- | .github/resources/benchmark/monoio-bench-8C.png | bin | 274128 -> 296264 bytes | |||
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
10 files changed, 2 insertions, 0 deletions
diff --git a/.github/resources/benchmark/monoio-bench-100B.png b/.github/resources/benchmark/monoio-bench-100B.png Binary files differindex e203c27..5e2e0e0 100644 --- a/.github/resources/benchmark/monoio-bench-100B.png +++ b/.github/resources/benchmark/monoio-bench-100B.png diff --git a/.github/resources/benchmark/monoio-bench-16C.png b/.github/resources/benchmark/monoio-bench-16C.png Binary files differindex a92a8e1..3fdc347 100644 --- a/.github/resources/benchmark/monoio-bench-16C.png +++ b/.github/resources/benchmark/monoio-bench-16C.png diff --git a/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png b/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png Binary files differindex 4e51c37..3d10cd4 100644 --- a/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png +++ b/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png diff --git a/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png b/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png Binary files differindex 70d2741..c173c9c 100644 --- a/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png +++ b/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png diff --git a/.github/resources/benchmark/monoio-bench-1C.png b/.github/resources/benchmark/monoio-bench-1C.png Binary files differindex e1fbf96..f0443fc 100644 --- a/.github/resources/benchmark/monoio-bench-1C.png +++ b/.github/resources/benchmark/monoio-bench-1C.png diff --git a/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png b/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png Binary files differindex e5dfffa..398b368 100644 --- a/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png +++ b/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png diff --git a/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png b/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png Binary files differindex f020418..5d77efc 100644 --- a/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png +++ b/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png diff --git a/.github/resources/benchmark/monoio-bench-4C.png b/.github/resources/benchmark/monoio-bench-4C.png Binary files differindex 7f9f8c4..21e069a 100644 --- a/.github/resources/benchmark/monoio-bench-4C.png +++ b/.github/resources/benchmark/monoio-bench-4C.png diff --git a/.github/resources/benchmark/monoio-bench-8C.png b/.github/resources/benchmark/monoio-bench-8C.png Binary files differindex 820c5af..3ea4cce 100644 --- a/.github/resources/benchmark/monoio-bench-8C.png +++ b/.github/resources/benchmark/monoio-bench-8C.png diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8370fa0..a39b4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,11 @@ on: push: paths-ignore: - '**.md' + - '**.png' pull_request: paths-ignore: - '**.md' + - '**.png' env: RUST_TOOLCHAIN: nightly |
