We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Benchmark( "Serializer Allocations", configuration: .init( metrics: [.mallocCountTotal] ) ) { benchmark in _ = try MultipartSerializer(boundary: "boundary123").serialize(parts: [example]) }
The json file is saved as: Serializer.Serializer_Allocations.p90.json.
Serializer.Serializer_Allocations.p90.json
When using thresholds check, the command fails to find the thresholds file, probably because of the _ in Serializer_Allocations.
thresholds check
_
Serializer_Allocations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The json file is saved as:
Serializer.Serializer_Allocations.p90.json
.When using
thresholds check
, the command fails to find the thresholds file, probably because of the_
inSerializer_Allocations
.The text was updated successfully, but these errors were encountered: