Skip to content

Commit

Permalink
Add outer testset
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Daly <[email protected]>
  • Loading branch information
vchuravy and NHDaly committed May 3, 2020
1 parent 9a0f8e2 commit 0e61a96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ using Test

import LinuxPerf: make_bench, enable!, disable!, reset!, reasonable_defaults, counters

@testset "LinuxPerf" begin

@testset "simple benchmark" begin
@test begin
bench = make_bench(reasonable_defaults);
Expand Down Expand Up @@ -33,3 +35,5 @@ end
@test v === 4
@test typeof(c1) == typeof(counters(b1))
end

end

3 comments on commit 0e61a96

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/14140

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 0e61a96d848334fa4199f997ae2e18a0640de3b9
git push origin v0.1.0

Please sign in to comment.