From 34126a34b360e9a354504022eaa5eb41b20b4bd2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 5 Mar 2024 13:47:35 +0000 Subject: [PATCH] add end_to_end (cargo) benchmark result for 217c723e12ef522f328244038230b54979d12af4 --- dev/bench/data.js | 110 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index f79d5ebefe..7b2e90ad12 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709646396206, + "lastUpdate": 1709646455484, "repoUrl": "https://github.com/hyperium/hyper", "entries": { "pipeline": [ @@ -40084,6 +40084,114 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "sean@seanmonstar.com", + "name": "Sean McArthur", + "username": "seanmonstar" + }, + "committer": { + "email": "sean@seanmonstar.com", + "name": "Sean McArthur", + "username": "seanmonstar" + }, + "distinct": true, + "id": "217c723e12ef522f328244038230b54979d12af4", + "message": "docs(contrib): make tottoto a collaborator", + "timestamp": "2024-03-05T08:45:45-05:00", + "tree_id": "34f671d5d0d83055acacb5feb1e8fc6c4d21759f", + "url": "https://github.com/hyperium/hyper/commit/217c723e12ef522f328244038230b54979d12af4" + }, + "date": 1709646453527, + "tool": "cargo", + "benches": [ + { + "name": "http1_consecutive_x1_both_100kb", + "value": 69035, + "range": "± 1901", + "unit": "ns/iter" + }, + { + "name": "http1_consecutive_x1_both_10mb", + "value": 4304860, + "range": "± 378182", + "unit": "ns/iter" + }, + { + "name": "http1_consecutive_x1_empty", + "value": 21586, + "range": "± 342", + "unit": "ns/iter" + }, + { + "name": "http1_consecutive_x1_req_10b", + "value": 23561, + "range": "± 845", + "unit": "ns/iter" + }, + { + "name": "http2_consecutive_x1_empty", + "value": 33713, + "range": "± 991", + "unit": "ns/iter" + }, + { + "name": "http2_consecutive_x1_req_100kb", + "value": 99912, + "range": "± 2686", + "unit": "ns/iter" + }, + { + "name": "http2_consecutive_x1_req_10b", + "value": 37665, + "range": "± 2023", + "unit": "ns/iter" + }, + { + "name": "http2_parallel_x10_empty", + "value": 95008, + "range": "± 7680", + "unit": "ns/iter" + }, + { + "name": "http2_parallel_x10_req_10kb_100_chunks", + "value": 24764520, + "range": "± 33938215", + "unit": "ns/iter" + }, + { + "name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window", + "value": 7838880, + "range": "± 122825", + "unit": "ns/iter" + }, + { + "name": "http2_parallel_x10_req_10kb_100_chunks_max_window", + "value": 7680205, + "range": "± 142553", + "unit": "ns/iter" + }, + { + "name": "http2_parallel_x10_req_10mb", + "value": 48820601, + "range": "± 1656049", + "unit": "ns/iter" + }, + { + "name": "http2_parallel_x10_res_10mb", + "value": 50036308, + "range": "± 1771898", + "unit": "ns/iter" + }, + { + "name": "http2_parallel_x10_res_1mb", + "value": 5006799, + "range": "± 323320", + "unit": "ns/iter" + } + ] } ] }