Re: pass is 15x slower on one machine than another. How to debug?

2019-02-15 Thread HacKan
Perhaps running pass directly with bash -x (it shows the whole execution flow) could be helpful, combined with perf. Cheers! On 2/15/19 3:34 PM, Kevin Faulkner wrote: > On Fri, 15 Feb 2019 09:20:20 +0800 > Ryan Lue wrote: > >> Hi, >> >> Suddenly, pass is v. slow on my desktop. >> >> $ time

Re: pass is 15x slower on one machine than another. How to debug?

2019-02-15 Thread Kevin Faulkner
On Fri, 15 Feb 2019 09:20:20 +0800 Ryan Lue wrote: > Hi, > > Suddenly, pass is v. slow on my desktop. > > $ time pass ls > > shows 0.6s on my desktop vs. 0.04s on my laptop. > Both are comparably specced and running > nearly identical installations of Debian buster. > > This only began