Fix some deprecation warnings in tests #89
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/pregel/__init__.py#L1
.........................................
WARNING: the benchmark result may be unstable
* the standard deviation (9.82 ms) is 15% of the mean (67.0 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: Mean +- std dev: 67.0 ms +- 9.8 ms
.........................................
fanout_to_subgraph_10x_checkpoint: Mean +- std dev: 81.5 ms +- 2.8 ms
.........................................
fanout_to_subgraph_100x: Mean +- std dev: 623 ms +- 38 ms
.........................................
fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 848 ms +- 45 ms
.........................................
react_agent_10x: Mean +- std dev: 39.7 ms +- 0.8 ms
.........................................
react_agent_10x_checkpoint: Mean +- std dev: 53.5 ms +- 1.8 ms
.........................................
react_agent_100x: Mean +- std dev: 418 ms +- 9 ms
.........................................
react_agent_100x_checkpoint: Mean +- std dev: 1.02 sec +- 0.03 sec
.........................................
wide_state_25x300: Mean +- std dev: 21.3 ms +- 0.3 ms
.........................................
wide_state_25x300_checkpoint: Mean +- std dev: 252 ms +- 7 ms
.........................................
wide_state_15x600: Mean +- std dev: 24.8 ms +- 0.4 ms
.........................................
wide_state_15x600_checkpoint: Mean +- std dev: 426 ms +- 13 ms
.........................................
wide_state_9x1200: Mean +- std dev: 24.9 ms +- 0.4 ms
.........................................
wide_state_9x1200_checkpoint: Mean +- std dev: 281 ms +- 11 ms
|
libs/langgraph/langgraph/pregel/__init__.py#L1
+------------------------------------+---------+------------------------+
| Benchmark | main | changes |
+====================================+=========+========================+
| react_agent_10x_checkpoint | 52.6 ms | 53.5 ms: 1.02x slower |
+------------------------------------+---------+------------------------+
| react_agent_10x | 38.8 ms | 39.7 ms: 1.02x slower |
+------------------------------------+---------+------------------------+
| wide_state_15x600_checkpoint | 415 ms | 426 ms: 1.03x slower |
+------------------------------------+---------+------------------------+
| react_agent_100x | 406 ms | 418 ms: 1.03x slower |
+------------------------------------+---------+------------------------+
| wide_state_25x300_checkpoint | 243 ms | 252 ms: 1.03x slower |
+------------------------------------+---------+------------------------+
| wide_state_9x1200_checkpoint | 271 ms | 281 ms: 1.04x slower |
+------------------------------------+---------+------------------------+
| react_agent_100x_checkpoint | 976 ms | 1.02 sec: 1.05x slower |
+------------------------------------+---------+------------------------+
| wide_state_25x300 | 20.3 ms | 21.3 ms: 1.05x slower |
+------------------------------------+---------+------------------------+
| wide_state_15x600 | 23.5 ms | 24.8 ms: 1.06x slower |
+------------------------------------+---------+------------------------+
| wide_state_9x1200 | 23.5 ms | 24.9 ms: 1.06x slower |
+------------------------------------+---------+------------------------+
| fanout_to_subgraph_10x_checkpoint | 75.8 ms | 81.5 ms: 1.08x slower |
+------------------------------------+---------+------------------------+
| fanout_to_subgraph_10x | 60.8 ms | 67.0 ms: 1.10x slower |
+------------------------------------+---------+------------------------+
| fanout_to_subgraph_100x_checkpoint | 745 ms | 848 ms: 1.14x slower |
+------------------------------------+---------+------------------------+
| fanout_to_subgraph_100x | 547 ms | 623 ms: 1.14x slower |
+------------------------------------+---------+------------------------+
| Geometric mean | (ref) | 1.06x slower |
+------------------------------------+---------+------------------------+
|
The logs for this run have expired and are no longer available.
Loading