This commit is contained in:
2025-12-14 18:46:29 +08:00
parent 1e192bb549
commit bfd44bc145
17 changed files with 4908 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# dsl-flow Test Performance
## Default features
- test_rhai_expr_set_and_get: 89.303s
- test_conditional_node_then_else: 76.627s
- test_http_node_with_mock: 57.951s
- test_stateful_engine: 56.686s
- test_db_and_mq_nodes: 58.595s
- test_group_parallel_sleep: 57.494s
- test_expr_set_without_engine_error: 38.232s

12
doc/performance-js.md Normal file
View File

@ -0,0 +1,12 @@
# dsl-flow Test Performance
## JS feature
- test_rhai_expr_set_and_get: 0.269s
- test_conditional_node_then_else: 0.396s
- test_http_node_with_mock: 0.462s
- test_stateful_engine: 0.447s
- test_db_and_mq_nodes: 0.544s
- test_group_parallel_sleep: 1.425s
- test_expr_set_without_engine_error: 1.074s
- test_js_expr_and_fork_join: 0.586s