PowerShell: Timing, Benchmark Speed

By Xah Lee. Date: . Last updated: .

use Measure-Command to time command, function, script.

Measure-Command { emacs --script "~/xtest.el"  }
Measure-Command { wolframscript.exe -file "~/xtest.wl" }