Skip to content

Commit

Permalink
docs: add more realistic timings with recent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 1, 2024
1 parent 436fe94 commit eb86c60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tasks allow you to form dependencies between code, executed in parallel.
$ devenv tasks run myapp:hello
Running tasks myapp:hello
Succeeded myapp:hello 9ms
1 Succeeded 50.14ms
1 Succeeded 10.14ms
```

## enterShell / enterTest
Expand All @@ -46,8 +46,8 @@ $ devenv shell
Running tasks devenv:enterShell
Succeeded devenv:pre-commit:install 25ms
Succeeded bash:hello 9ms
Succeeded devenv:enterShell 23ms
3 Succeeded 103.14ms
Succeeded devenv:enterShell 13ms
3 Succeeded 28.14ms
```

## Using your favourite language
Expand Down

0 comments on commit eb86c60

Please sign in to comment.