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

1.8: update top-level analysis #365

Merged
merged 1 commit into from
Jun 29, 2022
Merged

1.8: update top-level analysis #365

merged 1 commit into from
Jun 29, 2022

Conversation

aviatesk
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jun 29, 2022

Codecov Report

Merging #365 (9c0244d) into master (dd48881) will increase coverage by 2.49%.
The diff coverage is 94.82%.

@@            Coverage Diff             @@
##           master     #365      +/-   ##
==========================================
+ Coverage   87.22%   89.72%   +2.49%     
==========================================
  Files          11       11              
  Lines        2427     2540     +113     
==========================================
+ Hits         2117     2279     +162     
+ Misses        310      261      -49     
Impacted Files Coverage Δ
src/JET.jl 72.57% <ø> (+0.75%) ⬆️
src/abstractinterpret/typeinfer.jl 93.43% <94.33%> (+8.05%) ⬆️
src/analyzers/jetanalyzer.jl 95.52% <100.00%> (+3.67%) ⬆️
src/strings/lazy.jl 52.38% <0.00%> (-2.62%) ⬇️
src/toplevel/graph.jl 100.00% <0.00%> (ø)
src/toplevel/virtualprocess.jl 96.58% <0.00%> (+0.15%) ⬆️
src/abstractinterpret/inferenceerrorreport.jl 92.64% <0.00%> (+0.16%) ⬆️
src/analyzers/optanalyzer.jl 90.90% <0.00%> (+0.38%) ⬆️
src/ui/print.jl 92.46% <0.00%> (+1.62%) ⬆️
... and 3 more

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 dd48881...9c0244d. Read the comment docs.

@aviatesk aviatesk force-pushed the avi/1.8-toplevel branch 2 times, most recently from 9c0244d to 04e3f07 Compare June 29, 2022 04:32
Repository owner deleted a comment from github-actions bot Jun 29, 2022
@github-actions
Copy link

