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

support go 1.23 #25

Merged
merged 6 commits into from
Aug 16, 2024
Merged

support go 1.23 #25

merged 6 commits into from
Aug 16, 2024

Conversation

josephcopenhaver
Copy link
Owner

Minor cleanup of internals so that memory allocations occur more consistently at loadtest startup and internal states are expressed as integers rather than strings.

Users can now opt into getting task guage metadata and minor queue/dequeue metrics via MetadataProviderEnabled() and GetTaskMetadataProvider(ctx) to save some extra processing cycles if they wish to emit metics to a dataset for histogram tracking purposes.

Updated the internal golang.org/x/sync used for semaphores and shift testing to use go1.22 and go 1.23.

go.mod now specifies go1.22.

@josephcopenhaver josephcopenhaver merged commit b670e68 into main Aug 16, 2024
2 checks passed
@josephcopenhaver josephcopenhaver deleted the develop branch August 16, 2024 03:36
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

Successfully merging this pull request may close these issues.

1 participant