sdk-py: add versioning for assistants #68
Triggered via pull request
September 13, 2024 02:03
Status
Success
Total duration
34m 10s
Artifacts
–
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/sdk-js/src/client.mts#L1
.........................................
fanout_to_subgraph_10x: Mean +- std dev: 60.9 ms +- 1.3 ms
.........................................
WARNING: the benchmark result may be unstable
* the standard deviation (13.9 ms) is 12% of the mean (113 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_checkpoint: Mean +- std dev: 113 ms +- 14 ms
.........................................
fanout_to_subgraph_100x: Mean +- std dev: 641 ms +- 27 ms
.........................................
fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 1.14 sec +- 0.04 sec
.........................................
react_agent_10x: Mean +- std dev: 44.2 ms +- 1.0 ms
.........................................
react_agent_10x_checkpoint: Mean +- std dev: 81.1 ms +- 1.3 ms
.........................................
react_agent_100x: Mean +- std dev: 786 ms +- 12 ms
.........................................
react_agent_100x_checkpoint: Mean +- std dev: 2.85 sec +- 0.10 sec
.........................................
wide_state_25x300: Mean +- std dev: 21.7 ms +- 0.3 ms
.........................................
wide_state_25x300_checkpoint: Mean +- std dev: 666 ms +- 8 ms
.........................................
wide_state_15x600: Mean +- std dev: 25.1 ms +- 0.2 ms
.........................................
wide_state_15x600_checkpoint: Mean +- std dev: 1.20 sec +- 0.02 sec
.........................................
wide_state_9x1200: Mean +- std dev: 24.8 ms +- 0.4 ms
.........................................
wide_state_9x1200_checkpoint: Mean +- std dev: 753 ms +- 11 ms
|
Comparison against main:
libs/sdk-js/src/client.mts#L1
+-----------------------------------+---------+-----------------------+
| Benchmark | main | changes |
+===================================+=========+=======================+
| fanout_to_subgraph_10x | 61.4 ms | 60.9 ms: 1.01x faster |
+-----------------------------------+---------+-----------------------+
| fanout_to_subgraph_10x_checkpoint | 107 ms | 113 ms: 1.05x slower |
+-----------------------------------+---------+-----------------------+
| Geometric mean | (ref) | 1.01x slower |
+-----------------------------------+---------+-----------------------+
Benchmark hidden because not significant (2): fanout_to_subgraph_100x_checkpoint, fanout_to_subgraph_100x
Ignored benchmarks (10) of out/changes.json: react_agent_100x, react_agent_100x_checkpoint, react_agent_10x, react_agent_10x_checkpoint, wide_state_15x600, wide_state_15x600_checkpoint, wide_state_25x300, wide_state_25x300_checkpoint, wide_state_9x1200, wide_state_9x1200_checkpoint
|