From 887316c8267df621b985c736a2ebba504edf2399 Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Thu, 26 Dec 2024 22:28:39 +0800 Subject: [PATCH] fix: adding the more tag --- docs/blog/posts/migrating-to-uv.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/blog/posts/migrating-to-uv.md b/docs/blog/posts/migrating-to-uv.md index 30351cbde..dabe271dc 100644 --- a/docs/blog/posts/migrating-to-uv.md +++ b/docs/blog/posts/migrating-to-uv.md @@ -13,7 +13,7 @@ tags: ## Why we migrated to uv -One of the main reasons we migrated to uv was to make local development easier. Poetry is great but we wanted to benefit from the features that uv provided such as +We recently migrated to uv from poetry because we wanted to benefit from it's many features such as - Easier dependency management with automatic caching built in - Significantly faster CI/CD compared to poetry, especially when we use the `caching` functionality provided by the Astral team @@ -25,6 +25,8 @@ Here are some timings for jobs that I took from our CI/CD runs. In general I'd say that we saw a ~3x speedup with approximately 67% reduction in time needed for the jobs once we implemented caching for the individual `uv` github actions. + + | Job | Time (Poetry) | Time (UV) | | ---------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | | Ruff Formatting | [1m16s](https://github.com/instructor-ai/instructor/actions/runs/12386936314) | [28s](https://github.com/instructor-ai/instructor/actions/runs/12501982235) (-63%) |