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

wip: JETAnalyzer: reasons about concrete evaluation #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aviatesk
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2022

Codecov Report

Merging #338 (fb344cf) into master (f6c9cd7) will decrease coverage by 0.57%.
The diff coverage is 25.00%.

@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
- Coverage   85.60%   85.02%   -0.58%     
==========================================
  Files          11       11              
  Lines        2223     2244      +21     
==========================================
+ Hits         1903     1908       +5     
- Misses        320      336      +16     
Impacted Files Coverage Δ
src/abstractinterpret/abstractanalyzer.jl 78.63% <ø> (ø)
src/abstractinterpret/typeinfer.jl 85.78% <16.66%> (-2.87%) ⬇️
src/analyzers/jetanalyzer.jl 83.25% <50.00%> (-0.51%) ⬇️

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 f6c9cd7...fb344cf. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Apr 15, 2022

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 15 Apr 2022 - 10:31
  • Baseline: 15 Apr 2022 - 10:49
  • Package commits:
  • Target: 65d5af
  • Baseline: daf425
  • Julia commits:
  • Target: c589e0
  • Baseline: c589e0
  • 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:

  • []

Julia versioninfo

Target

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 6264 s 1 s 443 s 7903 s 0 s
 #2 2793 MHz 5782 s 1 s 456 s 8365 s 0 s
 Memory: 6.783611297607422 GB (5398.13671875 MB free)
 Uptime: 1465.95 sec
 Load Avg: 1.02 1.02 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 11772 s 1 s 768 s 12792 s 0 s
 #2 2793 MHz 11100 s 1 s 777 s 13451 s 0 s
 Memory: 6.783611297607422 GB (5329.109375 MB free)
 Uptime: 2539.72 sec
 Load Avg: 1.0 1.02 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 10:31
  • Package commit: 65d5af
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.218 s (5%) 744 bytes (1%) 19
["cached easy"] 3.853 ms (5%) 744 bytes (1%) 19
["easy"] 1.030 s (5%) 744 bytes (1%) 19
["end to end"] 11.727 s (5%) 149.22 KiB (1%) 359
["first time"] 3.595 s (5%) 936 bytes (1%) 20
["invalidation"] 3.949 s (5%) 768 bytes (1%) 19
["package loading"] 273.068 ms (5%) 664 bytes (1%) 19
["self analysis"] 13.760 s (5%) 976 bytes (1%) 19
["top-level first time"] 7.502 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.226 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 6264 s 1 s 443 s 7903 s 0 s
 #2 2793 MHz 5782 s 1 s 456 s 8365 s 0 s
 Memory: 6.783611297607422 GB (5398.13671875 MB free)
 Uptime: 1465.95 sec
 Load Avg: 1.02 1.02 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 10:49
  • Package commit: daf425
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.218 s (5%) 744 bytes (1%) 19
["cached easy"] 3.866 ms (5%) 744 bytes (1%) 19
["easy"] 1.027 s (5%) 744 bytes (1%) 19
["end to end"] 11.655 s (5%) 149.30 KiB (1%) 377
["first time"] 3.595 s (5%) 936 bytes (1%) 20
["invalidation"] 3.955 s (5%) 768 bytes (1%) 19
["package loading"] 271.625 ms (5%) 664 bytes (1%) 19
["self analysis"] 13.607 s (5%) 976 bytes (1%) 19
["top-level first time"] 7.531 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.163 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 11772 s 1 s 768 s 12792 s 0 s
 #2 2793 MHz 11100 s 1 s 777 s 13451 s 0 s
 Memory: 6.783611297607422 GB (5329.109375 MB free)
 Uptime: 2539.72 sec
 Load Avg: 1.0 1.02 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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 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
JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 15 Apr 2022 - 12:31
  • Baseline: 15 Apr 2022 - 12:49
  • Package commits:
  • Target: db5871
  • Baseline: 9fc21d
  • Julia commits:
  • Target: c589e0
  • Baseline: c589e0
  • 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:

  • []

Julia versioninfo

