mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 04:52:33 +02:00
@ -14,3 +14,10 @@ Time the running time of a block
|
||||
|
||||
- `block`: the block to run
|
||||
|
||||
## Examples
|
||||
|
||||
Benchmarks a command within a block
|
||||
```shell
|
||||
> benchmark { sleep 500ms }
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user