-
Notifications
You must be signed in to change notification settings - Fork 40
JETAnalyzer: special case MethodErrorReport for [map]reduce_empty
#518
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
Conversation
In the `:basic` mode, downgrade `MethodErrorReport` on call of `reduce_empty` or `mapreduce_empty` to `UncaughtExceptionReport` so that it can be filtered out in common cases. xref: <JuliaLang/julia#41885>
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #518 +/- ##
==========================================
- Coverage 88.83% 88.82% -0.01%
==========================================
Files 10 10
Lines 2973 2989 +16
==========================================
+ Hits 2641 2655 +14
- Misses 332 334 +2
☔ View full report in Codecov by Sentry. |
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 versioninfoTargetBaselineTarget 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 versioninfoBaseline 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 versioninfoRuntime information
Architecture: x86_64
|
In the
:basicmode, downgradeMethodErrorReporton call ofreduce_emptyormapreduce_emptytoUncaughtExceptionReportso that it can be filtered out in common cases.xref: JuliaLang/julia#41885