Add stream_mode=custom #136
Annotations
1 warning and 2 notices
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/
|
libs/langgraph/langgraph/constants.py#L1
.........................................
fanout_to_subgraph_10x: Mean +- std dev: 59.0 ms +- 0.8 ms
.........................................
WARNING: the benchmark result may be unstable
* the standard deviation (6.67 ms) is 12% of the mean (56.8 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.8 ms +- 6.7 ms
.........................................
fanout_to_subgraph_10x_checkpoint: Mean +- std dev: 76.8 ms +- 1.2 ms
.........................................
fanout_to_subgraph_10x_checkpoint_sync: Mean +- std dev: 81.1 ms +- 0.8 ms
.........................................
fanout_to_subgraph_100x: Mean +- std dev: 551 ms +- 8 ms
.........................................
fanout_to_subgraph_100x_sync: Mean +- std dev: 501 ms +- 6 ms
.........................................
fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 757 ms +- 21 ms
.........................................
fanout_to_subgraph_100x_checkpoint_sync: Mean +- std dev: 784 ms +- 6 ms
.........................................
react_agent_10x: Mean +- std dev: 39.1 ms +- 0.8 ms
.........................................
react_agent_10x_sync: Mean +- std dev: 29.6 ms +- 0.3 ms
.........................................
react_agent_10x_checkpoint: Mean +- std dev: 52.8 ms +- 1.2 ms
.........................................
react_agent_10x_checkpoint_sync: Mean +- std dev: 43.0 ms +- 3.7 ms
.........................................
react_agent_100x: Mean +- std dev: 413 ms +- 7 ms
.........................................
react_agent_100x_sync: Mean +- std dev: 342 ms +- 14 ms
.........................................
react_agent_100x_checkpoint: Mean +- std dev: 932 ms +- 12 ms
.........................................
react_agent_100x_checkpoint_sync: Mean +- std dev: 839 ms +- 14 ms
.........................................
wide_state_25x300: Mean +- std dev: 20.5 ms +- 0.3 ms
.........................................
wide_state_25x300_sync: Mean +- std dev: 12.8 ms +- 0.2 ms
.........................................
wide_state_25x300_checkpoint: Mean +- std dev: 242 ms +- 9 ms
.........................................
wide_state_25x300_checkpoint_sync: Mean +- std dev: 231 ms +- 9 ms
.........................................
wide_state_15x600: Mean +- std dev: 23.6 ms +- 0.4 ms
.........................................
wide_state_15x600_sync: Mean +- std dev: 14.7 ms +- 0.2 ms
.........................................
wide_state_15x600_checkpoint: Mean +- std dev: 417 ms +- 14 ms
.........................................
wide_state_15x600_checkpoint_sync: Mean +- std dev: 409 ms +- 12 ms
.........................................
wide_state_9x1200: Mean +- std dev: 23.5 ms +- 0.3 ms
.........................................
wide_state_9x1200_sync: Mean +- std dev: 14.7 ms +- 0.2 ms
.........................................
wide_state_9x1200_checkpoint: Mean +- std dev: 267 ms +- 9 ms
.........................................
wide_state_9x1200_checkpoint_sync: Mean +- std dev: 256 ms +- 8 ms
|
libs/langgraph/langgraph/constants.py#L1
+----------------------------------------+---------+-----------------------+
| Benchmark | main | changes |
+========================================+=========+=======================+
| react_agent_100x | 420 ms | 413 ms: 1.02x faster |
+----------------------------------------+---------+-----------------------+
| wide_state_9x1200 | 23.7 ms | 23.5 ms: 1.01x faster |
+----------------------------------------+---------+-----------------------+
| fanout_to_subgraph_10x_checkpoint_sync | 80.8 ms | 81.1 ms: 1.00x slower |
+----------------------------------------+---------+-----------------------+
| wide_state_25x300 | 20.3 ms | 20.5 ms: 1.01x slower |
+----------------------------------------+---------+-----------------------+
| wide_state_25x300_sync | 12.7 ms | 12.8 ms: 1.01x slower |
+----------------------------------------+---------+-----------------------+
| fanout_to_subgraph_100x | 544 ms | 551 ms: 1.01x slower |
+----------------------------------------+---------+-----------------------+
| fanout_to_subgraph_100x_checkpoint | 745 ms | 757 ms: 1.02x slower |
+----------------------------------------+---------+-----------------------+
| wide_state_25x300_checkpoint_sync | 227 ms | 231 ms: 1.02x slower |
+----------------------------------------+---------+-----------------------+
| react_agent_100x_checkpoint | 915 ms | 932 ms: 1.02x slower |
+----------------------------------------+---------+-----------------------+
| react_agent_10x_checkpoint_sync | 42.1 ms | 43.0 ms: 1.02x slower |
+----------------------------------------+---------+-----------------------+
| react_agent_100x_checkpoint_sync | 820 ms | 839 ms: 1.02x slower |
+----------------------------------------+---------+-----------------------+
| wide_state_25x300_checkpoint | 236 ms | 242 ms: 1.02x slower |
+----------------------------------------+---------+-----------------------+
| Geometric mean | (ref) | 1.01x slower |
+----------------------------------------+---------+-----------------------+
Benchmark hidden because not significant (16): wide_state_9x1200_checkpoint_sync, wide_state_15x600, react_agent_10x_sync, fanout_to_subgraph_10x, fanout_to_subgraph_100x_sync, wide_state_9x1200_sync, fanout_to_subgraph_100x_checkpoint_sync, wide_state_15x600_checkpoint_sync, fanout_to_subgraph_10x_checkpoint, react_agent_10x, wide_state_15x600_sync, react_agent_100x_sync, wide_state_15x600_checkpoint, react_agent_10x_checkpoint, wide_state_9x1200_checkpoint, fanout_to_subgraph_10x_sync
|
The logs for this run have expired and are no longer available.
Loading