From 5253dd78197b824bbaad21914a95f9cb2cef9c85 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Wed, 7 Feb 2024 14:57:14 +0200 Subject: [PATCH] Increase binary size baseline for postgresql IT with Mandrel 23.0 CPU updates seem to have a small effect on the binary size (~0.6% increase). The new baseline is based on a build with the mandrel builder image with tag `23.0.3.0-Final-java17-2024-02-04` --- .../test/resources/image-metrics/23.0/image-metrics.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/jpa-postgresql/src/test/resources/image-metrics/23.0/image-metrics.properties b/integration-tests/jpa-postgresql/src/test/resources/image-metrics/23.0/image-metrics.properties index acb978540d4f0..437a0a1e10914 100644 --- a/integration-tests/jpa-postgresql/src/test/resources/image-metrics/23.0/image-metrics.properties +++ b/integration-tests/jpa-postgresql/src/test/resources/image-metrics/23.0/image-metrics.properties @@ -1,5 +1,5 @@ # Properties file used by ImageMetricsITCase -image_details.total_bytes=79228920 +image_details.total_bytes=79712248 image_details.total_bytes.tolerance=3 analysis_results.types.reachable=19441 analysis_results.types.reachable.tolerance=3