-
Notifications
You must be signed in to change notification settings - Fork 30
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
top-level: allow analysis entry point to be specified by name #641
Conversation
When `analyze_from_definitions` is specified as `name::Symbol`, JET starts its analysis using the interpreted method signature whose name is equal to `name` as the analysis entry point. For example, when analyzing a script that uses `@main` to specify the entry point, it would be convenient to specify `analyze_from_definitions = :main`.
JET Benchmark ResultJudge resultBenchmark Report for /home/runner/work/JET.jl/JET.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/JET.jl/JET.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/JET.jl/JET.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
Architecture: x86_64
|
When
analyze_from_definitions
is specified asname::Symbol
, JET starts its analysis using the interpreted method signature whose name is equal toname
as the analysis entry point. For example, when analyzing a script that uses@main
to specify the entry point, it would be convenient to specifyanalyze_from_definitions = :main
.