-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Test Go 1.11beta1 for performance vs Go 1.10.x #695
Comments
1 task
I would just run the benchmarks under gnatsd/test and save results, use benchcmp to compare. |
System under test: Cavium ThunderX (96 cores), Packet c1.large.arm. Old is go 1.10.2 Improvements pretty much across the board.
|
Looks good, thanks! |
noted at golang/go#19840 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps or code to reproduce the issue:
Run performance tests on a system under test, using both Go 1.11beta1 and Go 1.10.x as targets, to characterize any differences. This especially interesting on arm64 where Go 1.11beta1 has some crypto improvements on arm64.
A followup from #466 .
Expected result:
Go 1.11beta1 should be measurably faster than Go 1.10.x on arm64, and it should show no regressions on amd64.
Actual result:
Tests not run yet; suggestions for the test suite welcomed.
The text was updated successfully, but these errors were encountered: