PowerShell: Timing, Benchmark Speed
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" }
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" }