I've constructed an example from the Fair Model (workfile attached).
Running the following code in EV8 takes about 5 seconds but takes almost 24 seconds in EV12
Code: Select all
tic
for !repeat = 1 to 20
for %v CD CN CS CUR DF HF HO IHH IM INTG JF KK L1 L2 L3 LM MF PF RB RM RS WF Y
fma_ev.control {%v}_a {%v} {%v}
next
next
!time = @toc
show !time