PB 6.11b3 slower than 6.10?

Just starting out? Need help? Post your questions and find answers here.
User avatar
marcoagpinto
Addict
Addict
Posts: 1076
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

PB 6.11b3 slower than 6.10?

Post by marcoagpinto »

Heya,

I was conducting some speed tests in my PhD software.

I had the official release compiled with PB 6.10, and I have a build under development compiled with 6.11 beta 3.

I have been optimising the source code of my software, and the speed tests indicated that the software (official release) compiled with 6.10 took less time to perform the 20 runs than my optimised code (under development) compiled with 6.11.

I am so sad as I spent hours optimising the source-code.

:cry: :cry: :cry: :cry: :cry: :cry: :cry:
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: PB 6.11b3 slower than 6.10?

Post by infratec »

Are you talking about 1% or xx% :?:
User avatar
marcoagpinto
Addict
Addict
Posts: 1076
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PB 6.11b3 slower than 6.10?

Post by marcoagpinto »

infratec wrote: Thu Jun 06, 2024 6:42 am Are you talking about 1% or xx% :?:
You have known me for years, so you are right, I am talking about 1%.
User avatar
marcoagpinto
Addict
Addict
Posts: 1076
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PB 6.11b3 slower than 6.10?

Post by marcoagpinto »

infratec wrote: Thu Jun 06, 2024 6:42 am Are you talking about 1% or xx% :?:
Yes, I was counting the seconds of the 20 runs.
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: PB 6.11b3 slower than 6.10?

Post by infratec »

2 answeres and I still don't know how large the difference is.

If it is really 1% it makes no sense to talk about it.
User avatar
marcoagpinto
Addict
Addict
Posts: 1076
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PB 6.11b3 slower than 6.10?

Post by marcoagpinto »

infratec wrote: Thu Jun 06, 2024 7:19 am 2 answeres and I still don't know how large the difference is.

If it is really 1% it makes no sense to talk about it.
The difference is around 20 seconds.

I can't remember the exact time, but for example, 20 runs in 6.10 would take 16m30s, and now it takes 16m10s even with my code optimisations.

EDIT: the opposite, it took 16:10 and now it takes 16:30.
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB 6.11b3 slower than 6.10?

Post by Fred »

I'm sorry but we can't do anything with this bug report, we need more precise info about the real timing etc. The C compiler didn't changed in 6.11 so it would be surprising to have any difference.
User avatar
marcoagpinto
Addict
Addict
Posts: 1076
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PB 6.11b3 slower than 6.10?

Post by marcoagpinto »

Fred wrote: Thu Jun 06, 2024 8:07 am I'm sorry but we can't do anything with this bug report, we need more precise info about the real timing etc. The C compiler didn't changed in 6.11 so it would be surprising to have any difference.
@Fred, okay, please close this bug report.

I will do more code optimisations, and the extra speed will fix that for me.

No worries.

:mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
Post Reply