databricks-cli/acceptance/bundle/templates/experimental-jobs-as-code
Denis Bilenko 52bf7e388a
acc: Propagate user's UV_CACHE_DIR to tests (#2239)
There is a speed up in 0.5s but it is still 4.4s, so something else is
slow there.

Benchmarking bundle/templates/experimental-jobs-as-code:

```
# Without UV_CACHE_DIR
~/work/cli/acceptance/bundle/templates/experimental-jobs-as-code % hyperfine --warmup 2 'testme -count=1'
Benchmark 1: testme -count=1
  Time (mean ± σ):      4.950 s ±  0.079 s    [User: 2.730 s, System: 8.524 s]
  Range (min … max):    4.838 s …  5.076 s    10 runs

# With UV_CACHE_DIR
~/work/cli/acceptance/bundle/templates/experimental-jobs-as-code % hyperfine --warmup 2 'testme -count=1'
Benchmark 1: testme -count=1
  Time (mean ± σ):      4.410 s ±  0.049 s    [User: 2.669 s, System: 8.710 s]
  Range (min … max):    4.324 s …  4.467 s    10 runs
```
2025-01-27 15:25:56 +01:00
..
output/my_jobs_as_code Add experimental-jobs-as-code template (#2177) 2025-01-20 10:15:11 +00:00
input.json Add experimental-jobs-as-code template (#2177) 2025-01-20 10:15:11 +00:00
output.txt Add experimental-jobs-as-code template (#2177) 2025-01-20 10:15:11 +00:00
script acc: Propagate user's UV_CACHE_DIR to tests (#2239) 2025-01-27 15:25:56 +01:00