Skip to content
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

adds ignored_modules configuration #372

Merged
merged 1 commit into from
Jul 4, 2022
Merged

adds ignored_modules configuration #372

merged 1 commit into from
Jul 4, 2022

Conversation

aviatesk
Copy link
Owner

@aviatesk aviatesk commented Jul 4, 2022

julia> function compute(x)
           r = 1
           s = 0.0
           n = 1
           @time while r < x
               s += 1/n
               if s  r
                   println("round $r/$x has been finished") # we're not interested type-instabilities within this call
                   r += 1
               end
               n += 1
           end
           return n, s
       end
compute (generic function with 1 method)

julia> @test_opt ignored_modules=(Base,) compute(42)
Test Passed

Also extends the existing target_modules so that user can specify how
module context is matched with InferenceErrorReport's stack trace.

This commit also implements additional configuration layers that let
users to implement their own module context matcher and report filtering
strategy in general. We should still try to improve their documentation
though.

@codecov-commenter
Copy link

codecov-commenter commented Jul 4, 2022

Codecov Report

Merging #372 (ac2fadc) into master (ba7b0ae) will decrease coverage by 0.08%.
The diff coverage is 85.29%.

@@            Coverage Diff             @@
##           master     #372      +/-   ##
==========================================
- Coverage   90.11%   90.02%   -0.09%     
==========================================
  Files          11       11              
  Lines        2619     2636      +17     
==========================================
+ Hits         2360     2373      +13     
- Misses        259      263       +4     
Impacted Files Coverage Δ
src/JET.jl 73.75% <85.29%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba7b0ae...ac2fadc. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Jul 4, 2022

JET Benchmark Result

