This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: Announcing new interface: FindProc
> Preliminary reports show that make check times have decreased from
> 1m7.522s to 1m0.825s.
>
> I also tested fstack and fcore and the results are:
>
> fstack: down from 2.3314 to 2.2094.
> fcore: up from 1.4858 to 2.0045. *
>
> There were some weird issues with fcore as shown below by actual
> numbers:
>
> Old fstack: 2.225, 2,385, 2.184, 2,666, 2,194
> New fstack: 2.305, 2.161, 2.263, 2.164, 2.154
>
> Old fcore: 1.504, 1.389, 1.036, 1.935, 1.599, 1.440
> New fcore: 1.327, 3.355*, 1.019, 4.353*, 0.996, 0.978
>
> (So technically fcore would have been much faster but for the anomalies)
>
> I was not running these tests in single user mode which would probably
> explain the anomalies, so tomorrow morning I'm going to read up on
> single user mode and try to post more accurate numbers.
By the way, the above tests where done on evolution.
Secondary measurements in single user mode show the following. On a
sleeping funit-child with 12 threads:
fstack: up from 1.5915 to 1.596
fcore: up from 1.039 to 1.265
which is even weirder, but the numbers show that in general new is
better than old:
Old fstack: 1.616, 1.626, 1.456* 1.616, 1.621, 1.614
New fstack: 1.593, 1.593, 1.593, 1.601, 1.598, 1.600
Except for the old fstack getting a burst of speed in the middle there,
the new method is consistently faster.
Old fcore: 0.479, 1.423*, 0.451, 0.933*, 0.968*, 1.977*
New fcore: 0.429, 0.429, 3.106*, 0.433, 2.754*, 0.437
Here again we have weird hangs at odd times. I don't know why.