Saturday, May 18, 2019

Re: productivity/khard (or python) seem slow

On Sat 18/05 11:39, David Mimms wrote:
> On 2019.05.17 11:41, Paco Esteban wrote:
> > On Thu, 16 May 2019, Joel Carnat wrote:
> >
> > > On Thu 16/05 08:55, Paco Esteban wrote:
> > > > Can't say about your VM. On my desktop:
> > > >
> > > > $ time (khard list | wc -l)
> > > > 104
> > > > ( khard list | wc -l; ) 0.51s user 0.25s system 97% cpu 0.779 total
> > > >
> > >
> > > Is this on OpenBSD ? The time output looks different.
> >
> > Of course it is ... (-current though)
> > That should be zsh that uses an internal builtin instead of
> > /usr/bin/time I guess (did not check).
> >
> > Here it is on ksh with base time:
> >
> > $ time (khard list | wc -l)
> > 104
> > 0m00.81s real 0m00.59s user 0m00.21s system
> >
> > Interestingly a bit slower.
>
> What CPU and storage are you running?
>

The ThinkPad is:
CPU: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
RAM: 8GB
DISK: C300-CTFDDAC256M connected on "Intel 100 Series AHCI" @6.0Gb/s
ROOT: <OPENBSD, SR CRYPTO, 006>

The VM runs on Synology KVM:
CPU: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
RAM: 16GB
DISK: Samsung SSD 850 EVO 1TB

No comments:

Post a Comment