PowerShell: Timing, Benchmark Speed

By Xah Lee. Date: .

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

Measure-Command { emacs --script "c:/Users/xah/xyz.el"  }
Measure-Command { wolframscript.exe -file "c:/Users/xah/xyz.wl" }