CI #1379
GitHub Actions / Bencher Report
succeeded
Sep 4, 2025 in 0s
Bencher Report
Branch | master |
Testbed | self-hosted |
Click to view all benchmark results
Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) | Throughput | Benchmark Result operations / second (ops/s) (Result Δ%) | Lower Boundary operations / second (ops/s) (Limit %) |
---|---|---|---|---|---|---|
DynamicThreadPool on deno with FAIR_SHARE, with runTime and with tasks queue | 📈 view plot 🚷 view threshold | 749.81 µs(-22.44%)Baseline: 966.70 µs | 6,204.53 µs (12.08%) | 📈 view plot 🚷 view threshold | 1,560.81 ops/s(-14.73%)Baseline: 1,830.33 ops/s | 1,165.52 ops/s (74.67%) |
DynamicThreadPool on deno with FAIR_SHARE, with runTime and without tasks queue | 📈 view plot 🚷 view threshold | 623.61 µs(+5.08%)Baseline: 593.44 µs | 971.37 µs (64.20%) | 📈 view plot 🚷 view threshold | 1,718.45 ops/s(-10.35%)Baseline: 1,916.94 ops/s | 1,316.80 ops/s (76.63%) |
DynamicThreadPool on deno with INTERLEAVED_WEIGHTED_ROUND_ROBIN and with tasks queue | 📈 view plot 🚷 view threshold | 443.72 µs(-47.79%)Baseline: 849.84 µs | 4,559.87 µs (9.73%) | 📈 view plot 🚷 view threshold | 2,429.06 ops/s(+21.70%)Baseline: 1,995.99 ops/s | 1,122.52 ops/s (46.21%) |
DynamicThreadPool on deno with INTERLEAVED_WEIGHTED_ROUND_ROBIN and without tasks queue | 📈 view plot 🚷 view threshold | 514.25 µs(-27.34%)Baseline: 707.78 µs | 4,585.65 µs (11.21%) | 📈 view plot 🚷 view threshold | 2,141.82 ops/s(-4.06%)Baseline: 2,232.37 ops/s | 1,517.91 ops/s (70.87%) |
DynamicThreadPool on deno with LEAST_BUSY and with tasks queue | 📈 view plot 🚷 view threshold | 568.06 µs(-42.12%)Baseline: 981.36 µs | 6,538.10 µs (8.69%) | 📈 view plot 🚷 view threshold | 1,908.77 ops/s(+3.11%)Baseline: 1,851.24 ops/s | 1,373.09 ops/s (71.94%) |
DynamicThreadPool on deno with LEAST_BUSY and without tasks queue | 📈 view plot 🚷 view threshold | 569.69 µs(-25.68%)Baseline: 766.54 µs | 4,163.73 µs (13.68%) | 📈 view plot 🚷 view threshold | 1,954.15 ops/s(-1.59%)Baseline: 1,985.65 ops/s | 1,494.22 ops/s (76.46%) |
DynamicThreadPool on deno with LEAST_USED and with tasks queue | 📈 view plot 🚷 view threshold | 467.06 µs(-12.88%)Baseline: 536.14 µs | 1,328.73 µs (35.15%) | 📈 view plot 🚷 view threshold | 2,298.92 ops/s(+5.05%)Baseline: 2,188.30 ops/s | 1,648.95 ops/s (71.73%) |
DynamicThreadPool on deno with LEAST_USED and without tasks queue | 📈 view plot 🚷 view threshold | 502.65 µs(-10.43%)Baseline: 561.15 µs | 1,393.09 µs (36.08%) | 📈 view plot 🚷 view threshold | 2,168.36 ops/s(+2.16%)Baseline: 2,122.57 ops/s | 1,580.81 ops/s (72.90%) |
DynamicThreadPool on deno with ROUND_ROBIN and with tasks queue | 📈 view plot 🚷 view threshold | 573.73 µs(-11.10%)Baseline: 645.36 µs | 919.23 µs (62.41%) | 📈 view plot 🚷 view threshold | 1,916.71 ops/s(+7.76%)Baseline: 1,778.75 ops/s | 1,256.59 ops/s (65.56%) |
DynamicThreadPool on deno with ROUND_ROBIN and without tasks queue | 📈 view plot 🚷 view threshold | 563.96 µs(-45.50%)Baseline: 1,034.73 µs | 7,045.96 µs (8.00%) | 📈 view plot 🚷 view threshold | 1,950.27 ops/s(+6.09%)Baseline: 1,838.27 ops/s | 1,287.50 ops/s (66.02%) |
DynamicThreadPool on deno with WEIGHTED_ROUND_ROBIN and with tasks queue | 📈 view plot 🚷 view threshold | 530.77 µs(-48.72%)Baseline: 1,035.09 µs | 7,681.47 µs (6.91%) | 📈 view plot 🚷 view threshold | 2,068.44 ops/s(+8.43%)Baseline: 1,907.61 ops/s | 1,045.90 ops/s (50.56%) |
DynamicThreadPool on deno with WEIGHTED_ROUND_ROBIN and without tasks queue | 📈 view plot 🚷 view threshold | 598.62 µs(+17.07%)Baseline: 511.35 µs | 750.61 µs (79.75%) | 📈 view plot 🚷 view threshold | 1,862.00 ops/s(-14.85%)Baseline: 2,186.83 ops/s | 1,560.33 ops/s (83.80%) |
FixedThreadPool on deno with FAIR_SHARE, with runTime and with tasks queue | 📈 view plot 🚷 view threshold | 602.44 µs(-26.09%)Baseline: 815.14 µs | 1,426.83 µs (42.22%) | 📈 view plot 🚷 view threshold | 1,817.86 ops/s(+25.04%)Baseline: 1,453.88 ops/s | 867.11 ops/s (47.70%) |
FixedThreadPool on deno with FAIR_SHARE, with runTime and without tasks queue | 📈 view plot 🚷 view threshold | 734.05 µs(+0.37%)Baseline: 731.32 µs | 1,048.43 µs (70.01%) | 📈 view plot 🚷 view threshold | 1,535.48 ops/s(-1.76%)Baseline: 1,562.94 ops/s | 1,130.38 ops/s (73.62%) |
FixedThreadPool on deno with INTERLEAVED_WEIGHTED_ROUND_ROBIN and with tasks queue | 📈 view plot 🚷 view threshold | 495.12 µs(-38.78%)Baseline: 808.79 µs | 3,479.44 µs (14.23%) | 📈 view plot 🚷 view threshold | 2,201.69 ops/s(+21.75%)Baseline: 1,808.38 ops/s | 1,036.70 ops/s (47.09%) |
FixedThreadPool on deno with INTERLEAVED_WEIGHTED_ROUND_ROBIN and without tasks queue | 📈 view plot 🚷 view threshold | 486.49 µs(-71.35%)Baseline: 1,698.32 µs | 23,185.26 µs (2.10%) | 📈 view plot 🚷 view threshold | 2,228.92 ops/s(+5.45%)Baseline: 2,113.64 ops/s | 1,371.12 ops/s (61.52%) |
FixedThreadPool on deno with LEAST_BUSY and with tasks queue | 📈 view plot 🚷 view threshold | 698.39 µs(+0.87%)Baseline: 692.38 µs | 1,248.67 µs (55.93%) | 📈 view plot 🚷 view threshold | 1,617.52 ops/s(-4.35%)Baseline: 1,691.00 ops/s | 1,092.17 ops/s (67.52%) |
FixedThreadPool on deno with LEAST_BUSY and without tasks queue | 📈 view plot 🚷 view threshold | 666.63 µs(-4.26%)Baseline: 696.31 µs | 957.47 µs (69.62%) | 📈 view plot 🚷 view threshold | 1,700.88 ops/s(+4.06%)Baseline: 1,634.56 ops/s | 1,156.93 ops/s (68.02%) |
FixedThreadPool on deno with LEAST_USED and with tasks queue | 📈 view plot 🚷 view threshold | 465.23 µs(-10.91%)Baseline: 522.18 µs | 853.90 µs (54.48%) | 📈 view plot 🚷 view threshold | 2,260.37 ops/s(+5.42%)Baseline: 2,144.17 ops/s | 1,410.50 ops/s (62.40%) |
FixedThreadPool on deno with LEAST_USED and without tasks queue | 📈 view plot 🚷 view threshold | 468.27 µs(-13.87%)Baseline: 543.69 µs | 795.22 µs (58.89%) | 📈 view plot 🚷 view threshold | 2,279.09 ops/s(+10.52%)Baseline: 2,062.20 ops/s | 1,456.15 ops/s (63.89%) |
FixedThreadPool on deno with ROUND_ROBIN and with tasks queue | 📈 view plot 🚷 view threshold | 591.72 µs(-38.85%)Baseline: 967.58 µs | 5,409.04 µs (10.94%) | 📈 view plot 🚷 view threshold | 1,888.00 ops/s(+14.95%)Baseline: 1,642.41 ops/s | 986.74 ops/s (52.26%) |
FixedThreadPool on deno with ROUND_ROBIN and without tasks queue | 📈 view plot 🚷 view threshold | 608.51 µs(-33.14%)Baseline: 910.16 µs | 2,972.88 µs (20.47%) | 📈 view plot 🚷 view threshold | 1,809.20 ops/s(+13.41%)Baseline: 1,595.33 ops/s | 1,014.05 ops/s (56.05%) |
FixedThreadPool on deno with WEIGHTED_ROUND_ROBIN and with tasks queue | 📈 view plot 🚷 view threshold | 496.81 µs(-39.56%)Baseline: 821.94 µs | 4,323.46 µs (11.49%) | 📈 view plot 🚷 view threshold | 2,200.25 ops/s(+22.98%)Baseline: 1,789.15 ops/s | 1,012.10 ops/s (46.00%) |
FixedThreadPool on deno with WEIGHTED_ROUND_ROBIN and without tasks queue | 📈 view plot 🚷 view threshold | 494.67 µs(-48.18%)Baseline: 954.63 µs | 6,526.33 µs (7.58%) | 📈 view plot 🚷 view threshold | 2,195.58 ops/s(+5.53%)Baseline: 2,080.49 ops/s | 1,434.29 ops/s (65.33%) |
Loading