This is an automated email from the ASF dual-hosted git repository. kbowers pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-benchmarks.git
commit fb5661809de80373991bb72c08b51f51f3a33a6c Author: Marián Macik <[email protected]> AuthorDate: Mon Jun 12 18:05:32 2023 +0200 Add a proper README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20fb0e9..17ea86f 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# kogito-benchmarks-poc \ No newline at end of file +# Kogito Benchmarks [](https://github.com/kiegroup/kogito-benchmarks/actions/workflows/pull_request.yml) + +Bare-metal ("2nd-level") benchmarks for Kogito Decision (DMN), Prediction (PMML) and Process (BPMN) Services covering different scenarios (load testing, memory usage, start/stop duration…) on Quarkus and Spring Boot. + +Repository consists of 2 modules: +* kogito-benchmarks-framework - framework itself +* kogito-benchmarks-tests - tests which use the first module as a dependency + +The framework is based on the [quarkus-qe/quarkus-startstop](https://github.com/quarkus-qe/quarkus-startstop) framework but adds support for Spring Boot. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
