|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1767622426294, |
| 2 | + "lastUpdate": 1767622489241, |
3 | 3 | "repoUrl": "https://github.com/hyperium/hyper", |
4 | 4 | "entries": { |
5 | 5 | "pipeline": [ |
@@ -55402,6 +55402,114 @@ window.BENCHMARK_DATA = { |
55402 | 55402 | "unit": "ns/iter" |
55403 | 55403 | } |
55404 | 55404 | ] |
| 55405 | + }, |
| 55406 | + { |
| 55407 | + "commit": { |
| 55408 | + "author": { |
| 55409 | + "email": "poe.liu@pm.me", |
| 55410 | + "name": "Dongpo Liu", |
| 55411 | + "username": "0xPoe" |
| 55412 | + }, |
| 55413 | + "committer": { |
| 55414 | + "email": "noreply@github.com", |
| 55415 | + "name": "GitHub", |
| 55416 | + "username": "web-flow" |
| 55417 | + }, |
| 55418 | + "distinct": true, |
| 55419 | + "id": "bcb8ec576619650d3388604e6c246829e7be133a", |
| 55420 | + "message": "fix(http1): use httparse config for Servers (#4002)\n\nPreviously, you could config the httparse config on the server `Builder`, just like you can for clients, but unlike clients, hyper forgot to _use_ that config when parsing requests.\n\nThis fixes the mistake.\n\nCloses #3923", |
| 55421 | + "timestamp": "2026-01-05T09:12:59-05:00", |
| 55422 | + "tree_id": "c212d6aa89cb6c0b51c423195db7eae6dcde9316", |
| 55423 | + "url": "https://github.com/hyperium/hyper/commit/bcb8ec576619650d3388604e6c246829e7be133a" |
| 55424 | + }, |
| 55425 | + "date": 1767622485203, |
| 55426 | + "tool": "cargo", |
| 55427 | + "benches": [ |
| 55428 | + { |
| 55429 | + "name": "http1_consecutive_x1_both_100kb", |
| 55430 | + "value": 67869, |
| 55431 | + "range": "± 1081.91", |
| 55432 | + "unit": "ns/iter" |
| 55433 | + }, |
| 55434 | + { |
| 55435 | + "name": "http1_consecutive_x1_both_10mb", |
| 55436 | + "value": 4453689, |
| 55437 | + "range": "± 275452.17", |
| 55438 | + "unit": "ns/iter" |
| 55439 | + }, |
| 55440 | + { |
| 55441 | + "name": "http1_consecutive_x1_empty", |
| 55442 | + "value": 21007, |
| 55443 | + "range": "± 482.40", |
| 55444 | + "unit": "ns/iter" |
| 55445 | + }, |
| 55446 | + { |
| 55447 | + "name": "http1_consecutive_x1_req_10b", |
| 55448 | + "value": 23108, |
| 55449 | + "range": "± 450.92", |
| 55450 | + "unit": "ns/iter" |
| 55451 | + }, |
| 55452 | + { |
| 55453 | + "name": "http2_consecutive_x1_empty", |
| 55454 | + "value": 30139, |
| 55455 | + "range": "± 516.42", |
| 55456 | + "unit": "ns/iter" |
| 55457 | + }, |
| 55458 | + { |
| 55459 | + "name": "http2_consecutive_x1_req_100kb", |
| 55460 | + "value": 94359, |
| 55461 | + "range": "± 1121.08", |
| 55462 | + "unit": "ns/iter" |
| 55463 | + }, |
| 55464 | + { |
| 55465 | + "name": "http2_consecutive_x1_req_10b", |
| 55466 | + "value": 33754, |
| 55467 | + "range": "± 589.73", |
| 55468 | + "unit": "ns/iter" |
| 55469 | + }, |
| 55470 | + { |
| 55471 | + "name": "http2_parallel_x10_empty", |
| 55472 | + "value": 86580, |
| 55473 | + "range": "± 1283.89", |
| 55474 | + "unit": "ns/iter" |
| 55475 | + }, |
| 55476 | + { |
| 55477 | + "name": "http2_parallel_x10_req_10kb_100_chunks", |
| 55478 | + "value": 23910782, |
| 55479 | + "range": "± 32380009.53", |
| 55480 | + "unit": "ns/iter" |
| 55481 | + }, |
| 55482 | + { |
| 55483 | + "name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window", |
| 55484 | + "value": 23859127, |
| 55485 | + "range": "± 16440208.17", |
| 55486 | + "unit": "ns/iter" |
| 55487 | + }, |
| 55488 | + { |
| 55489 | + "name": "http2_parallel_x10_req_10kb_100_chunks_max_window", |
| 55490 | + "value": 7372722, |
| 55491 | + "range": "± 111283.88", |
| 55492 | + "unit": "ns/iter" |
| 55493 | + }, |
| 55494 | + { |
| 55495 | + "name": "http2_parallel_x10_req_10mb", |
| 55496 | + "value": 48883440, |
| 55497 | + "range": "± 644912.64", |
| 55498 | + "unit": "ns/iter" |
| 55499 | + }, |
| 55500 | + { |
| 55501 | + "name": "http2_parallel_x10_res_10mb", |
| 55502 | + "value": 57302621, |
| 55503 | + "range": "± 8840786.90", |
| 55504 | + "unit": "ns/iter" |
| 55505 | + }, |
| 55506 | + { |
| 55507 | + "name": "http2_parallel_x10_res_1mb", |
| 55508 | + "value": 5135276, |
| 55509 | + "range": "± 4662469.48", |
| 55510 | + "unit": "ns/iter" |
| 55511 | + } |
| 55512 | + ] |
55405 | 55513 | } |
55406 | 55514 | ] |
55407 | 55515 | } |
|
0 commit comments