|
Message-ID: <186a652eea9f9e0a198234b46d53d791@smtp.hushmail.com> Date: Sat, 26 Sep 2020 07:00:00 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: CI On 2020-09-26 06:56, magnum wrote: > This compared with my puny laptop: > $ time OMP_NUM_THREAS=2 ../run/john --test=0 --format=rar > Will run 16 OpenMP threads > Testing: rar, RAR3 (length 5) [SHA1 256/256 AVX2 8x AES]... (16xOMP) PASS > > real 0m5.038s > user 0m54.954s > sys 0m0.280s > > > So yes, 5 seconds is *really* slow, but 10 minutes? That is outragingly > ridiculous. Oh, and half of the time on my laptop was due to my misssspelling of THREADS. $ time OMP_NUM_THREADS=2 ../run/john --test=0 --format=rar Will run 2 OpenMP threads Testing: rar, RAR3 (length 5) [SHA1 256/256 AVX2 8x AES]... (2xOMP) PASS real 0m2.938s user 0m4.657s sys 0m0.029s Not that it changes anything. That is 3 seconds vs. > 10 minutes folks. magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.