Skip to content

Commit

Permalink
checkpoint-postgres: release 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Jan 16, 2025
1 parent 7ecda42 commit 67c07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/checkpoint-postgres/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]

Check notice on line 1 in libs/checkpoint-postgres/pyproject.toml

View workflow job for this annotation

GitHub Actions / benchmark

Benchmark results

......................................... fanout_to_subgraph_10x: Mean +- std dev: 62.9 ms +- 1.5 ms ......................................... fanout_to_subgraph_10x_sync: Mean +- std dev: 54.4 ms +- 1.0 ms ......................................... fanout_to_subgraph_10x_checkpoint: Mean +- std dev: 77.7 ms +- 1.8 ms ......................................... fanout_to_subgraph_10x_checkpoint_sync: Mean +- std dev: 98.3 ms +- 2.1 ms ......................................... fanout_to_subgraph_100x: Mean +- std dev: 655 ms +- 39 ms ......................................... fanout_to_subgraph_100x_sync: Mean +- std dev: 545 ms +- 23 ms ......................................... fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 845 ms +- 30 ms ......................................... fanout_to_subgraph_100x_checkpoint_sync: Mean +- std dev: 1.01 sec +- 0.03 sec ......................................... react_agent_10x: Mean +- std dev: 30.8 ms +- 0.8 ms ......................................... react_agent_10x_sync: Mean +- std dev: 22.9 ms +- 0.3 ms ......................................... react_agent_10x_checkpoint: Mean +- std dev: 38.5 ms +- 0.9 ms ......................................... react_agent_10x_checkpoint_sync: Mean +- std dev: 36.7 ms +- 0.6 ms ......................................... react_agent_100x: Mean +- std dev: 344 ms +- 8 ms ......................................... react_agent_100x_sync: Mean +- std dev: 271 ms +- 3 ms ......................................... react_agent_100x_checkpoint: Mean +- std dev: 646 ms +- 16 ms ......................................... react_agent_100x_checkpoint_sync: Mean +- std dev: 637 ms +- 20 ms ......................................... wide_state_25x300: Mean +- std dev: 23.2 ms +- 0.5 ms ......................................... wide_state_25x300_sync: Mean +- std dev: 15.5 ms +- 0.3 ms ......................................... wide_state_25x300_checkpoint: Mean +- std dev: 252 ms +- 15 ms ......................................... wide_state_25x300_checkpoint_sync: Mean +- std dev: 247 ms +- 14 ms ......................................... wide_state_15x600: Mean +- std dev: 27.5 ms +- 0.6 ms ......................................... wide_state_15x600_sync: Mean +- std dev: 18.2 ms +- 0.4 ms ......................................... wide_state_15x600_checkpoint: Mean +- std dev: 442 ms +- 21 ms ......................................... wide_state_15x600_checkpoint_sync: Mean +- std dev: 429 ms +- 19 ms ......................................... wide_state_9x1200: Mean +- std dev: 27.2 ms +- 0.6 ms ......................................... wide_state_9x1200_sync: Mean +- std dev: 17.8 ms +- 0.2 ms ......................................... wide_state_9x1200_checkpoint: Mean +- std dev: 283 ms +- 17 ms ......................................... wide_state_9x1200_checkpoint_sync: Mean +- std dev: 278 ms +- 15 ms

Check notice on line 1 in libs/checkpoint-postgres/pyproject.toml

View workflow job for this annotation

GitHub Actions / benchmark

Comparison against main

+----------------------------------------+---------+-----------------------+ | Benchmark | main | changes | +========================================+=========+=======================+ | react_agent_100x_checkpoint | 663 ms | 646 ms: 1.03x faster | +----------------------------------------+---------+-----------------------+ | react_agent_100x_checkpoint_sync | 650 ms | 637 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | wide_state_25x300 | 23.6 ms | 23.2 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | wide_state_9x1200_sync | 18.2 ms | 17.8 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | wide_state_9x1200_checkpoint | 288 ms | 283 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | wide_state_9x1200 | 27.7 ms | 27.2 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_checkpoint_sync | 99.9 ms | 98.3 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_100x | 665 ms | 655 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | wide_state_9x1200_checkpoint_sync | 282 ms | 278 ms: 1.02x faster | +----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x | 63.8 ms | 62.9 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | react_agent_100x_sync | 275 ms | 271 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | react_agent_10x | 31.2 ms | 30.8 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | fanout_to_subgraph_10x_sync | 55.0 ms | 54.4 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | wide_state_15x600 | 27.8 ms | 27.5 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | wide_state_25x300_sync | 15.7 ms | 15.5 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | react_agent_10x_sync | 23.1 ms | 22.9 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | react_agent_10x_checkpoint | 38.8 ms | 38.5 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | react_agent_10x_checkpoint_sync | 37.0 ms | 36.7 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | react_agent_100x | 347 ms | 344 ms: 1.01x faster | +----------------------------------------+---------+-----------------------+ | wide_state_15x600_checkpoint | 437 ms | 442 ms: 1.01x slower | +----------------------------------------+---------+-----------------------+ | Geometric mean | (ref) | 1.01x faster | +----------------------------------------+---------+-----------------------+ Benchmark hidden because not significant (8): wide_state_25x300_checkpoint_sync, wide_state_25x300_checkpoint, fanout_to_subgraph_100x_checkpoint, fanout_to_subgraph_10x_checkpoint, fanout_to_subgraph_100x_checkpoint_sync, wide_state_15x600_sync, wide_state_15x600_checkpoint_sync, fanout_to_subgraph_100x_sync
name = "langgraph-checkpoint-postgres"
version = "2.0.12"
version = "2.0.13"
description = "Library with a Postgres implementation of LangGraph checkpoint saver."
authors = []
license = "MIT"
Expand Down

0 comments on commit 67c07ad

Please sign in to comment.