Skip to content

Commit

Permalink
feat(sdk-js): bump to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Oct 16, 2024
1 parent 0e2c2eb commit 048ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check notice on line 1 in libs/sdk-js/package.json

View workflow job for this annotation

GitHub Actions / benchmark

Benchmark results

......................................... fanout_to_subgraph_10x: Mean +- std dev: 48.2 ms +- 0.7 ms ......................................... fanout_to_subgraph_10x_sync: Mean +- std dev: 47.0 ms +- 4.0 ms ......................................... fanout_to_subgraph_10x_checkpoint: Mean +- std dev: 76.8 ms +- 1.9 ms ......................................... fanout_to_subgraph_10x_checkpoint_sync: Mean +- std dev: 85.6 ms +- 0.8 ms ......................................... fanout_to_subgraph_100x: Mean +- std dev: 482 ms +- 14 ms ......................................... fanout_to_subgraph_100x_sync: Mean +- std dev: 433 ms +- 14 ms ......................................... fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 803 ms +- 51 ms ......................................... fanout_to_subgraph_100x_checkpoint_sync: Mean +- std dev: 838 ms +- 18 ms ......................................... react_agent_10x: Mean +- std dev: 28.4 ms +- 0.6 ms ......................................... react_agent_10x_sync: Mean +- std dev: 22.1 ms +- 1.6 ms ......................................... react_agent_10x_checkpoint: Mean +- std dev: 46.8 ms +- 3.1 ms ......................................... WARNING: the benchmark result may be unstable * the standard deviation (3.77 ms) is 10% of the mean (37.4 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_sync: Mean +- std dev: 37.4 ms +- 3.8 ms ......................................... react_agent_100x: Mean +- std dev: 326 ms +- 15 ms ......................................... react_agent_100x_sync: Mean +- std dev: 259 ms +- 14 ms ......................................... react_agent_100x_checkpoint: Mean +- std dev: 930 ms +- 22 ms ......................................... react_agent_100x_checkpoint_sync: Mean +- std dev: 834 ms +- 23 ms ......................................... wide_state_25x300: Mean +- std dev: 18.3 ms +- 0.3 ms ......................................... wide_state_25x300_sync: Mean +- std dev: 11.0 ms +- 0.2 ms ......................................... wide_state_25x300_checkpoint: Mean +- std dev: 275 ms +- 5 ms ......................................... wide_state_25x300_checkpoint_sync: Mean +- std dev: 263 ms +- 3 ms ......................................... wide_state_15x600: Mean +- std dev: 21.3 ms +- 0.4 ms ......................................... wide_state_15x600_sync: Mean +- std dev: 12.6 ms +- 0.2 ms ......................................... wide_state_15x600_checkpoint: Mean +- std dev: 477 ms +- 6 ms ......................................... wide_state_15x600_checkpoint_sync: Mean +- std dev: 461 ms +- 5 ms ......................................... wide_state_9x1200: Mean +- std dev: 21.2 ms +- 0.4 ms ......................................... wide_state_9x1200_sync: Mean +- std dev: 12.7 ms +- 0.3 ms ......................................... wide_state_9x1200_checkpoint: Mean +- std dev: 308 ms +- 4 ms ......................................... wide_state_9x1200_checkpoint_sync: Mean +- std dev: 296 ms +- 5 ms

Check notice on line 1 in libs/sdk-js/package.json

View workflow job for this annotation

GitHub Actions / benchmark

Comparison against main

+-----------------------------------------+---------+-----------------------+ | Benchmark | main | changes | +=========================================+=========+=======================+ | wide_state_15x600_checkpoint_sync | 500 ms | 461 ms: 1.08x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200_checkpoint_sync | 320 ms | 296 ms: 1.08x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300_checkpoint_sync | 284 ms | 263 ms: 1.08x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200_checkpoint | 332 ms | 308 ms: 1.08x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_15x600_checkpoint | 513 ms | 477 ms: 1.08x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_25x300_checkpoint | 293 ms | 275 ms: 1.07x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_100x_checkpoint | 959 ms | 930 ms: 1.03x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x_checkpoint | 825 ms | 803 ms: 1.03x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_10x_sync | 22.7 ms | 22.1 ms: 1.03x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_100x_checkpoint_sync | 848 ms | 834 ms: 1.02x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x_sync | 437 ms | 433 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x_checkpoint_sync | 847 ms | 838 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | react_agent_10x | 28.7 ms | 28.4 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | wide_state_9x1200 | 21.4 ms | 21.2 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_checkpoint_sync | 86.0 ms | 85.6 ms: 1.01x faster | +-----------------------------------------+---------+-----------------------+ | Geometric mean | (ref) | 1.02x faster | +-----------------------------------------+---------+-----------------------+ Benchmark hidden because not significant (13): react_agent_10x_checkpoint, react_agent_100x_sync, react_agent_10x_checkpoint_sync, fanout_to_subgraph_100x, react_agent_100x, fanout_to_subgraph_10x_checkpoint, wide_state_25x300, wide_state_15x600_sync, wide_state_25x300_sync, wide_state_15x600, fanout_to_subgraph_10x, wide_state_9x1200_sync, fanout_to_subgraph_10x_sync
"name": "@langchain/langgraph-sdk",
"version": "0.0.16",
"version": "0.0.17",
"description": "Client library for interacting with the LangGraph API",
"type": "module",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 048ae6c

Please sign in to comment.