Skip to content

Remove runtime value substitution #172

Remove runtime value substitution

Remove runtime value substitution #172

Triggered via pull request September 22, 2024 19:45
Status Success
Total duration 44m 48s
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/langgraph/langgraph/constants.py#L1
......................................... fanout_to_subgraph_10x: Mean +- std dev: 60.3 ms +- 1.6 ms ......................................... WARNING: the benchmark result may be unstable * the standard deviation (6.46 ms) is 11% of the mean (56.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. fanout_to_subgraph_10x_sync: Mean +- std dev: 56.7 ms +- 6.5 ms ......................................... fanout_to_subgraph_10x_checkpoint: Mean +- std dev: 77.0 ms +- 1.1 ms ......................................... fanout_to_subgraph_10x_checkpoint_sync: Mean +- std dev: 81.3 ms +- 0.6 ms ......................................... fanout_to_subgraph_100x: Mean +- std dev: 547 ms +- 6 ms ......................................... fanout_to_subgraph_100x_sync: Mean +- std dev: 503 ms +- 6 ms ......................................... fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 783 ms +- 44 ms ......................................... fanout_to_subgraph_100x_checkpoint_sync: Mean +- std dev: 792 ms +- 7 ms ......................................... react_agent_10x: Mean +- std dev: 41.5 ms +- 3.2 ms ......................................... react_agent_10x_sync: Mean +- std dev: 29.8 ms +- 0.3 ms ......................................... react_agent_10x_checkpoint: Mean +- std dev: 52.9 ms +- 1.3 ms ......................................... react_agent_10x_checkpoint_sync: Mean +- std dev: 42.7 ms +- 3.0 ms ......................................... react_agent_100x: Mean +- std dev: 415 ms +- 7 ms ......................................... react_agent_100x_sync: Mean +- std dev: 332 ms +- 3 ms ......................................... react_agent_100x_checkpoint: Mean +- std dev: 928 ms +- 20 ms ......................................... react_agent_100x_checkpoint_sync: Mean +- std dev: 815 ms +- 9 ms ......................................... wide_state_25x300: Mean +- std dev: 20.5 ms +- 0.3 ms ......................................... wide_state_25x300_sync: Mean +- std dev: 12.8 ms +- 0.1 ms ......................................... wide_state_25x300_checkpoint: Mean +- std dev: 238 ms +- 7 ms ......................................... wide_state_25x300_checkpoint_sync: Mean +- std dev: 237 ms +- 14 ms ......................................... wide_state_15x600: Mean +- std dev: 23.7 ms +- 0.4 ms ......................................... wide_state_15x600_sync: Mean +- std dev: 14.8 ms +- 0.1 ms ......................................... wide_state_15x600_checkpoint: Mean +- std dev: 417 ms +- 15 ms ......................................... wide_state_15x600_checkpoint_sync: Mean +- std dev: 417 ms +- 17 ms ......................................... wide_state_9x1200: Mean +- std dev: 23.7 ms +- 0.3 ms ......................................... wide_state_9x1200_sync: Mean +- std dev: 14.7 ms +- 0.1 ms ......................................... wide_state_9x1200_checkpoint: Mean +- std dev: 268 ms +- 8 ms ......................................... wide_state_9x1200_checkpoint_sync: Mean +- std dev: 266 ms +- 14 ms
Comparison against main: libs/langgraph/langgraph/constants.py#L1
+-----------------------------------------+---------+-----------------------+ | Benchmark | main | changes | +=========================================+=========+=======================+ | fanout_to_subgraph_10x_sync | 59.3 ms | 56.7 ms: 1.05x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_100x_sync | 343 ms | 332 ms: 1.04x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_checkpoint_sync | 84.1 ms | 81.3 ms: 1.03x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_checkpoint | 79.5 ms | 77.0 ms: 1.03x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200_checkpoint | 274 ms | 268 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600_checkpoint | 426 ms | 417 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300_checkpoint | 243 ms | 238 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600 | 24.1 ms | 23.7 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200 | 24.1 ms | 23.7 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300 | 20.8 ms | 20.5 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_100x_checkpoint_sync | 827 ms | 815 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x | 554 ms | 547 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x_checkpoint_sync | 801 ms | 792 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_100x | 419 ms | 415 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x_sync | 508 ms | 503 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_10x_checkpoint | 53.3 ms | 52.9 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_10x_sync | 30.0 ms | 29.8 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600_sync | 14.9 ms | 14.8 ms: 1.00x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x | 59.8 ms | 60.3 ms: 1.01x slower | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300_checkpoint_sync | 234 ms | 237 ms: 1.01x slower | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x_checkpoint | 767 ms | 783 ms: 1.02x slower | +-----------------------------------------+---------+-----------------------+ | react_agent_10x | 39.6 ms | 41.5 ms: 1.05x slower | +-----------------------------------------+---------+-----------------------+ | Geometric mean | (ref) | 1.01x faster | +-----------------------------------------+---------+-----------------------+ Benchmark hidden because not significant (6): react_agent_10x_checkpoint_sync, wide_state_15x600_checkpoint_sync, wide_state_9x1200_sync, wide_state_25x300_sync, react_agent_100x_checkpoint, wide_state_9x1200_checkpoint_sync