-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove type inference profiling, since thread safety was never merged…
… upstream. (#25) * Remove type inference profiling, since thread safety was never merged upstream: JuliaLang/julia#47615 was never merged, so this feature cannot be used yet anyway. :( And the compat bounds are currently too strict, and are causing issues in RelationalAI's build * Bump to version v1.1.0
- Loading branch information
Showing
3 changed files
with
1 addition
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,17 @@ | ||
name = "ProfileEndpoints" | ||
uuid = "873a18e9-432f-47dd-82a7-1a805cf6f852" | ||
authors = ["Nathan Daly <[email protected]>", "Dana Wilson <[email protected]>"] | ||
version = "1.0.1" | ||
version = "1.1.0" | ||
|
||
[deps] | ||
FlameGraphs = "08572546-2f56-4bcf-ba4e-bab62c3a3f89" | ||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
PProf = "e4faabce-9ead-11e9-39d9-4379958e3056" | ||
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" | ||
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
SnoopCompile = "aa65fe97-06da-5843-b5b1-d5d13cad87d2" | ||
SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034" | ||
|
||
[compat] | ||
HTTP = "1" | ||
PProf = "2" | ||
FlameGraphs = "1" | ||
SnoopCompile = "2.10" | ||
SnoopCompileCore = "2.10" | ||
julia = "1.6" | ||
|
||
[extras] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7b618bc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
7b618bc
There was a problem hiding this comment.
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/89623
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: