Skip to content

Commit

Permalink
Bump the deps group across 1 directory with 2 updates (#19)
Browse files Browse the repository at this point in the history
* Bump the deps group across 1 directory with 2 updates

Bumps the deps group with 2 updates in the / directory: org.apache.commons:commons-compress and [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin).


Updates `org.apache.commons:commons-compress` from 1.26.+ to 1.27.1

Updates `org.mockito.kotlin:mockito-kotlin` from 5.3.+ to 5.4.0
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](https://github.com/mockito/mockito-kotlin/commits/5.4.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: org.mockito.kotlin:mockito-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply automatic changes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 1, 2024
1 parent 2871818 commit 6d6e9ae
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies {
runtimeOnly "com.h2database:h2"
runtimeOnly "org.postgresql:postgresql:42.+"
testImplementation "io.github.hakky54:logcaptor:2.9.+"
testImplementation "org.apache.commons:commons-compress:1.26.+"
testImplementation "org.apache.commons:commons-compress:1.27.+"
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "org.junit-pioneer:junit-pioneer:2.2.+"
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.+'
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.+'
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.springframework.boot:spring-boot-testcontainers"
testImplementation "org.testcontainers:junit-jupiter"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions results/ci/scenarios-smoketest/Ubuntu-22.04/java-22/results.csv
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
scenario,approach,requests_ok,requests_error,requests_per_second_p50,requests_per_second_p90,requests_per_second_max,latency_millis_min,latency_millis_p50,latency_millis_p90,latency_millis_p99,latency_millis_max,cpu_use_percent_avg,cpu_use_percent_max,ram_use_percent_avg,ram_use_percent_max,heap_use_percent_avg,heap_use_percent_max,garbage_collection_count,garbage_collection_time_millis,platform_threads_avg,platform_threads_max,sockets_avg,sockets_max,network_kib_per_req_avg,network_kib_per_req_max,network_packets_per_req_avg,network_packets_per_req_max
smoketest-get-time,platform-tomcat,1300,0,200,200,201,0.32,0.42,0.57,1.03,8.75,4.56,6.60,17.3,17.4,3.62,4.22,119,539,61,61,87,105,0.88,1.05,8.59,10
smoketest-get-time,loom-tomcat,1300,0,200,200,201,0.33,0.50,0.75,1.18,3.44,6.21,8.29,21.0,21.1,4.57,6.17,119,497,22,22,70,104,0.87,1.05,8.59,11.6
smoketest-get-time,loom-netty,1300,0,200,200,201,0.43,0.55,0.80,1.45,2.50,4.86,6.35,21.0,21.1,4.31,5.99,119,574,18,18,87,104,0.62,0.74,5.37,6.02
smoketest-get-time,webflux-netty,1300,0,200,200,201,0.40,0.56,0.86,1.52,2.79,5.31,7.29,21.1,21.2,3.29,4.30,119,553,22,22,70,104,0.63,0.80,5.36,8.20
smoketest-get-movies-h2,platform-tomcat,69,0,10,11.8,16,105,106,112,588,657,5.23,9.07,21.5,21.5,7.18,12.6,124,500,29,30,12,14,4.67,5.62,20.7,24
smoketest-get-movies-h2,loom-tomcat,69,0,10,11.8,16,105,106,128,625,692,4.47,8.33,21.8,21.9,7.88,12.4,107,427,22,23,12,14,4.67,5.62,20.7,24
smoketest-get-movies-h2,loom-netty,69,0,10,11.2,14,105,106,109,403,471,5.35,8.30,21.4,21.5,3.40,9.63,131,595,18,19,12,14,4.23,5.00,14.4,16
smoketest-get-movies-h2,webflux-netty,69,0,10,11.2,14,104,107,110,368,437,5.14,7.77,21.6,21.7,6.94,10.3,121,546,22,23,12,14,4.64,5.48,21.2,24
smoketest-get-movies-postgres,platform-tomcat,69,0,10,11.8,16,105,106,111,632,699,15.8,24.1,23.7,24.1,9.77,13.5,104,471,32,33,329,430,13.0,14.6,94.0,104
smoketest-get-movies-postgres,loom-tomcat,69,0,10,12.1,17,104,107,147,716,777,14.0,16.3,24.0,24.4,7.20,13.2,109,495,24,25,365,466,15.6,17.9,93.8,103
smoketest-get-movies-postgres,loom-netty,69,0,10,11.5,15,104,107,111,446,517,14.0,15.6,23.7,24.1,7.62,11.5,121,581,20,21,343,444,18.1,20.5,89.0,95.2
smoketest-get-movies-postgres,webflux-netty,69,0,10,11.2,14,104,107,111,418,486,13.7,17.2,23.9,24.3,7.63,11.5,121,581,24,25,349,450,21.4,24.4,96.1,103
smoketest-get-movies-postgres-no-cache,platform-tomcat,69,0,10,12.1,17,118,122,155,700,771,17.9,19.4,24.1,24.4,5.94,13.0,130,576,29,30,334,434,52.0,62.7,300,358
smoketest-get-movies-postgres-no-cache,loom-tomcat,69,0,10,12.1,17,126,129,199,755,816,20.3,23.1,24.1,24.5,6.06,12.7,113,486,23,24,330,430,60.9,72.7,342,405
smoketest-get-movies-postgres-no-cache,loom-netty,69,0,10,11.5,15,129,133,151,504,573,22.1,28.3,24.3,24.6,5.46,11.3,136,748,19,20,339,438,69.2,81.7,374,439
smoketest-get-movies-postgres-no-cache,webflux-netty,69,0,10,11.2,14,127,131,165,481,514,19.1,22.0,24.0,24.3,4.05,5.88,138,668,23,24,343,442,79.3,92.7,430,500
smoketest-get-time,platform-tomcat,1301,0,200,200,201,0.31,0.40,0.52,0.83,2.05,3.97,5.56,17.6,17.7,3.85,4.54,119,504,59,59,70,104,0.82,1.05,8.04,10
smoketest-get-time,loom-tomcat,1300,0,200,200,201,0.33,0.41,0.51,0.75,2.13,3.98,5.28,21.7,21.8,4.57,5.88,102,426,22,22,70,104,0.81,1.04,8.04,10
smoketest-get-time,loom-netty,1300,0,200,200,201,0.42,0.51,0.72,1.16,3.07,4.51,6.04,21.6,21.7,4.55,6.23,119,609,18,18,70,104,0.58,0.73,5.03,6.22
smoketest-get-time,webflux-netty,1300,0,200,200,201,0.39,0.50,0.70,1.19,4.34,5.95,11.2,21.9,22.0,3.38,4.35,119,553,22,22,71,105,0.58,0.74,5.03,6.19
smoketest-get-movies-h2,platform-tomcat,69,0,10,11.8,16,103,106,127,574,641,5.02,7.79,22.3,22.4,8.00,12.6,107,430,29,30,12,14,4.38,5.64,19.5,24
smoketest-get-movies-h2,loom-tomcat,69,0,10,12.1,17,104,106,131,650,727,5.55,9.98,22.4,22.5,6.62,12.4,110,490,22,23,12,14,4.35,5.63,19.4,24
smoketest-get-movies-h2,loom-netty,69,0,10,11.2,14,104,106,108,360,427,4.90,7.77,22.3,22.4,6.74,10.3,107,497,19,19,12,14,3.98,5.02,13.6,16
smoketest-get-movies-h2,webflux-netty,69,0,10,11.2,14,104,106,110,365,434,4.81,7.32,22.4,22.5,6.79,10.2,107,493,23,23,12,14,4.36,5.52,19.9,24.4
smoketest-get-movies-postgres,platform-tomcat,69,0,10,11.8,16,105,106,113,593,663,13.6,19.5,24.5,25.0,8.56,13.5,107,446,30,31,341,442,11.2,13.1,77.2,86
smoketest-get-movies-postgres,loom-tomcat,69,0,10,12.1,17,104,106,120,663,730,14.2,20.3,24.6,25.2,7.12,13.2,108,461,24,25,344,450,13.9,16.5,78.6,88.4
smoketest-get-movies-postgres,loom-netty,69,0,10,11.2,14,104,107,108,410,477,13.5,15.7,24.5,25.1,7.78,11.7,121,571,20,21,364,468,16.3,19.1,73.7,80.2
smoketest-get-movies-postgres,webflux-netty,69,0,10,11.2,14,105,107,111,402,471,14.1,17.2,24.6,25.1,6.05,11.3,104,502,24,25,359,462,19.3,23.1,80.1,90
smoketest-get-movies-postgres-no-cache,platform-tomcat,69,0,10,12.1,17,117,121,153,676,743,16.5,18.4,24.7,25.1,6.29,12.9,113,495,30,30,339,442,47.9,60.9,271,340
smoketest-get-movies-postgres-no-cache,loom-tomcat,69,0,10,12.1,17,125,128,186,752,813,19.2,21.4,24.8,25.2,5.19,11.5,116,515,24,24,332,434,55.3,70.7,306,386
smoketest-get-movies-postgres-no-cache,loom-netty,69,0,10,11.5,15,128,132,143,467,535,20.0,23.5,24.4,24.9,3.56,4.87,120,610,20,20,353,456,63.5,80.0,339,422
smoketest-get-movies-postgres-no-cache,webflux-netty,69,0,10,11.2,14,127,131,173,449,515,18.3,20.3,24.7,25.2,4.71,10.3,116,579,24,24,345,448,72.6,90.8,388,480
12 changes: 6 additions & 6 deletions results/ci/scenarios-smoketest/Ubuntu-22.04/java-22/results.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

| **Name** | **Value** |
|-------------------------|-----------|
| **Start (UTC)** | 2024-07-27 14:35:26 |
| **End (UTC)** | 2024-07-27 14:40:55 |
| **Duration (hh:mm:ss)** | 00:05:29 |
| **Start (UTC)** | 2024-08-26 11:14:00 |
| **End (UTC)** | 2024-08-26 11:19:21 |
| **Duration (hh:mm:ss)** | 00:05:21 |

## System Specs

Expand All @@ -15,11 +15,11 @@
| **Java** | OpenJDK 64-Bit Server VM Corretto-22.0.2.9.1 (build 22.0.2+9-FR, mixed mode, sharing) |
| **Python** | 3.10.12 |
| **OS** | Ubuntu 22.04.4 LTS |
| **Kernel** | 6.5.0-1024-azure |
| **Kernel** | 6.5.0-1025-azure |
| **CPU** | AMD EPYC 7763 64-Core Processor |
| **CPU Cores** | 4 |
| **RAM** | 15Gi total, 12Gi available |
| **Disk** | 159G total, 96G available |
| **RAM** | 15Gi total, 13Gi available |
| **Disk** | 159G total, 98G available |

## Scenarios

Expand Down
Binary file modified results/ci/scenarios-smoketest/Ubuntu-22.04/java-22/results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d6e9ae

Please sign in to comment.