Target

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5660 s 2 s 427 s 7941 s 0 s
 #2 2593 MHz 6413 s 1 s 464 s 7180 s 0 s
 Memory: 6.783611297607422 GB (5405.35546875 MB free)
 Uptime: 1410.78 sec
 Load Avg: 1.02 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 11215 s 2 s 746 s 12796 s 0 s
 #2 2593 MHz 11729 s 1 s 783 s 12276 s 0 s
 Memory: 6.783611297607422 GB (5348.01171875 MB free)
 Uptime: 2485.48 sec
 Load Avg: 1.03 1.05 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 12:31
  • Package commit: db5871
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.264 s (5%) 744 bytes (1%) 19
["cached easy"] 3.950 ms (5%) 744 bytes (1%) 19
["easy"] 1.044 s (5%) 744 bytes (1%) 19
["end to end"] 12.274 s (5%) 11.23 KiB (1%) 287
["first time"] 3.795 s (5%) 936 bytes (1%) 20
["invalidation"] 4.127 s (5%) 768 bytes (1%) 19
["package loading"] 293.869 ms (5%) 664 bytes (1%) 19
["self analysis"] 15.587 s (5%) 976 bytes (1%) 19
["top-level first time"] 7.836 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.433 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5660 s 2 s 427 s 7941 s 0 s
 #2 2593 MHz 6413 s 1 s 464 s 7180 s 0 s
 Memory: 6.783611297607422 GB (5405.35546875 MB free)
 Uptime: 1410.78 sec
 Load Avg: 1.02 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 12:49
  • Package commit: 9fc21d
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.265 s (5%) 744 bytes (1%) 19
["cached easy"] 3.893 ms (5%) 744 bytes (1%) 19
["easy"] 1.049 s (5%) 744 bytes (1%) 19
["end to end"] 12.370 s (5%) 11.27 KiB (1%) 288
["first time"] 3.801 s (5%) 936 bytes (1%) 20
["invalidation"] 4.160 s (5%) 768 bytes (1%) 19
["package loading"] 297.026 ms (5%) 664 bytes (1%) 19
["self analysis"] 15.309 s (5%) 976 bytes (1%) 19
["top-level first time"] 7.877 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.464 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 11215 s 2 s 746 s 12796 s 0 s
 #2 2593 MHz 11729 s 1 s 783 s 12276 s 0 s
 Memory: 6.783611297607422 GB (5348.01171875 MB free)
 Uptime: 2485.48 sec
 Load Avg: 1.03 1.05 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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.904
BogoMIPS: 5187.80
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 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 mpx 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: 15 Apr 2022 - 12:35
  • Baseline: 15 Apr 2022 - 12:53
  • Package commits:
  • Target: aa7def
  • Baseline: 9fc21d
  • Julia commits:
  • Target: c589e0
  • Baseline: c589e0
  • 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
["cached easy"] 1.75 (5%) ❌ 1.00 (1%)
["easy"] 1.10 (5%) ❌ 1.00 (1%)
["end to end"] 1.06 (5%) ❌ 1.00 (1%)
["top-level first time"] 1.09 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5897 s 2 s 429 s 6396 s 0 s
 #2 2593 MHz 5972 s 0 s 455 s 6310 s 0 s
 Memory: 6.783611297607422 GB (5378.234375 MB free)
 Uptime: 1279.94 sec
 Load Avg: 1.03 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 11416 s 2 s 752 s 11275 s 0 s
 #2 2593 MHz 11286 s 0 s 765 s 11409 s 0 s
 Memory: 6.783611297607422 GB (5352.23046875 MB free)
 Uptime: 2354.04 sec
 Load Avg: 1.03 1.05 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 12:35
  • Package commit: aa7def
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.327 s (5%) 744 bytes (1%) 19
["cached easy"] 6.849 ms (5%) 744 bytes (1%) 19
["easy"] 1.153 s (5%) 744 bytes (1%) 19
["end to end"] 13.297 s (5%) 147.50 KiB (1%) 301
["first time"] 3.995 s (5%) 936 bytes (1%) 20
["invalidation"] 4.413 s (5%) 768 bytes (1%) 19
["package loading"] 315.135 ms (5%) 664 bytes (1%) 19
["self analysis"] 16.414 s (5%) 976 bytes (1%) 19
["top-level first time"] 8.509 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.567 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5897 s 2 s 429 s 6396 s 0 s
 #2 2593 MHz 5972 s 0 s 455 s 6310 s 0 s
 Memory: 6.783611297607422 GB (5378.234375 MB free)
 Uptime: 1279.94 sec
 Load Avg: 1.03 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 12:53
  • Package commit: 9fc21d
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.282 s (5%) 744 bytes (1%) 19
["cached easy"] 3.905 ms (5%) 744 bytes (1%) 19
["easy"] 1.044 s (5%) 744 bytes (1%) 19
["end to end"] 12.561 s (5%) 147.44 KiB (1%) 294
["first time"] 3.883 s (5%) 936 bytes (1%) 20
["invalidation"] 4.282 s (5%) 768 bytes (1%) 19
["package loading"] 310.485 ms (5%) 664 bytes (1%) 19
["self analysis"] 15.669 s (5%) 976 bytes (1%) 19
["top-level first time"] 7.779 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.714 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 11416 s 2 s 752 s 11275 s 0 s
 #2 2593 MHz 11286 s 0 s 765 s 11409 s 0 s
 Memory: 6.783611297607422 GB (5352.23046875 MB free)
 Uptime: 2354.04 sec
 Load Avg: 1.03 1.05 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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.905
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 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 mpx 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: 15 Apr 2022 - 12:54
  • Baseline: 15 Apr 2022 - 13:12
  • Package commits:
  • Target: 69d624
  • Baseline: 9fc21d
  • Julia commits:
  • Target: c589e0
  • Baseline: c589e0
  • 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