Judge result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmarks:
  • Target: 4 Jul 2022 - 10:27
  • Baseline: 4 Jul 2022 - 10:37
  • Package commits:
  • Target: 43b5a2
  • Baseline: ba7b0a
  • Julia commits:
  • Target: 05eb15
  • Baseline: 05eb15
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1163 s 1 s 185 s 5976 s 0 s
 #2 2593 MHz 6154 s 1 s 251 s 953 s 0 s
 Memory: 6.783607482910156 GB (4371.6796875 MB free)
 Uptime: 739.56 sec
 Load Avg: 1.0 1.0 0.65
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 5323 s 1 s 254 s 7568 s 0 s
 #2 2593 MHz 7843 s 1 s 370 s 4959 s 0 s
 Memory: 6.783607482910156 GB (4307.86328125 MB free)
 Uptime: 1322.27 sec
 Load Avg: 1.0 1.02 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Target result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:27
  • Package commit: 43b5a2
  • Julia commit: 05eb15
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["JETAnalyzer{BasicPass} first-time", "package loading"] 306.692 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.752 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.551 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 55.860 ms (5%) 4.98 MiB (1%) 83105
["JETAnalyzer{BasicPass} top-level", "self analysis"] 17.012 s (5%) 1.266 s 2.40 GiB (1%) 37548301
["JETAnalyzer{BasicPass} top-level", "simple"] 20.677 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 170.001 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.956 s (5%) 264.203 ms 370.61 MiB (1%) 5554932
["JETAnalyzer{BasicPass}", "rand(Bool)"] 189.992 ms (5%) 29.576 ms 55.82 MiB (1%) 851585
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 386.702 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 22.691 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 163.001 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.635 s (5%) 333.624 ms 1.32 GiB (1%) 7274131
["JETAnalyzer{SoundPass}", "rand(Bool)"] 150.449 ms (5%) 58.62 MiB (1%) 876867
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.569 s (5%) 55.567 ms 53.75 MiB (1%) 790829
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 17.984 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 170.002 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 791.055 ms (5%) 90.360 ms 239.04 MiB (1%) 3587527
["OptAnalyzer", "rand(Bool)"] 40.256 ms (5%) 14.53 MiB (1%) 219437
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.516 s (5%) 103.174 ms 183.01 MiB (1%) 2686641
["OptAnalyzer", "sum(\"julia\")"] 23.913 ms (5%) 7.02 MiB (1%) 105402
["show(::IO, ::JETCallResult)", "report_call"] 2.088 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 15.500 μs (5%) 616 bytes (1%) 14

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1163 s 1 s 185 s 5976 s 0 s
 #2 2593 MHz 6154 s 1 s 251 s 953 s 0 s
 Memory: 6.783607482910156 GB (4371.6796875 MB free)
 Uptime: 739.56 sec
 Load Avg: 1.0 1.0 0.65
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:37
  • Package commit: ba7b0a
  • Julia commit: 05eb15
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["JETAnalyzer{BasicPass} first-time", "package loading"] 305.954 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.744 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.537 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 56.576 ms (5%) 4.98 MiB (1%) 83105
["JETAnalyzer{BasicPass} top-level", "self analysis"] 17.272 s (5%) 1.360 s 2.40 GiB (1%) 37549139
["JETAnalyzer{BasicPass} top-level", "simple"] 21.213 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 167.901 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.954 s (5%) 260.337 ms 370.63 MiB (1%) 5555173
["JETAnalyzer{BasicPass}", "rand(Bool)"] 188.445 ms (5%) 28.733 ms 55.82 MiB (1%) 851576
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 394.503 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 22.587 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 157.301 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.723 s (5%) 315.591 ms 1.32 GiB (1%) 7274024
["JETAnalyzer{SoundPass}", "rand(Bool)"] 150.961 ms (5%) 58.62 MiB (1%) 876858
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.547 s (5%) 54.918 ms 53.75 MiB (1%) 790829
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 18.115 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 169.101 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 788.024 ms (5%) 88.882 ms 239.04 MiB (1%) 3587558
["OptAnalyzer", "rand(Bool)"] 40.408 ms (5%) 14.53 MiB (1%) 219428
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.512 s (5%) 120.860 ms 183.01 MiB (1%) 2686642
["OptAnalyzer", "sum(\"julia\")"] 24.063 ms (5%) 7.02 MiB (1%) 105402
["show(::IO, ::JETCallResult)", "report_call"] 2.170 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 15.801 μs (5%) 616 bytes (1%) 14

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 5323 s 1 s 254 s 7568 s 0 s
 #2 2593 MHz 7843 s 1 s 370 s 4959 s 0 s
 Memory: 6.783607482910156 GB (4307.86328125 MB free)
 Uptime: 1322.27 sec
 Load Avg: 1.0 1.02 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() lbt
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Stepping: 7
CPU MHz: 2593.907
BogoMIPS: 5187.81
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 2 MiB
L3 cache: 35.8 MiB
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x07, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 1024, 36608) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmarks:
  • Target: 4 Jul 2022 - 10:32
  • Baseline: 4 Jul 2022 - 10:42
  • Package commits:
  • Target: e15157
  • Baseline: ba7b0a
  • Julia commits:
  • Target: 05eb15
  • Baseline: 05eb15
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 0.92 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 1.06 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 0.92 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.05 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 0.92 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "println(QuoteNode(nothing))"] 1.06 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "rand(Bool)"] 1.05 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.12 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_call"] 1.09 (5%) ❌ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 2697 s 2 s 237 s 18928 s 0 s
 #2 2394 MHz 5220 s 0 s 280 s 16398 s 0 s
 Memory: 6.783607482910156 GB (4508.25 MB free)
 Uptime: 2196.67 sec
 Load Avg: 1.17 1.07 0.68
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 3816 s 2 s 321 s 23684 s 0 s
 #2 2394 MHz 10104 s 0 s 374 s 17388 s 0 s
 Memory: 6.783607482910156 GB (4591.59765625 MB free)
 Uptime: 2794.25 sec
 Load Avg: 1.05 1.06 0.89
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Target result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:32
  • Package commit: e15157
  • Julia commit: 05eb15
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["JETAnalyzer{BasicPass} first-time", "package loading"] 325.540 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 7.088 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 6.727 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 64.932 ms (5%) 4.98 MiB (1%) 83105
["JETAnalyzer{BasicPass} top-level", "self analysis"] 23.387 s (5%) 1.869 s 2.40 GiB (1%) 37564032
["JETAnalyzer{BasicPass} top-level", "simple"] 26.825 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 169.602 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 2.596 s (5%) 256.809 ms 370.62 MiB (1%) 5554971
["JETAnalyzer{BasicPass}", "rand(Bool)"] 245.520 ms (5%) 28.787 ms 55.82 MiB (1%) 851574
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 399.905 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 29.810 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 147.904 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 4.713 s (5%) 439.292 ms 1.32 GiB (1%) 7273822
["JETAnalyzer{SoundPass}", "rand(Bool)"] 219.186 ms (5%) 58.62 MiB (1%) 876856
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 3.174 s (5%) 59.290 ms 53.75 MiB (1%) 790829
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 23.636 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 156.602 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 1.058 s (5%) 107.280 ms 239.04 MiB (1%) 3587524
["OptAnalyzer", "rand(Bool)"] 51.798 ms (5%) 14.53 MiB (1%) 219426
["OptAnalyzer", "sum(\"julia\") (cached)"] 5.880 s (5%) 119.305 ms 182.99 MiB (1%) 2686348
["OptAnalyzer", "sum(\"julia\")"] 28.951 ms (5%) 7.02 MiB (1%) 105402
["show(::IO, ::JETCallResult)", "report_call"] 2.271 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 17.101 μs (5%) 616 bytes (1%) 14

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 2697 s 2 s 237 s 18928 s 0 s
 #2 2394 MHz 5220 s 0 s 280 s 16398 s 0 s
 Memory: 6.783607482910156 GB (4508.25 MB free)
 Uptime: 2196.67 sec
 Load Avg: 1.17 1.07 0.68
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Baseline result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:42
  • Package commit: ba7b0a
  • Julia commit: 05eb15
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["JETAnalyzer{BasicPass} first-time", "package loading"] 317.297 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 7.099 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 6.706 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 64.896 ms (5%) 4.98 MiB (1%) 83105
["JETAnalyzer{BasicPass} top-level", "self analysis"] 24.165 s (5%) 1.582 s 2.40 GiB (1%) 37564406
["JETAnalyzer{BasicPass} top-level", "simple"] 27.316 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 166.002 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 2.597 s (5%) 260.908 ms 370.62 MiB (1%) 5555067
["JETAnalyzer{BasicPass}", "rand(Bool)"] 243.036 ms (5%) 27.871 ms 55.82 MiB (1%) 851570
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 433.206 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 28.161 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 161.402 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 4.914 s (5%) 480.489 ms 1.32 GiB (1%) 7273918
["JETAnalyzer{SoundPass}", "rand(Bool)"] 223.470 ms (5%) 58.62 MiB (1%) 876852
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 3.010 s (5%) 55.152 ms 53.75 MiB (1%) 790829
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 25.760 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 150.202 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 999.227 ms (5%) 91.075 ms 239.04 MiB (1%) 3587536
["OptAnalyzer", "rand(Bool)"] 49.187 ms (5%) 14.53 MiB (1%) 219422
["OptAnalyzer", "sum(\"julia\") (cached)"] 5.263 s (5%) 120.584 ms 182.99 MiB (1%) 2686347
["OptAnalyzer", "sum(\"julia\")"] 27.950 ms (5%) 7.02 MiB (1%) 105402
["show(::IO, ::JETCallResult)", "report_call"] 2.076 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 17.401 μs (5%) 616 bytes (1%) 14

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 3816 s 2 s 321 s 23684 s 0 s
 #2 2394 MHz 10104 s 0 s 374 s 17388 s 0 s
 Memory: 6.783607482910156 GB (4591.59765625 MB free)
 Uptime: 2794.25 sec
 Load Avg: 1.05 1.06 0.89
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() lbt
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 63
Model name: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz
Stepping: 2
CPU MHz: 2394.455
BogoMIPS: 4788.91
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 512 KiB
L3 cache: 30 MiB
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz
Vendor :Intel
Architecture :Haswell
Model Family: 0x06, Model: 0x3f, Stepping: 0x02, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 256, 30720) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmarks:
  • Target: 4 Jul 2022 - 12:12
  • Baseline: 4 Jul 2022 - 12:22
  • Package commits:
  • Target: 2a29a5
  • Baseline: ab8bb2
  • Julia commits:
  • Target: 05eb15
  • Baseline: 05eb15
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.07 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.05 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.92 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1882 s 1 s 212 s 5430 s 0 s
 #2 2793 MHz 5517 s 1 s 203 s 1848 s 0 s
 Memory: 6.783607482910156 GB (4456.578125 MB free)
 Uptime: 760.87 sec
 Load Avg: 1.0 1.0 0.67
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 2730 s 1 s 282 s 10315 s 0 s
 #2 2793 MHz 10519 s 1 s 299 s 2565 s 0 s
 Memory: 6.783607482910156 GB (4368.3359375 MB free)
 Uptime: 1342.46 sec
 Load Avg: 1.0 1.01 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 4 Jul 2022 - 12:12
  • Package commit: 2a29a5
  • Julia commit: 05eb15
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["JETAnalyzer{BasicPass} first-time", "package loading"] 291.968 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.645 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.441 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 56.321 ms (5%) 4.98 MiB (1%) 83105
["JETAnalyzer{BasicPass} top-level", "self analysis"] 14.645 s (5%) 1.585 s 2.40 GiB (1%) 37522869
["JETAnalyzer{BasicPass} top-level", "simple"] 19.743 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 155.299 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.784 s (5%) 241.256 ms 370.61 MiB (1%) 5554878
["JETAnalyzer{BasicPass}", "rand(Bool)"] 173.204 ms (5%) 27.643 ms 55.82 MiB (1%) 851581
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 359.498 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 20.252 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 141.299 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.262 s (5%) 353.344 ms 1.32 GiB (1%) 7273729
["JETAnalyzer{SoundPass}", "rand(Bool)"] 149.896 ms (5%) 58.62 MiB (1%) 876863
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.572 s (5%) 52.695 ms 53.76 MiB (1%) 790875
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.341 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 149.099 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 724.215 ms (5%) 83.752 ms 238.84 MiB (1%) 3574576
["OptAnalyzer", "rand(Bool)"] 36.119 ms (5%) 14.52 MiB (1%) 218916
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.540 s (5%) 112.412 ms 183.54 MiB (1%) 2694458
["OptAnalyzer", "sum(\"julia\")"] 22.129 ms (5%) 7.02 MiB (1%) 105125
["show(::IO, ::JETCallResult)", "report_call"] 2.000 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 13.900 μs (5%) 616 bytes (1%) 14

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1882 s 1 s 212 s 5430 s 0 s
 #2 2793 MHz 5517 s 1 s 203 s 1848 s 0 s
 Memory: 6.783607482910156 GB (4456.578125 MB free)
 Uptime: 760.87 sec
 Load Avg: 1.0 1.0 0.67
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 4 Jul 2022 - 12:22
  • Package commit: ab8bb2
  • Julia commit: 05eb15
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["JETAnalyzer{BasicPass} first-time", "package loading"] 287.697 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.660 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.364 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 56.567 ms (5%) 4.98 MiB (1%) 83105
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.651 s (5%) 1.249 s 2.40 GiB (1%) 37522515
["JETAnalyzer{BasicPass} top-level", "simple"] 19.709 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 147.499 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.756 s (5%) 223.018 ms 370.61 MiB (1%) 5554853
["JETAnalyzer{BasicPass}", "rand(Bool)"] 166.548 ms (5%) 26.078 ms 55.75 MiB (1%) 851568
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 356.397 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 19.694 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 141.799 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.298 s (5%) 358.454 ms 1.32 GiB (1%) 7273704
["JETAnalyzer{SoundPass}", "rand(Bool)"] 143.809 ms (5%) 58.55 MiB (1%) 876850
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.533 s (5%) 55.254 ms 53.76 MiB (1%) 790875
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.760 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 150.198 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 710.819 ms (5%) 79.432 ms 238.84 MiB (1%) 3574563
["OptAnalyzer", "rand(Bool)"] 36.035 ms (5%) 14.52 MiB (1%) 218905
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.457 s (5%) 108.853 ms 183.60 MiB (1%) 2694459
["OptAnalyzer", "sum(\"julia\")"] 22.661 ms (5%) 7.02 MiB (1%) 105125
["show(::IO, ::JETCallResult)", "report_call"] 2.031 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 15.100 μs (5%) 616 bytes (1%) 14

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 2730 s 1 s 282 s 10315 s 0 s
 #2 2793 MHz 10519 s 1 s 299 s 2565 s 0 s
 Memory: 6.783607482910156 GB (4368.3359375 MB free)
 Uptime: 1342.46 sec
 Load Avg: 1.0 1.01 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() lbt
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 106
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Stepping: 6
CPU MHz: 2793.438
BogoMIPS: 5586.87
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB
L1i cache: 64 KiB
L2 cache: 2.5 MiB
L3 cache: 48 MiB
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

