summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorihciah <[email protected]>2021-12-02 20:54:46 +0800
committerihciah <[email protected]>2021-12-03 16:31:09 +0800
commit9e89626529ccd93298c39c36c45a353f2ed6048c (patch)
tree3d7420a0fc4996f12c5b95abfaa4110bd2321f13 /.github
parent863bf056e4a31f0dfbbdc257195f3a612d869681 (diff)
update benchmark visualization and docs
Diffstat (limited to '.github')
-rw-r--r--.github/resources/benchmark/monoio-bench-100B.pngbin101759 -> 243197 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-16C.pngbin249735 -> 421030 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-1C-250conn-qps.pngbin240899 -> 409969 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-1C-80conn-qps.pngbin291798 -> 314213 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-1C.pngbin244742 -> 267985 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-4C-250conn-qps.pngbin276006 -> 302146 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-4C-80conn-qps.pngbin269161 -> 289772 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-4C.pngbin396923 -> 291878 bytes
-rw-r--r--.github/resources/benchmark/monoio-bench-8C.pngbin274128 -> 296264 bytes
-rw-r--r--.github/workflows/ci.yml2
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
index e203c27..5e2e0e0 100644
--- a/.github/resources/benchmark/monoio-bench-100B.png
+++ b/.github/resources/benchmark/monoio-bench-100B.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-16C.png b/.github/resources/benchmark/monoio-bench-16C.png
index a92a8e1..3fdc347 100644
--- a/.github/resources/benchmark/monoio-bench-16C.png
+++ b/.github/resources/benchmark/monoio-bench-16C.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png b/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png
index 4e51c37..3d10cd4 100644
--- a/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png
+++ b/.github/resources/benchmark/monoio-bench-1C-250conn-qps.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png b/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png
index 70d2741..c173c9c 100644
--- a/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png
+++ b/.github/resources/benchmark/monoio-bench-1C-80conn-qps.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-1C.png b/.github/resources/benchmark/monoio-bench-1C.png
index e1fbf96..f0443fc 100644
--- a/.github/resources/benchmark/monoio-bench-1C.png
+++ b/.github/resources/benchmark/monoio-bench-1C.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png b/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png
index e5dfffa..398b368 100644
--- a/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png
+++ b/.github/resources/benchmark/monoio-bench-4C-250conn-qps.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png b/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png
index f020418..5d77efc 100644
--- a/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png
+++ b/.github/resources/benchmark/monoio-bench-4C-80conn-qps.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-4C.png b/.github/resources/benchmark/monoio-bench-4C.png
index 7f9f8c4..21e069a 100644
--- a/.github/resources/benchmark/monoio-bench-4C.png
+++ b/.github/resources/benchmark/monoio-bench-4C.png
Binary files differ
diff --git a/.github/resources/benchmark/monoio-bench-8C.png b/.github/resources/benchmark/monoio-bench-8C.png
index 820c5af..3ea4cce 100644
--- a/.github/resources/benchmark/monoio-bench-8C.png
+++ b/.github/resources/benchmark/monoio-bench-8C.png
Binary files differ
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