["cached easy"] 1.61 (5%) ❌ 1.00 (1%)
["end to end"] 1.02 (5%) 0.08 (1%) ✅
["self analysis"] 1.07 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5524 s 1 s 426 s 8614 s 0 s
 #2 2593 MHz 6376 s 1 s 472 s 7746 s 0 s
 Memory: 6.783611297607422 GB (5387.359375 MB free)
 Uptime: 1466.41 sec
 Load Avg: 1.01 1.03 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 10869 s 1 s 745 s 13664 s 0 s
 #2 2593 MHz 11881 s 1 s 793 s 12634 s 0 s
 Memory: 6.783611297607422 GB (5333.18359375 MB free)
 Uptime: 2539.45 sec
 Load Avg: 1.05 1.08 1.01
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 12:54
  • Package commit: 69d624
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.236 s (5%) 744 bytes (1%) 19
["cached easy"] 6.157 ms (5%) 744 bytes (1%) 19
["easy"] 1.046 s (5%) 744 bytes (1%) 19
["end to end"] 12.100 s (5%) 11.72 KiB (1%) 284
["first time"] 3.755 s (5%) 936 bytes (1%) 20
["invalidation"] 4.143 s (5%) 768 bytes (1%) 19
["package loading"] 286.330 ms (5%) 664 bytes (1%) 19
["self analysis"] 15.693 s (5%) 976 bytes (1%) 19
["top-level first time"] 7.633 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.389 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5524 s 1 s 426 s 8614 s 0 s
 #2 2593 MHz 6376 s 1 s 472 s 7746 s 0 s
 Memory: 6.783611297607422 GB (5387.359375 MB free)
 Uptime: 1466.41 sec
 Load Avg: 1.01 1.03 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 15 Apr 2022 - 13:12
  • Package commit: 9fc21d
  • Julia commit: c589e0
  • 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