github-actions bot commented Jun 29, 2022

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 29 Jun 2022 - 04:44
  • Baseline: 29 Jun 2022 - 04:54
  • Package commits:
  • Target: 3d891f
  • Baseline: 3fd314
  • Julia commits:
  • Target: 84bf42
  • Baseline: 84bf42
  • 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", "package loading"] 0.92 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.10 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.92 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 0.91 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.08 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.24 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.17 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "rand(Bool)"] 1.10 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.08 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "sum(\"julia\")"] 1.11 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 1.08 (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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 2178 s 1 s 264 s 6443 s 0 s
 #2 2095 MHz 5642 s 1 s 246 s 3037 s 0 s
 Memory: 6.783607482910156 GB (4518.46484375 MB free)
 Uptime: 897.23 sec
 Load Avg: 1.0 0.98 0.64
 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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 7454 s 1 s 360 s 6934 s 0 s
 #2 2095 MHz 6268 s 1 s 349 s 8153 s 0 s
 Memory: 6.783607482910156 GB (4447.91015625 MB free)
 Uptime: 1483.84 sec
 Load Avg: 1.01 1.01 0.84
 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: 29 Jun 2022 - 4:44
  • Package commit: 3d891f
  • Julia commit: 84bf42
  • 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"] 284.482 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.665 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.421 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 53.477 ms (5%) 4.99 MiB (1%) 83376
["JETAnalyzer{BasicPass} top-level", "self analysis"] 15.846 s (5%) 1.710 s 2.39 GiB (1%) 37469620
["JETAnalyzer{BasicPass} top-level", "simple"] 19.246 ms (5%) 8.73 MiB (1%) 130982
["JETAnalyzer{BasicPass}", "identity(nothing)"] 180.815 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.976 s (5%) 265.705 ms 370.73 MiB (1%) 5556408
["JETAnalyzer{BasicPass}", "rand(Bool)"] 179.710 ms (5%) 27.002 ms 55.81 MiB (1%) 851439
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 399.934 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 22.468 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 117.210 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.210 s (5%) 305.826 ms 1.08 GiB (1%) 6881002
["JETAnalyzer{SoundPass}", "rand(Bool)"] 148.250 ms (5%) 58.55 MiB (1%) 875928
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.859 s (5%) 52.09 MiB (1%) 767494
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 18.915 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 175.615 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 879.382 ms (5%) 111.116 ms 272.07 MiB (1%) 4061756
["OptAnalyzer", "rand(Bool)"] 50.713 ms (5%) 18.83 MiB (1%) 281669
["OptAnalyzer", "sum(\"julia\") (cached)"] 5.108 s (5%) 130.950 ms 183.16 MiB (1%) 2687937
["OptAnalyzer", "sum(\"julia\")"] 22.688 ms (5%) 8.29 MiB (1%) 123233
["show(::IO, ::JETCallResult)", "report_call"] 2.029 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 18.302 μ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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 2178 s 1 s 264 s 6443 s 0 s
 #2 2095 MHz 5642 s 1 s 246 s 3037 s 0 s
 Memory: 6.783607482910156 GB (4518.46484375 MB free)
 Uptime: 897.23 sec
 Load Avg: 1.0 0.98 0.64
 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: 29 Jun 2022 - 4:54
  • Package commit: 3fd314
  • Julia commit: 84bf42
  • 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"] 309.310 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.570 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.492 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 51.507 ms (5%) 4.99 MiB (1%) 83370
["JETAnalyzer{BasicPass} top-level", "self analysis"] 16.061 s (5%) 1.670 s 2.40 GiB (1%) 37478796
["JETAnalyzer{BasicPass} top-level", "simple"] 19.133 ms (5%) 8.73 MiB (1%) 130976
["JETAnalyzer{BasicPass}", "identity(nothing)"] 164.414 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.993 s (5%) 266.991 ms 370.72 MiB (1%) 5556161
["JETAnalyzer{BasicPass}", "rand(Bool)"] 195.093 ms (5%) 29.786 ms 55.81 MiB (1%) 851439
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 392.633 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 23.061 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 128.610 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.962 s (5%) 287.128 ms 1.08 GiB (1%) 6880755
["JETAnalyzer{SoundPass}", "rand(Bool)"] 153.745 ms (5%) 58.55 MiB (1%) 875928
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.306 s (5%) 27.229 ms 52.08 MiB (1%) 767463
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.207 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 172.515 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 870.127 ms (5%) 115.623 ms 272.07 MiB (1%) 4061719
["OptAnalyzer", "rand(Bool)"] 46.281 ms (5%) 18.83 MiB (1%) 281669
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.725 s (5%) 135.426 ms 183.08 MiB (1%) 2686744
["OptAnalyzer", "sum(\"julia\")"] 20.443 ms (5%) 8.29 MiB (1%) 123233
["show(::IO, ::JETCallResult)", "report_call"] 2.108 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 16.901 μ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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 7454 s 1 s 360 s 6934 s 0 s
 #2 2095 MHz 6268 s 1 s 349 s 8153 s 0 s
 Memory: 6.783607482910156 GB (4447.91015625 MB free)
 Uptime: 1483.84 sec
 Load Avg: 1.01 1.01 0.84
 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 8171M CPU @ 2.60GHz
Stepping: 4
CPU MHz: 2095.246
BogoMIPS: 4190.49
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 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: 29 Jun 2022 - 04:57
  • Baseline: 29 Jun 2022 - 05:07
  • Package commits:
  • Target: 2013cb
  • Baseline: 3fd314
  • Julia commits:
  • Target: 84bf42
  • Baseline: 84bf42
  • 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"] 0.95 (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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 3318 s 1 s 200 s 5054 s 0 s
 #2 2793 MHz 4152 s 1 s 208 s 4243 s 0 s
 Memory: 6.783607482910156 GB (4410.046875 MB free)
 Uptime: 865.51 sec
 Load Avg: 1.0 0.97 0.63
 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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 8800 s 1 s 278 s 5474 s 0 s
 #2 2793 MHz 4681 s 1 s 296 s 9592 s 0 s
 Memory: 6.783607482910156 GB (4415.42578125 MB free)
 Uptime: 1463.69 sec
 Load Avg: 1.01 1.0 0.84
 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: 29 Jun 2022 - 4:57
  • Package commit: 2013cb
  • Julia commit: 84bf42
  • 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"] 301.642 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.695 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"] 56.817 ms (5%) 4.99 MiB (1%) 83376
