Skip to content

Commit

Permalink
fix: adding the more tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 26, 2024
1 parent e1ae9e3 commit 887316c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/blog/posts/migrating-to-uv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

<!-- more -->

| 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%) |
Expand Down

0 comments on commit 887316c

Please sign in to comment.