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 1dd72f9ba861711f55b739a93e1f3428604a6bd9 Author: Jiri Petrlik <[email protected]> AuthorDate: Wed Jan 26 13:43:22 2022 +0100 Increase time to first ok for PMML forest benchmark --- .../pmml-kie-benchmarks-forest-quarkus-mvn/threshold.properties | 2 +- .../pmml-kie-benchmarks-forest-springboot/threshold.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-quarkus-mvn/threshold.properties b/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-quarkus-mvn/threshold.properties index 35ec0ee..edcc331 100644 --- a/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-quarkus-mvn/threshold.properties +++ b/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-quarkus-mvn/threshold.properties @@ -1,4 +1,4 @@ -linux.jvm.time.to.first.ok.request.threshold.ms=34000 +linux.jvm.time.to.first.ok.request.threshold.ms=70000 linux.jvm.RSS.threshold.kB=3800000 linux.native.time.to.first.ok.request.threshold.ms=35 linux.native.RSS.threshold.kB=90000 diff --git a/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-springboot/threshold.properties b/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-springboot/threshold.properties index 35ec0ee..edcc331 100644 --- a/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-springboot/threshold.properties +++ b/kogito-benchmarks-framework/src/main/resources/pmml-kie-benchmarks-forest-springboot/threshold.properties @@ -1,4 +1,4 @@ -linux.jvm.time.to.first.ok.request.threshold.ms=34000 +linux.jvm.time.to.first.ok.request.threshold.ms=70000 linux.jvm.RSS.threshold.kB=3800000 linux.native.time.to.first.ok.request.threshold.ms=35 linux.native.RSS.threshold.kB=90000 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