["JETAnalyzer{BasicPass} top-level", "self analysis"] 14.347 s (5%) 1.493 s 2.39 GiB (1%) 37464020
["JETAnalyzer{BasicPass} top-level", "simple"] 19.868 ms (5%) 8.73 MiB (1%) 130982
["JETAnalyzer{BasicPass}", "identity(nothing)"] 146.199 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.759 s (5%) 239.976 ms 370.69 MiB (1%) 5555801
["JETAnalyzer{BasicPass}", "rand(Bool)"] 172.868 ms (5%) 27.440 ms 55.81 MiB (1%) 851443
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 358.497 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 20.177 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 142.299 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.778 s (5%) 258.055 ms 1.08 GiB (1%) 6880395
["JETAnalyzer{SoundPass}", "rand(Bool)"] 139.616 ms (5%) 58.55 MiB (1%) 875932
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.477 s (5%) 26.825 ms 52.09 MiB (1%) 767464
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.962 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 153.899 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 784.478 ms (5%) 106.555 ms 272.07 MiB (1%) 4061665
["OptAnalyzer", "rand(Bool)"] 43.126 ms (5%) 18.83 MiB (1%) 281673
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.532 s (5%) 113.701 ms 182.95 MiB (1%) 2685533
["OptAnalyzer", "sum(\"julia\")"] 19.450 ms (5%) 8.29 MiB (1%) 123233
["show(::IO, ::JETCallResult)", "report_call"] 2.035 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 15.300 μ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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 3318 s 1 s 200 s 5054 s 0 s
 #2 2793 MHz 4152 s 1 s 208 s 4243 s 0 s
 Memory: 6.783607482910156 GB (4410.046875 MB free)
 Uptime: 865.51 sec
 Load Avg: 1.0 0.97 0.63
 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: 29 Jun 2022 - 5:7
  • Package commit: 3fd314
  • Julia commit: 84bf42
  • 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"] 302.272 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.747 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.552 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 57.333 ms (5%) 4.99 MiB (1%) 83370
["JETAnalyzer{BasicPass} top-level", "self analysis"] 15.175 s (5%) 1.435 s 2.40 GiB (1%) 37478356
["JETAnalyzer{BasicPass} top-level", "simple"] 20.211 ms (5%) 8.73 MiB (1%) 130976
["JETAnalyzer{BasicPass}", "identity(nothing)"] 150.299 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.786 s (5%) 247.494 ms 370.72 MiB (1%) 5556354
["JETAnalyzer{BasicPass}", "rand(Bool)"] 175.805 ms (5%) 29.066 ms 55.81 MiB (1%) 851443
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 357.498 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 20.763 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 149.299 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 2.844 s (5%) 269.609 ms 1.08 GiB (1%) 6880948
["JETAnalyzer{SoundPass}", "rand(Bool)"] 140.528 ms (5%) 58.55 MiB (1%) 875932
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.461 s (5%) 52.08 MiB (1%) 767463
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 17.200 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 154.799 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 782.394 ms (5%) 105.836 ms 272.07 MiB (1%) 4061750
["OptAnalyzer", "rand(Bool)"] 43.070 ms (5%) 18.83 MiB (1%) 281673
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.506 s (5%) 122.195 ms 183.09 MiB (1%) 2686743
["OptAnalyzer", "sum(\"julia\")"] 19.374 ms (5%) 8.29 MiB (1%) 123233
["show(::IO, ::JETCallResult)", "report_call"] 2.058 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 14.599 μ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.858
Commit 84bf42a9a5 (2022-06-28 20:03 UTC)
Platform Info:
 OS: Linux (x86_64-pc-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 8800 s 1 s 278 s 5474 s 0 s
 #2 2793 MHz 4681 s 1 s 296 s 9592 s 0 s
 Memory: 6.783607482910156 GB (4415.42578125 MB free)
 Uptime: 1463.69 sec
 Load Avg: 1.01 1.0 0.84
 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.436
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

@aviatesk aviatesk merged commit 5ed7a69 into master Jun 29, 2022
@aviatesk aviatesk deleted the avi/1.8-toplevel branch June 29, 2022 04:57
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

2 participants