Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding latest results #427

Closed
Imperatorn opened this issue Nov 14, 2023 · 7 comments
Closed

Question regarding latest results #427

Imperatorn opened this issue Nov 14, 2023 · 7 comments

Comments

@Imperatorn
Copy link
Contributor

There seems to be a drastic regression in the latest results for languages that were previously on top.

Do you know why that might be?

@jinyus
Copy link
Owner

jinyus commented Nov 14, 2023

Go and D did suffer perf degradation after updating their compilers: #414 (comment)

I downgraded the golang compiler which fixed the issue for go: #421 (comment)

@cyrusmsk said he'd do the same for D. I will look into it today if he doesn't get a chance to do it.

Is there any other language where you noticed regressions?

D:

v3-1.34.0-1 :| 24.86 ms | 315.19 ms | 2.70 s | 3.04 s |

v3-1.35.0-1 : | 33.78 ms | 446.47 ms | 3.87 s | 4.35 s |

D Concurrent (minor loss but still on top):

v3-1.34.0-1 : 12.80 ms | 123.19 ms | 970.11 ms | 1.11 s |

v3-1.35.0-1 : | 13.68 ms | 127.71 ms | 1.01 s | 1.15 s |

@Imperatorn
Copy link
Contributor Author

Go and D did suffer perf degradation after updating their compilers: #414 (comment)

I downgraded the golang compiler which fixed the issue for go: #421 (comment)

@cyrusmsk said he'd do the same for D. I will look into it today if he doesn't get a chance to do it.

Is there any other language where you noticed regressions?

Didn't C# also loose some points? I don't remember, but wasn't it higher up? 🤔

@jinyus
Copy link
Owner

jinyus commented Nov 14, 2023

Didn't C# also loose some points? I don't remember, but wasn't it higher up? 🤔

No, it was under rust, the F# version was improved and overtook it slightly

@cyrusmsk
Copy link
Contributor

Honestly I'm not sure that the issue in the updated version of compiler. But will see if manual installation of 1.34 LDC will help

@jinyus
Copy link
Owner

jinyus commented Nov 14, 2023

@cyrusmsk @Imperatorn Just confirmed #429 (comment). Performance is back to normal with 1.34.0 beta 1.

@Imperatorn
Copy link
Contributor Author

@cyrusmsk @Imperatorn Just confirmed #429 (comment). Performance is back to normal with 1.34.0 beta 1.

Thanks for investigating!

@jinyus
Copy link
Owner

jinyus commented Nov 15, 2023

| D | 25.45 ms | 325.21 ms | 2.79 s | 3.14 s |

I will close this now.

@jinyus jinyus closed this as completed Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants