Skip to content

Performance

Shawn edited this page Nov 16, 2021 · 1 revision

How to benchmark kie

before design the benchmark test case, you must know what can affect kie's performance, this also gives you hints how to design your configurations.

  1. the config payload: if you got many config with big size value, it slows down the system
  2. config item number: if you got too many config items to distribute to your microservice system, it slows down the system, better to make a config item value as config file such as yaml file.

Documents

Clone this wiki locally