Skip to content

(sdk-js): Release 0.0.26 #889

(sdk-js): Release 0.0.26

(sdk-js): Release 0.0.26 #889

Triggered via pull request November 19, 2024 19:32
Status Success
Total duration 47m 15s
Artifacts

bench.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 2 notices
benchmark
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Benchmark results: libs/sdk-js/package.json#L1
......................................... fanout_to_subgraph_10x: Mean +- std dev: 61.6 ms +- 1.6 ms ......................................... fanout_to_subgraph_10x_sync: Mean +- std dev: 52.1 ms +- 1.4 ms ......................................... fanout_to_subgraph_10x_checkpoint: Mean +- std dev: 91.3 ms +- 7.0 ms ......................................... fanout_to_subgraph_10x_checkpoint_sync: Mean +- std dev: 94.1 ms +- 1.1 ms ......................................... fanout_to_subgraph_100x: Mean +- std dev: 592 ms +- 23 ms ......................................... fanout_to_subgraph_100x_sync: Mean +- std dev: 502 ms +- 5 ms ......................................... fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 915 ms +- 39 ms ......................................... WARNING: the benchmark result may be unstable * the standard deviation (103 ms) is 11% of the mean (973 ms) * the maximum (1.71 sec) is 75% greater than the mean (973 ms) Try to rerun the benchmark with more runs, values and/or loops. Run 'python -m pyperf system tune' command to reduce the system jitter. Use pyperf stats, pyperf dump and pyperf hist to analyze results. Use --quiet option to hide these warnings. fanout_to_subgraph_100x_checkpoint_sync: Mean +- std dev: 973 ms +- 103 ms ......................................... react_agent_10x: Mean +- std dev: 31.6 ms +- 1.9 ms ......................................... WARNING: the benchmark result may be unstable * the standard deviation (4.35 ms) is 18% of the mean (23.7 ms) * the maximum (50.6 ms) is 113% greater than the mean (23.7 ms) Try to rerun the benchmark with more runs, values and/or loops. Run 'python -m pyperf system tune' command to reduce the system jitter. Use pyperf stats, pyperf dump and pyperf hist to analyze results. Use --quiet option to hide these warnings. react_agent_10x_sync: Mean +- std dev: 23.7 ms +- 4.3 ms ......................................... WARNING: the benchmark result may be unstable * the standard deviation (5.65 ms) is 12% of the mean (48.6 ms) * the maximum (75.1 ms) is 55% greater than the mean (48.6 ms) Try to rerun the benchmark with more runs, values and/or loops. Run 'python -m pyperf system tune' command to reduce the system jitter. Use pyperf stats, pyperf dump and pyperf hist to analyze results. Use --quiet option to hide these warnings. react_agent_10x_checkpoint: Mean +- std dev: 48.6 ms +- 5.7 ms ......................................... react_agent_10x_checkpoint_sync: Mean +- std dev: 37.6 ms +- 0.8 ms ......................................... react_agent_100x: Mean +- std dev: 348 ms +- 5 ms ......................................... react_agent_100x_sync: Mean +- std dev: 276 ms +- 3 ms ......................................... react_agent_100x_checkpoint: Mean +- std dev: 984 ms +- 60 ms ......................................... react_agent_100x_checkpoint_sync: Mean +- std dev: 834 ms +- 13 ms ......................................... wide_state_25x300: Mean +- std dev: 24.1 ms +- 0.4 ms ......................................... wide_state_25x300_sync: Mean +- std dev: 15.4 ms +- 0.2 ms ......................................... wide_state_25x300_checkpoint: Mean +- std dev: 277 ms +- 3 ms ......................................... wide_state_25x300_checkpoint_sync: Mean +- std dev: 266 ms +- 4 ms ......................................... wide_state_15x600: Mean +- std dev: 28.1 ms +- 0.5 ms ......................................... wide_state_15x600_sync: Mean +- std dev: 17.8 ms +- 0.2 ms ......................................... wide_state_15x600_checkpoint: Mean +- std dev: 479 ms +- 8 ms ......................................... wide_state_15x600_checkpoint_sync: Mean +- std dev: 463 ms +- 4 ms ......................................... wide_state_9x1200: Mean +- std dev: 28.1 ms +- 0.4 ms ......................................... wide_state_9x1200_sync: Mean +- std dev: 17.8 ms +- 0.4 ms ......................................... wide_state_9x1200_checkpoint: Mean +- std dev: 313 ms +- 6 ms ......................................
Comparison against main: libs/sdk-js/package.json#L1
+-----------------------------------------+---------+-----------------------+ | Benchmark | main | changes | +=========================================+=========+=======================+ | fanout_to_subgraph_100x_checkpoint | 973 ms | 915 ms: 1.06x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x | 628 ms | 592 ms: 1.06x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_checkpoint | 93.9 ms | 91.3 ms: 1.03x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_100x_checkpoint_sync | 855 ms | 834 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600_checkpoint_sync | 472 ms | 463 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200_sync | 18.1 ms | 17.8 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300_checkpoint | 282 ms | 277 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200_checkpoint | 318 ms | 313 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300_checkpoint_sync | 270 ms | 266 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600_sync | 18.0 ms | 17.8 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200_checkpoint_sync | 303 ms | 299 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300 | 24.4 ms | 24.1 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_checkpoint_sync | 95.2 ms | 94.1 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x | 62.4 ms | 61.6 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600_checkpoint | 485 ms | 479 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600 | 28.5 ms | 28.1 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200 | 28.4 ms | 28.1 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300_sync | 15.6 ms | 15.4 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x_sync | 504 ms | 502 ms: 1.00x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_100x | 347 ms | 348 ms: 1.00x slower | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_sync | 51.6 ms | 52.1 ms: 1.01x slower | +-----------------------------------------+---------+-----------------------+ | react_agent_10x | 31.1 ms | 31.6 ms: 1.01x slower | +-----------------------------------------+---------+-----------------------+ | react_agent_10x_checkpoint_sync | 37.0 ms | 37.6 ms: 1.02x slower | +-----------------------------------------+---------+-----------------------+ | react_agent_100x_sync | 272 ms | 276 ms: 1.02x slower | +-----------------------------------------+---------+-----------------------+ | react_agent_10x_checkpoint | 47.2 ms | 48.6 ms: 1.03x slower | +---------------------------------------