["a bit complex"] 1.209 s (5%) 744 bytes (1%) 19
["cached easy"] 3.830 ms (5%) 744 bytes (1%) 19
["easy"] 1.012 s (5%) 744 bytes (1%) 19
["end to end"] 11.839 s (5%) 147.30 KiB (1%) 291
["first time"] 3.677 s (5%) 936 bytes (1%) 20
["invalidation"] 4.012 s (5%) 768 bytes (1%) 19
["package loading"] 285.214 ms (5%) 664 bytes (1%) 19
["self analysis"] 14.671 s (5%) 976 bytes (1%) 19
["top-level first time"] 7.605 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.331 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.394
Commit c589e0d595 (2022-04-14 22:47 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 10869 s 1 s 745 s 13664 s 0 s
 #2 2593 MHz 11881 s 1 s 793 s 12634 s 0 s
 Memory: 6.783611297607422 GB (5333.18359375 MB free)
 Uptime: 2539.45 sec
 Load Avg: 1.05 1.08 1.01
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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 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 mpx 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: 18 Apr 2022 - 08:45
  • Baseline: 18 Apr 2022 - 09:03
  • Package commits:
  • Target: dd0d66
  • Baseline: 071d31
  • Julia commits:
  • Target: 1600cb
  • Baseline: 1600cb
  • 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
["cached easy"] 1.67 (5%) ❌ 1.00 (1%)
["self analysis"] 1.09 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.9.0-DEV.405
Commit 1600cb97d2 (2022-04-18 02:59 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 6125 s 2 s 508 s 8057 s 0 s
 #2 2095 MHz 6305 s 1 s 468 s 7956 s 0 s
 Memory: 6.783611297607422 GB (5385.8671875 MB free)
 Uptime: 1479.8 sec
 Load Avg: 1.1 1.07 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.405
Commit 1600cb97d2 (2022-04-18 02:59 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 11538 s 2 s 840 s 13092 s 0 s
 #2 2095 MHz 11835 s 1 s 797 s 12880 s 0 s
 Memory: 6.783611297607422 GB (5330.82421875 MB free)
 Uptime: 2560.27 sec
 Load Avg: 1.01 1.04 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 18 Apr 2022 - 8:45
  • Package commit: dd0d66
  • Julia commit: 1600cb
  • 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
["a bit complex"] 1.483 s (5%) 744 bytes (1%) 19
["cached easy"] 7.091 ms (5%) 744 bytes (1%) 19
["easy"] 1.230 s (5%) 744 bytes (1%) 19
["end to end"] 14.003 s (5%) 146.78 KiB (1%) 265
["first time"] 4.174 s (5%) 936 bytes (1%) 20
["invalidation"] 4.681 s (5%) 768 bytes (1%) 19
["package loading"] 324.959 ms (5%) 664 bytes (1%) 19
["self analysis"] 17.886 s (5%) 976 bytes (1%) 19
["top-level first time"] 8.801 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.907 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.405
Commit 1600cb97d2 (2022-04-18 02:59 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 6125 s 2 s 508 s 8057 s 0 s
 #2 2095 MHz 6305 s 1 s 468 s 7956 s 0 s
 Memory: 6.783611297607422 GB (5385.8671875 MB free)
 Uptime: 1479.8 sec
 Load Avg: 1.1 1.07 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 18 Apr 2022 - 9:3
  • Package commit: 071d31
  • Julia commit: 1600cb
  • 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
["a bit complex"] 1.459 s (5%) 744 bytes (1%) 19
["cached easy"] 4.256 ms (5%) 744 bytes (1%) 19
["easy"] 1.205 s (5%) 744 bytes (1%) 19
["end to end"] 13.576 s (5%) 146.55 KiB (1%) 259
["first time"] 4.108 s (5%) 936 bytes (1%) 20
["invalidation"] 4.607 s (5%) 768 bytes (1%) 19
["package loading"] 323.301 ms (5%) 664 bytes (1%) 19
["self analysis"] 16.408 s (5%) 976 bytes (1%) 19
["top-level first time"] 8.588 s (5%) 1.67 KiB (1%) 20
["top-level"] 3.872 s (5%) 1.08 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.9.0-DEV.405
Commit 1600cb97d2 (2022-04-18 02:59 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 11538 s 2 s 840 s 13092 s 0 s
 #2 2095 MHz 11835 s 1 s 797 s 12880 s 0 s
 Memory: 6.783611297607422 GB (5330.82421875 MB free)
 Uptime: 2560.27 sec
 Load Avg: 1.01 1.04 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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 8171M CPU @ 2.60GHz
Stepping: 4
CPU MHz: 2095.223
BogoMIPS: 4190.44
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 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 mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, 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: 19 Apr 2022 - 04:16
  • Baseline: 19 Apr 2022 - 04:25
  • Package commits:
  • Target: d7eb84
  • Baseline: 06a0ab
  • Julia commits:
  • Target: 4c7234
  • Baseline: 4c7234
  • 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", "demo"] 1.29 (5%) ❌ 0.97 (1%) ✅
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.05 (5%) 1.07 (1%) ❌
["JETAnalyzer{BasicPass} top-level", "simple"] 1.24 (5%) ❌ 0.82 (1%) ✅
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.10 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.05 (5%) ❌ 0.99 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.94 (5%) ✅ 0.76 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.62 (5%) ❌ 1.19 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 1.22 (5%) ❌ 0.82 (1%) ✅
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.06 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.94 (5%) ✅ 0.87 (1%) ✅
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.93 (5%) ✅ 0.76 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4002.67 (5%) ❌ 499.52 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.22 (5%) ❌ 0.82 (1%) ✅
["OptAnalyzer", "println(QuoteNode(nothing))"] 0.96 (5%) 0.88 (1%) ✅
["OptAnalyzer", "rand(Bool)"] 0.96 (5%) 0.79 (1%) ✅
["OptAnalyzer", "sum(\"julia\") (cached)"] 869.39 (5%) ❌ 1372.08 (1%) ❌
["OptAnalyzer", "sum(\"julia\")"] 1.29 (5%) ❌ 0.85 (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"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 4869 s 1 s 188 s 3596 s 0 s
 #2 2593 MHz 1481 s 1 s 216 s 6962 s 0 s
 Memory: 6.783611297607422 GB (4634.36328125 MB free)
 Uptime: 870.71 sec
 Load Avg: 1.0 0.95 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 6425 s 1 s 296 s 7539 s 0 s
 #2 2593 MHz 5572 s 1 s 291 s 8412 s 0 s
 Memory: 6.783611297607422 GB (4541.58203125 MB free)
 Uptime: 1432.78 sec
 Load Avg: 1.01 1.01 0.81
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 19 Apr 2022 - 4:16
  • Package commit: d7eb84
  • Julia commit: 4c7234
  • 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"] 279.130 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 4.547 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 4.647 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 93.724 ms (5%) 11.82 MiB (1%) 189804
["JETAnalyzer{BasicPass} top-level", "self analysis"] 16.596 s (5%) 2.218 s 2.70 GiB (1%) 39685125
["JETAnalyzer{BasicPass} top-level", "simple"] 25.054 ms (5%) 7.08 MiB (1%) 107962
["JETAnalyzer{BasicPass}", "identity(nothing)"] 186.706 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.849 s (5%) 286.038 ms 380.79 MiB (1%) 5235291
["JETAnalyzer{BasicPass}", "rand(Bool)"] 177.099 ms (5%) 28.424 ms 43.88 MiB (1%) 665260
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 7.778 ms (5%) 173.74 KiB (1%) 2565
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 21.681 ms (5%) 6.91 MiB (1%) 105381
["JETAnalyzer{SoundPass}", "identity(nothing)"] 182.401 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.509 s (5%) 375.237 ms 541.45 MiB (1%) 5832117
["JETAnalyzer{SoundPass}", "rand(Bool)"] 197.216 ms (5%) 31.652 ms 45.63 MiB (1%) 683454
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.489 s (5%) 29.169 ms 37.54 MiB (1%) 567785
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 21.268 ms (5%) 6.99 MiB (1%) 106709
["OptAnalyzer", "identity(nothing)"] 186.502 μs (5%) 28.35 KiB (1%) 410
["OptAnalyzer", "println(QuoteNode(nothing))"] 774.375 ms (5%) 101.162 ms 244.53 MiB (1%) 3720551
["OptAnalyzer", "rand(Bool)"] 39.158 ms (5%) 14.81 MiB (1%) 226331
["OptAnalyzer", "sum(\"julia\") (cached)"] 3.560 s (5%) 110.945 ms 192.37 MiB (1%) 2861658
["OptAnalyzer", "sum(\"julia\")"] 20.480 ms (5%) 6.75 MiB (1%) 102748

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"]

Julia versioninfo

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 4869 s 1 s 188 s 3596 s 0 s
 #2 2593 MHz 1481 s 1 s 216 s 6962 s 0 s
 Memory: 6.783611297607422 GB (4634.36328125 MB free)
 Uptime: 870.71 sec
 Load Avg: 1.0 0.95 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 19 Apr 2022 - 4:25
  • Package commit: 06a0ab
  • Julia commit: 4c7234
  • 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"] 282.686 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 4.589 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 4.713 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 72.926 ms (5%) 12.24 MiB (1%) 196094
["JETAnalyzer{BasicPass} top-level", "self analysis"] 15.881 s (5%) 2.162 s 2.54 GiB (1%) 38979190
["JETAnalyzer{BasicPass} top-level", "simple"] 20.199 ms (5%) 8.59 MiB (1%) 129960
["JETAnalyzer{BasicPass}", "identity(nothing)"] 170.401 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.757 s (5%) 299.036 ms 384.33 MiB (1%) 5583289
["JETAnalyzer{BasicPass}", "rand(Bool)"] 188.784 ms (5%) 25.846 ms 57.72 MiB (1%) 874603
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 4.793 ms (5%) 145.43 KiB (1%) 2163
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 17.770 ms (5%) 8.42 MiB (1%) 127384
["JETAnalyzer{SoundPass}", "identity(nothing)"] 171.301 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.671 s (5%) 485.966 ms 620.01 MiB (1%) 6476083
["JETAnalyzer{SoundPass}", "rand(Bool)"] 211.134 ms (5%) 30.983 ms 60.16 MiB (1%) 898688
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 371.902 μs (5%) 76.95 KiB (1%) 1110
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 17.398 ms (5%) 8.50 MiB (1%) 128724
["OptAnalyzer", "identity(nothing)"] 180.701 μs (5%) 28.35 KiB (1%) 410
["OptAnalyzer", "println(QuoteNode(nothing))"] 806.551 ms (5%) 127.645 ms 278.89 MiB (1%) 4232315
["OptAnalyzer", "rand(Bool)"] 40.653 ms (5%) 18.84 MiB (1%) 285530
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.095 ms (5%) 143.57 KiB (1%) 2018
["OptAnalyzer", "sum(\"julia\")"] 15.858 ms (5%) 7.98 MiB (1%) 120547

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"]

Julia versioninfo

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 6425 s 1 s 296 s 7539 s 0 s
 #2 2593 MHz 5572 s 1 s 291 s 8412 s 0 s
 Memory: 6.783611297607422 GB (4541.58203125 MB free)
 Uptime: 1432.78 sec
 Load Avg: 1.01 1.01 0.81
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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.904
BogoMIPS: 5187.80
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 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 mpx 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: 19 Apr 2022 - 04:37
  • Baseline: 19 Apr 2022 - 04:46
  • Package commits:
  • Target: e5c0a5
  • Baseline: 06a0ab
  • Julia commits:
  • Target: 4c7234
  • Baseline: 4c7234
  • 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} first-time", "rand(Bool) (first time)"] 1.12 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "demo"] 1.20 (5%) ❌ 0.97 (1%) ✅
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.03 (5%) 1.07 (1%) ❌
["JETAnalyzer{BasicPass} top-level", "simple"] 1.21 (5%) ❌ 0.82 (1%) ✅
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.93 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 0.90 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.80 (5%) ✅ 0.76 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.48 (5%) ❌ 1.19 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 1.07 (5%) ❌ 0.82 (1%) ✅
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.17 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.85 (5%) ✅ 0.87 (1%) ✅
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.91 (5%) ✅ 0.76 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 0.82 (5%) ✅ 0.60 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.19 (5%) ❌ 0.82 (1%) ✅
["OptAnalyzer", "println(QuoteNode(nothing))"] 0.93 (5%) ✅ 0.88 (1%) ✅
["OptAnalyzer", "rand(Bool)"] 0.87 (5%) ✅ 0.79 (1%) ✅
["OptAnalyzer", "sum(\"julia\") (cached)"] 0.95 (5%) ✅ 0.82 (1%) ✅
["OptAnalyzer", "sum(\"julia\")"] 1.15 (5%) ❌ 0.85 (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"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 1729 s 2 s 217 s 6559 s 0 s
 #2 2593 MHz 4846 s 1 s 209 s 3475 s 0 s
 Memory: 6.783611297607422 GB (4502.953125 MB free)
 Uptime: 857.78 sec
 Load Avg: 1.06 1.01 0.64
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5850 s 2 s 283 s 7944 s 0 s
 #2 2593 MHz 6328 s 1 s 333 s 7432 s 0 s
 Memory: 6.783611297607422 GB (4470.8671875 MB free)
 Uptime: 1415.42 sec
 Load Avg: 1.01 1.01 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 19 Apr 2022 - 4:37
  • Package commit: e5c0a5
  • Julia commit: 4c7234
  • 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"] 276.305 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 4.947 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 4.308 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 87.308 ms (5%) 11.82 MiB (1%) 189805
["JETAnalyzer{BasicPass} top-level", "self analysis"] 15.687 s (5%) 2.339 s 2.70 GiB (1%) 39684233
["JETAnalyzer{BasicPass} top-level", "simple"] 24.300 ms (5%) 7.08 MiB (1%) 107962
["JETAnalyzer{BasicPass}", "identity(nothing)"] 153.602 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.531 s (5%) 187.401 ms 380.78 MiB (1%) 5235241
["JETAnalyzer{BasicPass}", "rand(Bool)"] 147.172 ms (5%) 18.787 ms 43.81 MiB (1%) 665254
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 7.115 ms (5%) 173.74 KiB (1%) 2565
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 18.350 ms (5%) 6.91 MiB (1%) 105381
["JETAnalyzer{SoundPass}", "identity(nothing)"] 175.702 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.245 s (5%) 343.940 ms 541.45 MiB (1%) 5832067
["JETAnalyzer{SoundPass}", "rand(Bool)"] 185.674 ms (5%) 31.301 ms 45.57 MiB (1%) 683448
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 306.804 μs (5%) 46.52 KiB (1%) 654
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 20.676 ms (5%) 6.99 MiB (1%) 106709
["OptAnalyzer", "identity(nothing)"] 167.103 μs (5%) 28.35 KiB (1%) 410
["OptAnalyzer", "println(QuoteNode(nothing))"] 705.266 ms (5%) 93.342 ms 244.53 MiB (1%) 3720540
["OptAnalyzer", "rand(Bool)"] 35.205 ms (5%) 14.81 MiB (1%) 226327
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.097 ms (5%) 118.26 KiB (1%) 1752
["OptAnalyzer", "sum(\"julia\")"] 18.306 ms (5%) 6.75 MiB (1%) 102748

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"]

Julia versioninfo

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 1729 s 2 s 217 s 6559 s 0 s
 #2 2593 MHz 4846 s 1 s 209 s 3475 s 0 s
 Memory: 6.783611297607422 GB (4502.953125 MB free)
 Uptime: 857.78 sec
 Load Avg: 1.06 1.01 0.64
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 19 Apr 2022 - 4:46
  • Package commit: 06a0ab
  • Julia commit: 4c7234
  • 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"] 275.003 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 4.428 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 4.202 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 72.500 ms (5%) 12.23 MiB (1%) 196094
["JETAnalyzer{BasicPass} top-level", "self analysis"] 15.205 s (5%) 2.178 s 2.54 GiB (1%) 38978683
["JETAnalyzer{BasicPass} top-level", "simple"] 20.001 ms (5%) 8.59 MiB (1%) 129960
["JETAnalyzer{BasicPass}", "identity(nothing)"] 164.402 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.702 s (5%) 289.050 ms 384.33 MiB (1%) 5583232
["JETAnalyzer{BasicPass}", "rand(Bool)"] 184.286 ms (5%) 25.834 ms 57.72 MiB (1%) 874599
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 4.811 ms (5%) 145.43 KiB (1%) 2163
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 17.096 ms (5%) 8.42 MiB (1%) 127384
["JETAnalyzer{SoundPass}", "identity(nothing)"] 150.801 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.628 s (5%) 484.170 ms 620.00 MiB (1%) 6476026
["JETAnalyzer{SoundPass}", "rand(Bool)"] 205.160 ms (5%) 30.028 ms 60.16 MiB (1%) 898684
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 376.005 μs (5%) 76.95 KiB (1%) 1110
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 17.399 ms (5%) 8.50 MiB (1%) 128724
["OptAnalyzer", "identity(nothing)"] 169.402 μs (5%) 28.35 KiB (1%) 410
["OptAnalyzer", "println(QuoteNode(nothing))"] 761.381 ms (5%) 118.099 ms 278.89 MiB (1%) 4232303
["OptAnalyzer", "rand(Bool)"] 40.511 ms (5%) 18.84 MiB (1%) 285526
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.322 ms (5%) 143.57 KiB (1%) 2018
["OptAnalyzer", "sum(\"julia\")"] 15.886 ms (5%) 7.98 MiB (1%) 120547

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"]

Julia versioninfo

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 5850 s 2 s 283 s 7944 s 0 s
 #2 2593 MHz 6328 s 1 s 333 s 7432 s 0 s
 Memory: 6.783611297607422 GB (4470.8671875 MB free)
 Uptime: 1415.42 sec
 Load Avg: 1.01 1.01 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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.906
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 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 mpx 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: 19 Apr 2022 - 04:50
  • Baseline: 19 Apr 2022 - 04:59
  • Package commits:
  • Target: da6be7
  • Baseline: f6c9cd
  • Julia commits:
  • Target: 4c7234
  • Baseline: 4c7234
  • 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", "demo"] 1.20 (5%) ❌ 0.97 (1%) ✅
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.03 (5%) 1.07 (1%) ❌
["JETAnalyzer{BasicPass} top-level", "simple"] 1.21 (5%) ❌ 0.82 (1%) ✅
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 0.92 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.80 (5%) ✅ 0.76 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.59 (5%) ❌ 1.19 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 1.13 (5%) ❌ 0.82 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.89 (5%) ✅ 0.87 (1%) ✅
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.89 (5%) ✅ 0.76 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 0.79 (5%) ✅ 0.60 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.19 (5%) ❌ 0.82 (1%) ✅
["OptAnalyzer", "println(QuoteNode(nothing))"] 0.94 (5%) ✅ 0.88 (1%) ✅
["OptAnalyzer", "rand(Bool)"] 0.86 (5%) ✅ 0.79 (1%) ✅
["OptAnalyzer", "sum(\"julia\")"] 1.19 (5%) ❌ 0.85 (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"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 1734 s 1 s 207 s 6830 s 0 s
 #2 2593 MHz 4760 s 1 s 212 s 3831 s 0 s
 Memory: 6.783607482910156 GB (4598.84765625 MB free)
 Uptime: 884.55 sec
 Load Avg: 1.01 0.95 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 2445 s 1 s 305 s 11549 s 0 s
 #2 2593 MHz 9623 s 1 s 297 s 4424 s 0 s
 Memory: 6.783607482910156 GB (4458.91796875 MB free)
 Uptime: 1438.88 sec
 Load Avg: 1.0 1.01 0.81
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 19 Apr 2022 - 4:50
  • Package commit: da6be7
  • Julia commit: 4c7234
  • 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"] 303.023 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 4.980 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 4.786 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 92.637 ms (5%) 11.82 MiB (1%) 189804
["JETAnalyzer{BasicPass} top-level", "self analysis"] 16.251 s (5%) 2.026 s 2.70 GiB (1%) 39684097
["JETAnalyzer{BasicPass} top-level", "simple"] 24.951 ms (5%) 7.08 MiB (1%) 107961
["JETAnalyzer{BasicPass}", "identity(nothing)"] 154.801 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.642 s (5%) 174.572 ms 380.78 MiB (1%) 5235194
["JETAnalyzer{BasicPass}", "rand(Bool)"] 153.380 ms (5%) 15.971 ms 43.81 MiB (1%) 665254
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 7.321 ms (5%) 173.74 KiB (1%) 2565
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 20.340 ms (5%) 6.93 MiB (1%) 105382
["JETAnalyzer{SoundPass}", "identity(nothing)"] 154.101 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.416 s (5%) 312.510 ms 541.45 MiB (1%) 5832020
["JETAnalyzer{SoundPass}", "rand(Bool)"] 189.423 ms (5%) 27.544 ms 45.57 MiB (1%) 683448
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 290.203 μs (5%) 46.52 KiB (1%) 654
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 21.447 ms (5%) 6.99 MiB (1%) 106709
["OptAnalyzer", "identity(nothing)"] 160.202 μs (5%) 28.35 KiB (1%) 410
["OptAnalyzer", "println(QuoteNode(nothing))"] 763.163 ms (5%) 89.420 ms 244.53 MiB (1%) 3720532
["OptAnalyzer", "rand(Bool)"] 36.864 ms (5%) 14.81 MiB (1%) 226327
["OptAnalyzer", "sum(\"julia\") (cached)"] 3.588 s (5%) 99.240 ms 192.37 MiB (1%) 2861615
["OptAnalyzer", "sum(\"julia\")"] 20.055 ms (5%) 6.75 MiB (1%) 102748

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"]

Julia versioninfo

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 1734 s 1 s 207 s 6830 s 0 s
 #2 2593 MHz 4760 s 1 s 212 s 3831 s 0 s
 Memory: 6.783607482910156 GB (4598.84765625 MB free)
 Uptime: 884.55 sec
 Load Avg: 1.01 0.95 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (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: 19 Apr 2022 - 4:59
  • Package commit: f6c9cd
  • Julia commit: 4c7234
  • 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"] 299.169 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 4.953 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 4.692 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 77.219 ms (5%) 12.23 MiB (1%) 196094
["JETAnalyzer{BasicPass} top-level", "self analysis"] 15.741 s (5%) 1.848 s 2.54 GiB (1%) 38978774
["JETAnalyzer{BasicPass} top-level", "simple"] 20.685 ms (5%) 8.59 MiB (1%) 129960
["JETAnalyzer{BasicPass}", "identity(nothing)"] 155.601 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.793 s (5%) 257.380 ms 384.32 MiB (1%) 5583228
["JETAnalyzer{BasicPass}", "rand(Bool)"] 191.584 ms (5%) 21.976 ms 57.66 MiB (1%) 874597
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 4.603 ms (5%) 145.43 KiB (1%) 2163
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 17.939 ms (5%) 8.42 MiB (1%) 127384
["JETAnalyzer{SoundPass}", "identity(nothing)"] 154.001 μs (5%) 27.77 KiB (1%) 399
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.701 s (5%) 419.209 ms 620.00 MiB (1%) 6476022
["JETAnalyzer{SoundPass}", "rand(Bool)"] 212.357 ms (5%) 25.654 ms 60.10 MiB (1%) 898682
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 365.304 μs (5%) 76.95 KiB (1%) 1110
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 18.094 ms (5%) 8.50 MiB (1%) 128724
["OptAnalyzer", "identity(nothing)"] 159.601 μs (5%) 28.35 KiB (1%) 410
["OptAnalyzer", "println(QuoteNode(nothing))"] 808.014 ms (5%) 110.808 ms 278.89 MiB (1%) 4232302
["OptAnalyzer", "rand(Bool)"] 42.817 ms (5%) 18.84 MiB (1%) 285526
["OptAnalyzer", "sum(\"julia\") (cached)"] 3.462 s (5%) 95.225 ms 192.55 MiB (1%) 2863852
["OptAnalyzer", "sum(\"julia\")"] 16.839 ms (5%) 7.98 MiB (1%) 120547

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"]

Julia versioninfo

Julia Version 1.9.0-DEV.408
Commit 4c723434a42 (2022-04-19 01:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1021-azure #24~20.04.1-Ubuntu SMP Tue Mar 29 15:34:22 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 2445 s 1 s 305 s 11549 s 0 s
 #2 2593 MHz 9623 s 1 s 297 s 4424 s 0 s
 Memory: 6.783607482910156 GB (4458.91796875 MB free)
 Uptime: 1438.88 sec
 Load Avg: 1.0 1.01 0.81
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
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.906
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 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 mpx 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

@aviatesk aviatesk force-pushed the avi/concreteeval branch 6 times, most recently from 8284e47 to 58340c0 Compare April 19, 2022 04:26
@aviatesk aviatesk changed the title fix #334, reasons about concrete evaluation 1.8: reasons about concrete evaluation Jun 27, 2022
@aviatesk aviatesk changed the title 1.8: reasons about concrete evaluation wip: JETAnalyzer: reasons about concrete evaluation Jul 2, 2022
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.

2 participants