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
Let's add some tests with @allocated.
@allocated
allocated(f::F) where {F} = @allocated f() somefunc() = something_with_a_solver... @test allocated(somefunc) < some_small_number
like done here https://github.com/QuantumSavory/QuantumClifford.jl/blob/c1d115d3ee8a929279b724df1cc63fd00a9b255a/test/test_allocations.jl#L6
Originally posted by @Krastanov in #396 (review)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's add some tests with
@allocated
.like done here https://github.com/QuantumSavory/QuantumClifford.jl/blob/c1d115d3ee8a929279b724df1cc63fd00a9b255a/test/test_allocations.jl#L6
Originally posted by @Krastanov in #396 (review)
The text was updated successfully, but these errors were encountered: