Re: eu 4.0

new topic     » goto parent     » topic index » view thread      » older message » newer message

To further test simply startup speed I made this bash script:

#!/bin/sh

for i in `seq 1 10000`;
do
        /opt/euphoria-3.1/bin/exu hello.e
done

Each version of course calls the correct version.

hello.e is:

integer a
a = 1


$ time ./test-3.1.sh 

real    0m11.550s
user    0m4.153s
sys     0m7.193s

$ time ./test-4.0.sh 

real    0m11.288s
user    0m3.786s
sys     0m6.476s

So the above loads/parses/executes/terminates exu 10,000 times. 4.0 is a tad
faster, not much, but a tad.

Something must be terribly wrong with the 8 second startup time for 4.0 and 3.1
being less than a second. Is this repeatable? Is there a test script we can run
to try and debug the problem you are experiencing?

--
Jeremy Cowgar
http://jeremy.cowgar.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu