Skip to content

Lock threads only when updating dependency files

George Koltsov requested to merge chore-synchronize-only-dep-update into main

Slightly improve multithreaded performance by not locking the thread for duration of the whole project update but only for the duration of updating single dependency


Allure report

allure-report-publisher generated test report!

rspec: test report for 3e5d42f7

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 179    | 0      | 0       | 0     | 179   | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 241    | 0      | 0       | 0     | 241   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports