Closes #7394 --------- Co-authored-by: snek <snek@deno.com>
Remove `--allow-hrtime` and `--deny-hrtime`. We are doing this because it is already possible to get access to high resolution timers through workers and SharedArrayBuffer. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Fix table layout for `deno bench` command with and without color (`NO_COLOR=1`). Fixes issue in #25156