-
Notifications
You must be signed in to change notification settings - Fork 3
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
go: performance graphs #59
Comments
should be multiplied by 1000 |
reverted the change in https://github.com/51Degrees/common-ci/blob/main/go/run-performance-tests.ps1#L35 and implemented a fix in go repo - will check the results tomorrow |
@pi-alexander-popel the NIghtly PRs to Main seem to not be running for go repo could you please check https://github.com/51Degrees/device-detection-go/actions/runs/12830073543 |
That's because Package Update is disabled as there were no activity for 60 days. And PRs to Main has to be triggered by the Package Update. |
Nightly Package Update was disabled on both
re-enabled those, corrected performance reporting on the go level: 51Degrees/device-detection-examples-go#51, reverted the change on common-ci: 51Degrees/common-ci@679b78f Let's wait several days until there are several artifacts |
started to log detections per second, not per millisecond - we will accumualte several more artifacts and close this ticket: https://github.com/51Degrees/device-detection-go/actions/runs/13155528753 |
let's tidy up the history of artifacts and release it to the website as a benchmark |
Motivation
Showcase the benchmarks for go.
Objective
Add running performance example for go and produce performance graphs nightly (Enrico action) like we do for other languages. To ultimately add them to documentation page https://51degrees.com/documentation/4.4/_benchmarks__device_detection.html - like we do for other languages.
The text was updated successfully, but these errors were encountered: