diff options
author | Florian Klink <flokli@flokli.de> | 2024-06-13T07·32+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-06-13T16·18+0000 |
commit | 29eda2d5b2baa61aea80e2cef3c5508278751421 (patch) | |
tree | 20014f01d23b0aa116cc82813c53cd8c332d29c3 /tvix/Cargo.lock | |
parent | 7f29cab1cc9b0cc751b49d1dac7694f5841725ab (diff) |
feat(tvix/cli): add toplevel progress span r/8261
This gives some better feedback something is going on, gives a (named) root for all the progress children we're drawing, and also counts the time we are in eval. Change-Id: Ibe81dcebf0a2b59bb0680da62e206eb5270f9d3c Reviewed-on: https://cl.tvl.fyi/c/depot/+/11798 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi>
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 6d5224c75c1e..15e098d0f157 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -4203,6 +4203,7 @@ dependencies = [ "tikv-jemallocator", "tokio", "tracing", + "tracing-indicatif", "tvix-build", "tvix-castore", "tvix-eval", |