```julia
julia> function compute(x)
           r = 1
           s = 0.0
           n = 1
           @time while r < x
               s += 1/n
               if s ≥ r
                   println("round $r/$x has been finished") # we're not interested type-instabilities within this call
                   r += 1
               end
               n += 1
           end
           return n, s
       end
compute (generic function with 1 method)

julia> @test_opt ignored_modules=(Base,) compute(42)
Test Passed
```

Also extends the existing `target_modules` so that user can specify how
module context is matched with `InferenceErrorReport`'s stack trace.

This commit also implements additional configuration layers that let
users to implement their own module context matcher and report filtering
strategy in general. We should still try to improve their documentation
though.
@aviatesk aviatesk merged commit 48b905c into master Jul 4, 2022
@aviatesk aviatesk deleted the avi/354 branch July 4, 2022 13:25
@Krastanov
Copy link

Krastanov commented Jul 4, 2022

This is a great addition, thank you! I am trying to use it, but I am hitting a small problem. I have a small library that uses Graphs and Graphs is causing an issue that JET can detect. I want to ignore that issue, but I am failing at it. Here is a MWE:

using JET, Graphs

g = grid([4,4]) # prepare some small graph

@report_call adjacency_matrix(g) # this would report an issue

@report_call ignored_modules=(AnyFrameModule(Graphs),) adjacency_matrix(g)
# I would have expected this to not report any issues, but it does

adjacency_matrix is being called by a function in my module and I was hoping to silence this issue as it is coming from Graphs. Should this pull request be making such a silencing possible?

@aviatesk
Copy link
Owner Author

aviatesk commented Jul 5, 2022

It seems like the type instability comes from Graphs.LinAlg submodule, so

julia> @report_call ignored_modules=(AnyFrameModule(Graphs.LinAlg),) adjacency_matrix(g)
No errors detected

@Krastanov
Copy link

Thank you! I had misunderstood how modules inside of module work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants