Skip to content
#

command-line

terminal logo

Terminal is a serial computer interface for text entry and display. Instruction given to perform a task are called commands. Current computers (GUI based) uses terminal emulators such as Unix shell, BASH shell, command prompt.

Here are 5,556 public repositories matching this topic...

onehungrygeek
onehungrygeek commented Jan 6, 2019

Thanks a ton for any helpful feedback

I need help with getting best quality GIFs.

I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.

I don't know what value to give for shadow

hyperfine
sharkdp
sharkdp commented Jul 7, 2021

The "user" and "system" time should be reported in the same unit as mean, stddev, min and max. They should also follow --time-unit, if specified.

Example 1:

▶ hyperfine --runs 2 'stress --cpu 1 --timeout 1'
Benchmark 1: stress --cpu 1 --timeout 1
  Time (mean ± σ):      1.002 s ±  0.002 s    [User: 993.7 ms, System: 1.0 ms]
  Range (min … max):    1.000 s …  1.003 s    2 runs