From 80155bfbbc4d4ed1c4e69dbef7f7e92772c21151 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:02:32 +0000 Subject: [PATCH] Update benchmarks --- 2steps_4workers_benchmark.json | 4 ++++ 2steps_8workers_benchmark.json | 4 ++++ 2steps_benchmark.json | 4 ++++ WAC_v2_parallel_vs_flow_parallel_(2_steps,_bun).svg | 1 + WAC_v2_patterns_comparison.svg | 1 + WAC_v2_sequential_vs_flow_sequential_(2_steps,_bun).svg | 1 + WAC_v2_sequential_vs_flow_sequential_(3_steps,_bun).svg | 1 + bash_4workers_benchmark.json | 4 ++++ bash_8workers_benchmark.json | 4 ++++ bash_benchmark.json | 4 ++++ bash_throughput_benchmark.svg | 2 +- bigrawscript_4workers_benchmark.json | 4 ++++ bigrawscript_8workers_benchmark.json | 4 ++++ bigrawscript_benchmark.json | 4 ++++ bigscriptinflow_4workers_benchmark.json | 4 ++++ bigscriptinflow_8workers_benchmark.json | 4 ++++ bigscriptinflow_benchmark.json | 4 ++++ bun_4workers_benchmark.json | 4 ++++ bun_8workers_benchmark.json | 4 ++++ bun_benchmark.json | 4 ++++ bun_throughput_benchmark.svg | 2 +- bun_vs_dedicated_vs_noop.svg | 2 +- deno_4workers_benchmark.json | 4 ++++ deno_8workers_benchmark.json | 4 ++++ deno_benchmark.json | 4 ++++ deno_throughput_benchmark.svg | 2 +- flow_par_2_bun_benchmark.json | 6 ++++++ flow_seq_2_bun_benchmark.json | 6 ++++++ flow_seq_3_bun_benchmark.json | 6 ++++++ flow_throughput_benchmark.svg | 2 +- go_4workers_benchmark.json | 4 ++++ go_8workers_benchmark.json | 4 ++++ go_benchmark.json | 4 ++++ go_throughput_benchmark.svg | 2 +- go_vs_python_vs_deno_vs_bun_vs_bash_vs_nativets.svg | 2 +- nativets_4workers_benchmark.json | 4 ++++ nativets_8workers_benchmark.json | 4 ++++ nativets_benchmark.json | 4 ++++ nativets_throughput_benchmark.svg | 2 +- noop_4workers_benchmark.json | 4 ++++ noop_8workers_benchmark.json | 4 ++++ noop_benchmark.json | 4 ++++ noop_throughput_benchmark.svg | 2 +- python_4workers_benchmark.json | 4 ++++ python_8workers_benchmark.json | 4 ++++ python_benchmark.json | 4 ++++ python_throughput_benchmark.svg | 2 +- wac_inline_2_benchmark.json | 6 ++++++ wac_par_2_benchmark.json | 6 ++++++ wac_seq_2_benchmark.json | 6 ++++++ wac_seq_3_benchmark.json | 6 ++++++ 51 files changed, 176 insertions(+), 10 deletions(-) create mode 100644 WAC_v2_parallel_vs_flow_parallel_(2_steps,_bun).svg create mode 100644 WAC_v2_patterns_comparison.svg create mode 100644 WAC_v2_sequential_vs_flow_sequential_(2_steps,_bun).svg create mode 100644 WAC_v2_sequential_vs_flow_sequential_(3_steps,_bun).svg create mode 100644 flow_par_2_bun_benchmark.json create mode 100644 flow_seq_2_bun_benchmark.json create mode 100644 flow_seq_3_bun_benchmark.json create mode 100644 wac_inline_2_benchmark.json create mode 100644 wac_par_2_benchmark.json create mode 100644 wac_seq_2_benchmark.json create mode 100644 wac_seq_3_benchmark.json diff --git a/2steps_4workers_benchmark.json b/2steps_4workers_benchmark.json index e3a79da56a..705bb183e3 100644 --- a/2steps_4workers_benchmark.json +++ b/2steps_4workers_benchmark.json @@ -2422,5 +2422,9 @@ { "value": 94.88866396761134, "ts": 1771548072399 + }, + { + "value": 90.18759018759017, + "ts": 1774658699409 } ] \ No newline at end of file diff --git a/2steps_8workers_benchmark.json b/2steps_8workers_benchmark.json index 40699fcbdf..29fdc69adc 100644 --- a/2steps_8workers_benchmark.json +++ b/2steps_8workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 128.46865364850976, "ts": 1771548068551 + }, + { + "value": 124.37810945273631, + "ts": 1774658632945 } ] \ No newline at end of file diff --git a/2steps_benchmark.json b/2steps_benchmark.json index cda7c24895..8a1bb0bb49 100644 --- a/2steps_benchmark.json +++ b/2steps_benchmark.json @@ -3186,5 +3186,9 @@ { "value": 29.29801945388492, "ts": 1771548110317 + }, + { + "value": 32.778287662252524, + "ts": 1774658698929 } ] \ No newline at end of file diff --git a/WAC_v2_parallel_vs_flow_parallel_(2_steps,_bun).svg b/WAC_v2_parallel_vs_flow_parallel_(2_steps,_bun).svg new file mode 100644 index 0000000000..2897561d04 --- /dev/null +++ b/WAC_v2_parallel_vs_flow_parallel_(2_steps,_bun).svg @@ -0,0 +1 @@ +:30:4512:45:15:30:45024681012141618202224262830[jobs/s]WAC v2 parallel vs flow parallel (2 steps, bun)WAC v2 parallelFlow parallel \ No newline at end of file diff --git a/WAC_v2_patterns_comparison.svg b/WAC_v2_patterns_comparison.svg new file mode 100644 index 0000000000..d5e5551f27 --- /dev/null +++ b/WAC_v2_patterns_comparison.svg @@ -0,0 +1 @@ +:15:30:4512:45:1505101520253035[jobs/s]WAC v2 patterns comparisonsequential 2-taskparallel 2-tasksequential 3-taskinline 2-step \ No newline at end of file diff --git a/WAC_v2_sequential_vs_flow_sequential_(2_steps,_bun).svg b/WAC_v2_sequential_vs_flow_sequential_(2_steps,_bun).svg new file mode 100644 index 0000000000..abdd563cae --- /dev/null +++ b/WAC_v2_sequential_vs_flow_sequential_(2_steps,_bun).svg @@ -0,0 +1 @@ +:15:30:4512:45:15:3002468101214161820[jobs/s]WAC v2 sequential vs flow sequential (2 steps, bun)WAC v2 sequentialFlow sequential \ No newline at end of file diff --git a/WAC_v2_sequential_vs_flow_sequential_(3_steps,_bun).svg b/WAC_v2_sequential_vs_flow_sequential_(3_steps,_bun).svg new file mode 100644 index 0000000000..1084ca97a7 --- /dev/null +++ b/WAC_v2_sequential_vs_flow_sequential_(3_steps,_bun).svg @@ -0,0 +1 @@ +12:45:15:30:4512:4605101520253035[jobs/s]WAC v2 sequential vs flow sequential (3 steps, bun)WAC v2 sequentialFlow sequential \ No newline at end of file diff --git a/bash_4workers_benchmark.json b/bash_4workers_benchmark.json index afcf48617e..78c4b57dd7 100644 --- a/bash_4workers_benchmark.json +++ b/bash_4workers_benchmark.json @@ -2422,5 +2422,9 @@ { "value": 273.52297592997814, "ts": 1771548171309 + }, + { + "value": 264.81881979079316, + "ts": 1774658796870 } ] \ No newline at end of file diff --git a/bash_8workers_benchmark.json b/bash_8workers_benchmark.json index f1298adf34..89192fbd95 100644 --- a/bash_8workers_benchmark.json +++ b/bash_8workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 304.1979314540661, "ts": 1771548160822 + }, + { + "value": 316.622691292876, + "ts": 1774658712231 } ] \ No newline at end of file diff --git a/bash_benchmark.json b/bash_benchmark.json index 5e15e315db..79e5b263f4 100644 --- a/bash_benchmark.json +++ b/bash_benchmark.json @@ -3166,5 +3166,9 @@ { "value": 93.04922303898762, "ts": 1771548210027 + }, + { + "value": 112.96243998870376, + "ts": 1774658784040 } ] \ No newline at end of file diff --git a/bash_throughput_benchmark.svg b/bash_throughput_benchmark.svg index 7fb1648056..377df172a3 100644 --- a/bash_throughput_benchmark.svg +++ b/bash_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 21050100150200250300350400450500550600[jobs/s]bash throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 29050100150200250300350400450500550600[jobs/s]bash throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/bigrawscript_4workers_benchmark.json b/bigrawscript_4workers_benchmark.json index 2728052caf..d8df91ffce 100644 --- a/bigrawscript_4workers_benchmark.json +++ b/bigrawscript_4workers_benchmark.json @@ -1494,5 +1494,9 @@ { "value": 285.5171429251231, "ts": 1771548235659 + }, + { + "value": 278.7844995818233, + "ts": 1774659441517 } ] \ No newline at end of file diff --git a/bigrawscript_8workers_benchmark.json b/bigrawscript_8workers_benchmark.json index d5cf29c20d..c08d5cc611 100644 --- a/bigrawscript_8workers_benchmark.json +++ b/bigrawscript_8workers_benchmark.json @@ -1494,5 +1494,9 @@ { "value": 322.0784797895754, "ts": 1771548218873 + }, + { + "value": 350.7233669443226, + "ts": 1774659348075 } ] \ No newline at end of file diff --git a/bigrawscript_benchmark.json b/bigrawscript_benchmark.json index bff2afb8e0..128ccf8d8a 100644 --- a/bigrawscript_benchmark.json +++ b/bigrawscript_benchmark.json @@ -1506,5 +1506,9 @@ { "value": 135.0210970464135, "ts": 1771548262127 + }, + { + "value": 127.92222328824076, + "ts": 1774659416592 } ] \ No newline at end of file diff --git a/bigscriptinflow_4workers_benchmark.json b/bigscriptinflow_4workers_benchmark.json index 8f0935802e..6796b0a0ff 100644 --- a/bigscriptinflow_4workers_benchmark.json +++ b/bigscriptinflow_4workers_benchmark.json @@ -1494,5 +1494,9 @@ { "value": 188.11431079619382, "ts": 1771548305495 + }, + { + "value": 182.78472528978995, + "ts": 1774659513000 } ] \ No newline at end of file diff --git a/bigscriptinflow_8workers_benchmark.json b/bigscriptinflow_8workers_benchmark.json index a7bdd05166..7ede0eb423 100644 --- a/bigscriptinflow_8workers_benchmark.json +++ b/bigscriptinflow_8workers_benchmark.json @@ -1494,5 +1494,9 @@ { "value": 213.74372127818745, "ts": 1771548282809 + }, + { + "value": 233.90445003216186, + "ts": 1774659406539 } ] \ No newline at end of file diff --git a/bigscriptinflow_benchmark.json b/bigscriptinflow_benchmark.json index 2364561ae5..c90f063109 100644 --- a/bigscriptinflow_benchmark.json +++ b/bigscriptinflow_benchmark.json @@ -530,5 +530,9 @@ { "value": 89.09678137877269, "ts": 1771548309220 + }, + { + "value": 80.77544426494345, + "ts": 1774659468304 } ] \ No newline at end of file diff --git a/bun_4workers_benchmark.json b/bun_4workers_benchmark.json index 6c0e34042d..88d4c47d90 100644 --- a/bun_4workers_benchmark.json +++ b/bun_4workers_benchmark.json @@ -2422,5 +2422,9 @@ { "value": 213.1590166264033, "ts": 1771548094438 + }, + { + "value": 217.01388888888889, + "ts": 1774658721188 } ] \ No newline at end of file diff --git a/bun_8workers_benchmark.json b/bun_8workers_benchmark.json index 0af95c2056..508ab8ba58 100644 --- a/bun_8workers_benchmark.json +++ b/bun_8workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 247.1576866040534, "ts": 1771548088625 + }, + { + "value": 268.5284640171858, + "ts": 1774658650220 } ] \ No newline at end of file diff --git a/bun_benchmark.json b/bun_benchmark.json index 3c1a15f06d..a502c24267 100644 --- a/bun_benchmark.json +++ b/bun_benchmark.json @@ -3122,5 +3122,9 @@ { "value": 66.006600660066, "ts": 1771548134263 + }, + { + "value": 76.34753397465262, + "ts": 1774658719003 } ] \ No newline at end of file diff --git a/bun_throughput_benchmark.svg b/bun_throughput_benchmark.svg index 266877778f..1655442fbf 100644 --- a/bun_throughput_benchmark.svg +++ b/bun_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 21050100150200250300350400450[jobs/s]bun throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 29050100150200250300350400450[jobs/s]bun throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/bun_vs_dedicated_vs_noop.svg b/bun_vs_dedicated_vs_noop.svg index 563563c908..919f1b399a 100644 --- a/bun_vs_dedicated_vs_noop.svg +++ b/bun_vs_dedicated_vs_noop.svg @@ -1 +1 @@ -December2026February02004006008001,0001,2001,4001,6001,8002,0002,2002,4002,6002,800[jobs/s]bun vs dedicated vs noopbundedicatednoop \ No newline at end of file +December2026FebruaryMarch02004006008001,0001,2001,4001,6001,8002,0002,2002,4002,6002,800[jobs/s]bun vs dedicated vs noopbundedicatednoop \ No newline at end of file diff --git a/deno_4workers_benchmark.json b/deno_4workers_benchmark.json index 8a54b76b98..ede0a516e4 100644 --- a/deno_4workers_benchmark.json +++ b/deno_4workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 135.2569882777277, "ts": 1771548085355 + }, + { + "value": 130.3894297635605, + "ts": 1774658712513 } ] \ No newline at end of file diff --git a/deno_8workers_benchmark.json b/deno_8workers_benchmark.json index ed7de7be3a..c97bed4b6e 100644 --- a/deno_8workers_benchmark.json +++ b/deno_8workers_benchmark.json @@ -2414,5 +2414,9 @@ { "value": 151.2249218671237, "ts": 1771548080783 + }, + { + "value": 182.43736317197764, + "ts": 1774658642943 } ] \ No newline at end of file diff --git a/deno_benchmark.json b/deno_benchmark.json index 776778bc08..20aa8e2686 100644 --- a/deno_benchmark.json +++ b/deno_benchmark.json @@ -3170,5 +3170,9 @@ { "value": 35.80379520229145, "ts": 1771548125483 + }, + { + "value": 43.64906154517678, + "ts": 1774658711429 } ] \ No newline at end of file diff --git a/deno_throughput_benchmark.svg b/deno_throughput_benchmark.svg index 898c8c3328..797773c0cb 100644 --- a/deno_throughput_benchmark.svg +++ b/deno_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 21020406080100120140160180200220240260280300[jobs/s]deno throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 29020406080100120140160180200220240260280300[jobs/s]deno throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/flow_par_2_bun_benchmark.json b/flow_par_2_bun_benchmark.json new file mode 100644 index 0000000000..126093c9a8 --- /dev/null +++ b/flow_par_2_bun_benchmark.json @@ -0,0 +1,6 @@ +[ + { + "value": 19.040365575019038, + "ts": 1774658751609 + } +] \ No newline at end of file diff --git a/flow_seq_2_bun_benchmark.json b/flow_seq_2_bun_benchmark.json new file mode 100644 index 0000000000..accf7e2364 --- /dev/null +++ b/flow_seq_2_bun_benchmark.json @@ -0,0 +1,6 @@ +[ + { + "value": 12.26692836113837, + "ts": 1774658738212 + } +] \ No newline at end of file diff --git a/flow_seq_3_bun_benchmark.json b/flow_seq_3_bun_benchmark.json new file mode 100644 index 0000000000..33e43c1b2b --- /dev/null +++ b/flow_seq_3_bun_benchmark.json @@ -0,0 +1,6 @@ +[ + { + "value": 20.92925910422771, + "ts": 1774658769873 + } +] \ No newline at end of file diff --git a/flow_throughput_benchmark.svg b/flow_throughput_benchmark.svg index cade91daa5..1eb8ab3311 100644 --- a/flow_throughput_benchmark.svg +++ b/flow_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 21020406080100120140160180200220[jobs/s]flow throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 29020406080100120140160180200220[jobs/s]flow throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/go_4workers_benchmark.json b/go_4workers_benchmark.json index 34a63e56ef..cc547b6810 100644 --- a/go_4workers_benchmark.json +++ b/go_4workers_benchmark.json @@ -2422,5 +2422,9 @@ { "value": 348.2096221925599, "ts": 1771548145440 + }, + { + "value": 349.2636358344491, + "ts": 1774658770783 } ] \ No newline at end of file diff --git a/go_8workers_benchmark.json b/go_8workers_benchmark.json index e39909f909..d701b9ff9f 100644 --- a/go_8workers_benchmark.json +++ b/go_8workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 337.45781777277836, "ts": 1771548134975 + }, + { + "value": 405.9814601799851, + "ts": 1774658689547 } ] \ No newline at end of file diff --git a/go_benchmark.json b/go_benchmark.json index 2407edac45..19123e236d 100644 --- a/go_benchmark.json +++ b/go_benchmark.json @@ -2162,5 +2162,9 @@ { "value": 139.22728854855552, "ts": 1771548186705 + }, + { + "value": 166.2648599218555, + "ts": 1774658765063 } ] \ No newline at end of file diff --git a/go_throughput_benchmark.svg b/go_throughput_benchmark.svg index f06fc65070..81b288b05b 100644 --- a/go_throughput_benchmark.svg +++ b/go_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 21050100150200250300350400450500550600650700[jobs/s]go throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 29050100150200250300350400450500550600650700[jobs/s]go throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/go_vs_python_vs_deno_vs_bun_vs_bash_vs_nativets.svg b/go_vs_python_vs_deno_vs_bun_vs_bash_vs_nativets.svg index 87cae60b0d..304c032f22 100644 --- a/go_vs_python_vs_deno_vs_bun_vs_bash_vs_nativets.svg +++ b/go_vs_python_vs_deno_vs_bun_vs_bash_vs_nativets.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 21020406080100120140160180200220240260280[jobs/s]go vs python vs deno vs bun vs bash vs nativetsgopythondenobunbashnativets \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 29020406080100120140160180200220240260280[jobs/s]go vs python vs deno vs bun vs bash vs nativetsgopythondenobunbashnativets \ No newline at end of file diff --git a/nativets_4workers_benchmark.json b/nativets_4workers_benchmark.json index f446b5caeb..375e1a7bdf 100644 --- a/nativets_4workers_benchmark.json +++ b/nativets_4workers_benchmark.json @@ -2422,5 +2422,9 @@ { "value": 282.60562385191463, "ts": 1771548192971 + }, + { + "value": 9.999533355110094, + "ts": 1774659397759 } ] \ No newline at end of file diff --git a/nativets_8workers_benchmark.json b/nativets_8workers_benchmark.json index 9d1ab6f1ce..be38bc7bc4 100644 --- a/nativets_8workers_benchmark.json +++ b/nativets_8workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 304.4912458766811, "ts": 1771548180900 + }, + { + "value": 9.999450030248337, + "ts": 1774659313157 } ] \ No newline at end of file diff --git a/nativets_benchmark.json b/nativets_benchmark.json index cab2eaede2..751e93429b 100644 --- a/nativets_benchmark.json +++ b/nativets_benchmark.json @@ -3070,5 +3070,9 @@ { "value": 92.09375143896487, "ts": 1771548232068 + }, + { + "value": 3.333216670749857, + "ts": 1774659384874 } ] \ No newline at end of file diff --git a/nativets_throughput_benchmark.svg b/nativets_throughput_benchmark.svg index 62e00480c8..ebca11e518 100644 --- a/nativets_throughput_benchmark.svg +++ b/nativets_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 21050100150200250300350400450500550600[jobs/s]nativets throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 29050100150200250300350400450500550600[jobs/s]nativets throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/noop_4workers_benchmark.json b/noop_4workers_benchmark.json index 6e56d51051..d48edc96b4 100644 --- a/noop_4workers_benchmark.json +++ b/noop_4workers_benchmark.json @@ -2422,5 +2422,9 @@ { "value": 2789.515554132099, "ts": 1771548063674 + }, + { + "value": 2734.5925963437485, + "ts": 1774658690351 } ] \ No newline at end of file diff --git a/noop_8workers_benchmark.json b/noop_8workers_benchmark.json index 762001fefc..09325a33a2 100644 --- a/noop_8workers_benchmark.json +++ b/noop_8workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 2992.386039964978, "ts": 1771548061526 + }, + { + "value": 3885.5070586711563, + "ts": 1774658626013 } ] \ No newline at end of file diff --git a/noop_benchmark.json b/noop_benchmark.json index 11c7b5b1a5..2aad8c2248 100644 --- a/noop_benchmark.json +++ b/noop_benchmark.json @@ -3162,5 +3162,9 @@ { "value": 942.7143889639569, "ts": 1771548101295 + }, + { + "value": 1063.7040538943388, + "ts": 1774658690888 } ] \ No newline at end of file diff --git a/noop_throughput_benchmark.svg b/noop_throughput_benchmark.svg index 89962dab04..d8722b863e 100644 --- a/noop_throughput_benchmark.svg +++ b/noop_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 2105001,0001,5002,0002,5003,0003,5004,0004,5005,0005,5006,0006,5007,000[jobs/s]noop throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 2905001,0001,5002,0002,5003,0003,5004,0004,5005,0005,5006,0006,5007,000[jobs/s]noop throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/python_4workers_benchmark.json b/python_4workers_benchmark.json index 0b54582e4d..1626f2ab10 100644 --- a/python_4workers_benchmark.json +++ b/python_4workers_benchmark.json @@ -2422,5 +2422,9 @@ { "value": 55.0943950635422, "ts": 1771548123417 + }, + { + "value": 55.83057282167715, + "ts": 1774658749620 } ] \ No newline at end of file diff --git a/python_8workers_benchmark.json b/python_8workers_benchmark.json index c068b1b544..8b30a1ddd4 100644 --- a/python_8workers_benchmark.json +++ b/python_8workers_benchmark.json @@ -2418,5 +2418,9 @@ { "value": 74.95877267502874, "ts": 1771548110372 + }, + { + "value": 80.71893666254104, + "ts": 1774658670290 } ] \ No newline at end of file diff --git a/python_benchmark.json b/python_benchmark.json index d696e7eeb0..61cc2a2dd0 100644 --- a/python_benchmark.json +++ b/python_benchmark.json @@ -3174,5 +3174,9 @@ { "value": 14.5032632342277, "ts": 1771548169811 + }, + { + "value": 15.98261091931978, + "ts": 1774658751254 } ] \ No newline at end of file diff --git a/python_throughput_benchmark.svg b/python_throughput_benchmark.svg index b567650520..336940a9ac 100644 --- a/python_throughput_benchmark.svg +++ b/python_throughput_benchmark.svg @@ -1 +1 @@ -Wed 11Fri 13Feb 15Tue 17Thu 19Sat 210102030405060708090100110120130[jobs/s]python throughput benchmark1 worker4 workers8 workers \ No newline at end of file +Feb 08Feb 15Feb 22MarchMar 08Mar 15Mar 22Mar 290102030405060708090100110120130[jobs/s]python throughput benchmark1 worker4 workers8 workers \ No newline at end of file diff --git a/wac_inline_2_benchmark.json b/wac_inline_2_benchmark.json new file mode 100644 index 0000000000..27c0480e1a --- /dev/null +++ b/wac_inline_2_benchmark.json @@ -0,0 +1,6 @@ +[ + { + "value": 21.986720021107253, + "ts": 1774658717626 + } +] \ No newline at end of file diff --git a/wac_par_2_benchmark.json b/wac_par_2_benchmark.json new file mode 100644 index 0000000000..f305204bf0 --- /dev/null +++ b/wac_par_2_benchmark.json @@ -0,0 +1,6 @@ +[ + { + "value": 14.819205690574984, + "ts": 1774658670424 + } +] \ No newline at end of file diff --git a/wac_seq_2_benchmark.json b/wac_seq_2_benchmark.json new file mode 100644 index 0000000000..8aaaca491c --- /dev/null +++ b/wac_seq_2_benchmark.json @@ -0,0 +1,6 @@ +[ + { + "value": 11.934313538285277, + "ts": 1774658652822 + } +] \ No newline at end of file diff --git a/wac_seq_3_benchmark.json b/wac_seq_3_benchmark.json new file mode 100644 index 0000000000..fb40cca5f2 --- /dev/null +++ b/wac_seq_3_benchmark.json @@ -0,0 +1,6 @@ +[ + { + "value": 8.696030262185312, + "ts": 1774658694149 + } +] \ No newline at end of file