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

[Experiment] set max_methods=1 for JETAnalyzer #458

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

Conversation

aviatesk
Copy link
Owner

No description provided.

@aviatesk aviatesk changed the title [Experiment] set max_methods=1 for JETAnalyzer` [Experiment] set max_methods=1 for JETAnalyzer Jan 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2023

Codecov Report

Base: 90.28% // Head: 90.28% // No change to project coverage 👍

Coverage data is based on head (77d5033) compared to base (77d5033).
Patch has no changes to coverable lines.

❗ Current head 77d5033 differs from pull request most recent head d9496d6. Consider uploading reports for the commit d9496d6 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #458   +/-   ##
=======================================
  Coverage   90.28%   90.28%           
=======================================
  Files          10       10           
  Lines        2811     2811           
=======================================
  Hits         2538     2538           
  Misses        273      273           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented Jan 18, 2023

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 18 Jan 2023 - 09:25
  • Baseline: 18 Jan 2023 - 09:34
  • Package commits:
  • Target: 51de55
  • Baseline: 6c44f2
  • Julia commits:
  • Target: e1fc48
  • Baseline: e1fc48
  • 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.16 (5%) ✅ 0.29 (1%) ✅
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.08 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 0.56 (5%) ✅ 0.59 (1%) ✅
["JETAnalyzer{SoundPass}", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.45 (5%) ✅ 0.51 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.06 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.10 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "rand(Bool)"] 1.11 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "sum(\"julia\")"] 1.12 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_call"] 1.08 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 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.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 5755 s 0 s 196 s 3153 s 0 s
 #2 2593 MHz 2386 s 0 s 238 s 6448 s 0 s
 Memory: 6.781219482421875 GB (4733.25 MB free)
 Uptime: 916.19 sec
 Load Avg: 1.0 1.0 0.71
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 11085 s 0 s 292 s 3605 s 0 s
 #2 2593 MHz 2976 s 0 s 302 s 11653 s 0 s
 Memory: 6.781219482421875 GB (4639.21484375 MB free)
 Uptime: 1504.23 sec
 Load Avg: 1.0 1.03 0.89
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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 Jan 2023 - 9:25
  • Package commit: 51de55
  • Julia commit: e1fc48
  • 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"] 216.430 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 8.611 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 8.278 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 45.121 ms (5%) 2.51 MiB (1%) 47459
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.806 s (5%) 215.538 ms 303.59 MiB (1%) 5520180
["JETAnalyzer{BasicPass} top-level", "simple"] 11.095 ms (5%) 2.24 MiB (1%) 38552
["JETAnalyzer{BasicPass}", "identity(nothing)"] 104.502 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 103.937 ms (5%) 24.28 MiB (1%) 449246
["JETAnalyzer{BasicPass}", "rand(Bool)"] 58.893 ms (5%) 14.89 MiB (1%) 272172
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 242.105 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.875 ms (5%) 2.08 MiB (1%) 36200
["JETAnalyzer{SoundPass}", "identity(nothing)"] 89.202 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 129.317 ms (5%) 32.30 MiB (1%) 511725
["JETAnalyzer{SoundPass}", "rand(Bool)"] 71.364 ms (5%) 18.45 MiB (1%) 306065
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.699 s (5%) 20.37 MiB (1%) 361334
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 8.716 ms (5%) 2.18 MiB (1%) 38042
["OptAnalyzer", "identity(nothing)"] 146.603 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 678.934 ms (5%) 76.039 ms 207.53 MiB (1%) 3146456
["OptAnalyzer", "rand(Bool)"] 30.697 ms (5%) 12.66 MiB (1%) 194414
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.705 s (5%) 32.37 MiB (1%) 560436
["OptAnalyzer", "sum(\"julia\")"] 17.505 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.472 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 15.900 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 5755 s 0 s 196 s 3153 s 0 s
 #2 2593 MHz 2386 s 0 s 238 s 6448 s 0 s
 Memory: 6.781219482421875 GB (4733.25 MB free)
 Uptime: 916.19 sec
 Load Avg: 1.0 1.0 0.71
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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 Jan 2023 - 9:34
  • Package commit: 6c44f2
  • Julia commit: e1fc48
  • 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"] 213.760 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 8.535 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 8.249 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 44.431 ms (5%) 2.53 MiB (1%) 47861
["JETAnalyzer{BasicPass} top-level", "self analysis"] 11.631 s (5%) 1.305 s 1.02 GiB (1%) 18907286
["JETAnalyzer{BasicPass} top-level", "simple"] 10.646 ms (5%) 2.23 MiB (1%) 38551
["JETAnalyzer{BasicPass}", "identity(nothing)"] 96.702 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 185.678 ms (5%) 41.07 MiB (1%) 768482
["JETAnalyzer{BasicPass}", "rand(Bool)"] 57.401 ms (5%) 14.83 MiB (1%) 272181
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 241.505 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.879 ms (5%) 2.08 MiB (1%) 36199
["JETAnalyzer{SoundPass}", "identity(nothing)"] 94.202 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 286.140 ms (5%) 39.352 ms 63.78 MiB (1%) 912040
["JETAnalyzer{SoundPass}", "rand(Bool)"] 68.011 ms (5%) 18.39 MiB (1%) 306074
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.431 s (5%) 20.35 MiB (1%) 361138
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.914 ms (5%) 2.18 MiB (1%) 38041
["OptAnalyzer", "identity(nothing)"] 146.103 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 668.904 ms (5%) 72.859 ms 207.53 MiB (1%) 3146473
["OptAnalyzer", "rand(Bool)"] 27.613 ms (5%) 12.65 MiB (1%) 194422
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.730 s (5%) 32.37 MiB (1%) 560437
["OptAnalyzer", "sum(\"julia\")"] 15.611 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.360 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 16.801 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 11085 s 0 s 292 s 3605 s 0 s
 #2 2593 MHz 2976 s 0 s 302 s 11653 s 0 s
 Memory: 6.781219482421875 GB (4639.21484375 MB free)
 Uptime: 1504.23 sec
 Load Avg: 1.0 1.03 0.89
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
CPU family: 6
Model: 85
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 7
BogoMIPS: 5187.81
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
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2 MiB (2 instances)
L3 cache: 35.8 MiB (1 instance)
NUMA node(s): 1
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 Retbleed: Vulnerable
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, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

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 Jan 2023 - 09:32
  • Baseline: 18 Jan 2023 - 09:42
  • Package commits:
  • Target: e17dc1
  • Baseline: 6c44f2
  • Julia commits:
  • Target: e1fc48
  • Baseline: e1fc48
  • 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.17 (5%) ✅ 0.29 (1%) ✅
["JETAnalyzer{BasicPass} top-level", "simple"] 0.94 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 0.57 (5%) ✅ 0.59 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.46 (5%) ✅ 0.51 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.08 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "sum(\"julia\")"] 1.08 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_call"] 1.05 (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.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 5652 s 0 s 247 s 2948 s 0 s
 #2 2095 MHz 3096 s 0 s 250 s 5473 s 0 s
 Memory: 6.781219482421875 GB (4847.4453125 MB free)
 Uptime: 889.89 sec
 Load Avg: 1.0 1.0 0.71
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 10647 s 0 s 327 s 3910 s 0 s
 #2 2095 MHz 4193 s 0 s 344 s 10304 s 0 s
 Memory: 6.781219482421875 GB (4707.6171875 MB free)
 Uptime: 1494.2 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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 Jan 2023 - 9:32
  • Package commit: e17dc1
  • Julia commit: e1fc48
  • 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"] 252.163 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 10.240 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 9.918 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 52.748 ms (5%) 2.51 MiB (1%) 47459
["JETAnalyzer{BasicPass} top-level", "self analysis"] 2.178 s (5%) 344.883 ms 303.58 MiB (1%) 5520024
["JETAnalyzer{BasicPass} top-level", "simple"] 12.326 ms (5%) 2.24 MiB (1%) 38552
["JETAnalyzer{BasicPass}", "identity(nothing)"] 107.505 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 118.858 ms (5%) 24.28 MiB (1%) 449247
["JETAnalyzer{BasicPass}", "rand(Bool)"] 65.975 ms (5%) 14.89 MiB (1%) 272172
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 277.211 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 8.745 ms (5%) 2.08 MiB (1%) 36200
["JETAnalyzer{SoundPass}", "identity(nothing)"] 108.304 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 148.207 ms (5%) 32.30 MiB (1%) 511726
["JETAnalyzer{SoundPass}", "rand(Bool)"] 79.927 ms (5%) 18.45 MiB (1%) 306065
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 5.624 s (5%) 20.37 MiB (1%) 361334
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 9.859 ms (5%) 2.18 MiB (1%) 38042
["OptAnalyzer", "identity(nothing)"] 180.905 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 801.533 ms (5%) 89.877 ms 207.53 MiB (1%) 3146460
["OptAnalyzer", "rand(Bool)"] 33.794 ms (5%) 12.66 MiB (1%) 194414
["OptAnalyzer", "sum(\"julia\") (cached)"] 8.148 s (5%) 32.40 MiB (1%) 560713
["OptAnalyzer", "sum(\"julia\")"] 19.234 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.611 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 18.601 μ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.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 5652 s 0 s 247 s 2948 s 0 s
 #2 2095 MHz 3096 s 0 s 250 s 5473 s 0 s
 Memory: 6.781219482421875 GB (4847.4453125 MB free)
 Uptime: 889.89 sec
 Load Avg: 1.0 1.0 0.71
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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 Jan 2023 - 9:42
  • Package commit: 6c44f2
  • Julia commit: e1fc48
  • 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"] 251.486 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 10.186 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 9.880 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 52.790 ms (5%) 2.53 MiB (1%) 47852
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.955 s (5%) 1.368 s 1.02 GiB (1%) 18907022
["JETAnalyzer{BasicPass} top-level", "simple"] 13.154 ms (5%) 2.23 MiB (1%) 38551
["JETAnalyzer{BasicPass}", "identity(nothing)"] 111.905 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 207.973 ms (5%) 41.07 MiB (1%) 768483
["JETAnalyzer{BasicPass}", "rand(Bool)"] 64.803 ms (5%) 14.83 MiB (1%) 272179
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 274.512 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 8.768 ms (5%) 2.08 MiB (1%) 36199
["JETAnalyzer{SoundPass}", "identity(nothing)"] 113.310 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 323.416 ms (5%) 44.235 ms 63.82 MiB (1%) 912043
["JETAnalyzer{SoundPass}", "rand(Bool)"] 76.362 ms (5%) 18.39 MiB (1%) 306072
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 5.216 s (5%) 20.35 MiB (1%) 361139
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 9.572 ms (5%) 2.18 MiB (1%) 38041
["OptAnalyzer", "identity(nothing)"] 179.106 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 776.251 ms (5%) 84.476 ms 207.53 MiB (1%) 3146483
["OptAnalyzer", "rand(Bool)"] 32.485 ms (5%) 12.66 MiB (1%) 194421
["OptAnalyzer", "sum(\"julia\") (cached)"] 8.010 s (5%) 32.39 MiB (1%) 560713
["OptAnalyzer", "sum(\"julia\")"] 17.744 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.533 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 18.701 μ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.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 10647 s 0 s 327 s 3910 s 0 s
 #2 2095 MHz 4193 s 0 s 344 s 10304 s 0 s
 Memory: 6.781219482421875 GB (4707.6171875 MB free)
 Uptime: 1494.2 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
CPU family: 6
Model: 85
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 4
BogoMIPS: 4190.33
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
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2 MiB (2 instances)
L3 cache: 35.8 MiB (1 instance)
NUMA node(s): 1
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 Retbleed: Vulnerable
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, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

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: 18 Jan 2023 - 11:07
  • Baseline: 18 Jan 2023 - 11:17
  • Package commits:
  • Target: 2182b1
  • Baseline: 6c44f2
  • Julia commits:
  • Target: e1fc48
  • Baseline: e1fc48
  • 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.18 (5%) ✅ 0.29 (1%) ✅
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 0.58 (5%) ✅ 0.59 (1%) ✅
["JETAnalyzer{BasicPass}", "rand(Bool)"] 1.10 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.08 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.46 (5%) ✅ 0.51 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.12 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 1.13 (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.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 2517 s 0 s 189 s 5326 s 0 s
 #2 2793 MHz 5608 s 0 s 232 s 2204 s 0 s
 Memory: 6.781219482421875 GB (4664.98046875 MB free)
 Uptime: 808.19 sec
 Load Avg: 1.0 1.0 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 5602 s 0 s 244 s 7947 s 0 s
 #2 2793 MHz 8339 s 0 s 328 s 5138 s 0 s
 Memory: 6.781219482421875 GB (4550.86328125 MB free)
 Uptime: 1385.18 sec
 Load Avg: 1.0 1.0 0.87
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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: 18 Jan 2023 - 11:7
  • Package commit: 2182b1
  • Julia commit: e1fc48
  • 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"] 195.100 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 8.623 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 8.311 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 45.140 ms (5%) 2.51 MiB (1%) 47459
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.781 s (5%) 275.161 ms 303.60 MiB (1%) 5520381
["JETAnalyzer{BasicPass} top-level", "simple"] 9.808 ms (5%) 2.24 MiB (1%) 38552
["JETAnalyzer{BasicPass}", "identity(nothing)"] 96.505 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 97.206 ms (5%) 24.28 MiB (1%) 449250
["JETAnalyzer{BasicPass}", "rand(Bool)"] 55.567 ms (5%) 14.89 MiB (1%) 272172
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 212.211 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.243 ms (5%) 2.08 MiB (1%) 36200
["JETAnalyzer{SoundPass}", "identity(nothing)"] 98.605 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 119.327 ms (5%) 32.30 MiB (1%) 511729
["JETAnalyzer{SoundPass}", "rand(Bool)"] 64.713 ms (5%) 18.45 MiB (1%) 306065
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.831 s (5%) 20.37 MiB (1%) 361334
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.849 ms (5%) 2.18 MiB (1%) 38042
["OptAnalyzer", "identity(nothing)"] 143.908 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 615.558 ms (5%) 67.734 ms 207.53 MiB (1%) 3146493
["OptAnalyzer", "rand(Bool)"] 27.680 ms (5%) 12.66 MiB (1%) 194431
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.983 s (5%) 32.38 MiB (1%) 560723
["OptAnalyzer", "sum(\"julia\")"] 15.540 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.157 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 15.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.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 2517 s 0 s 189 s 5326 s 0 s
 #2 2793 MHz 5608 s 0 s 232 s 2204 s 0 s
 Memory: 6.781219482421875 GB (4664.98046875 MB free)
 Uptime: 808.19 sec
 Load Avg: 1.0 1.0 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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: 18 Jan 2023 - 11:17
  • Package commit: 6c44f2
  • Julia commit: e1fc48
  • 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"] 194.245 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 8.717 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 8.370 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 43.875 ms (5%) 2.53 MiB (1%) 47861
["JETAnalyzer{BasicPass} top-level", "self analysis"] 9.783 s (5%) 1.019 s 1.02 GiB (1%) 18908590
["JETAnalyzer{BasicPass} top-level", "simple"] 9.596 ms (5%) 2.23 MiB (1%) 38551
["JETAnalyzer{BasicPass}", "identity(nothing)"] 94.405 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 167.062 ms (5%) 41.07 MiB (1%) 768492
["JETAnalyzer{BasicPass}", "rand(Bool)"] 50.489 ms (5%) 14.89 MiB (1%) 272191
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 208.611 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.983 ms (5%) 2.08 MiB (1%) 36199
["JETAnalyzer{SoundPass}", "identity(nothing)"] 91.605 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 261.191 ms (5%) 35.448 ms 63.78 MiB (1%) 912050
["JETAnalyzer{SoundPass}", "rand(Bool)"] 61.748 ms (5%) 18.45 MiB (1%) 306084
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.740 s (5%) 20.35 MiB (1%) 361138
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.003 ms (5%) 2.18 MiB (1%) 38041
["OptAnalyzer", "identity(nothing)"] 142.707 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 612.771 ms (5%) 66.503 ms 207.53 MiB (1%) 3146491
["OptAnalyzer", "rand(Bool)"] 28.039 ms (5%) 12.66 MiB (1%) 194431
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.922 s (5%) 32.39 MiB (1%) 560725
["OptAnalyzer", "sum(\"julia\")"] 15.679 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.198 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 14.101 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.387
Commit e1fc4824b92 (2023-01-18 03:54 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 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 5602 s 0 s 244 s 7947 s 0 s
 #2 2793 MHz 8339 s 0 s 328 s 5138 s 0 s
 Memory: 6.781219482421875 GB (4550.86328125 MB free)
 Uptime: 1385.18 sec
 Load Avg: 1.0 1.0 0.87
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (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
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5587.16
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
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
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 Retbleed: Not affected
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, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

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: 19 Jan 2023 - 06:41
  • Baseline: 19 Jan 2023 - 06:51
  • Package commits:
  • Target: f42122
  • Baseline: 67e22c
  • Julia commits:
  • Target: c711f6
  • Baseline: c711f6
  • 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.02 (5%) 136.75 (1%) ❌
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.20 (5%) ✅ 0.29 (1%) ✅
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.07 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 0.57 (5%) ✅ 0.59 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.46 (5%) ✅ 0.51 (1%) ✅
["show(::IO, ::JETCallResult)", "report_opt"] 0.58 (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.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 2229 s 0 s 233 s 8024 s 0 s
 #2 2394 MHz 6676 s 0 s 252 s 3551 s 0 s
 Memory: 6.781219482421875 GB (4882.484375 MB free)
 Uptime: 1059.35 sec
 Load Avg: 1.0 0.99 0.71
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 3376 s 0 s 316 s 13021 s 0 s
 #2 2394 MHz 11826 s 0 s 318 s 4576 s 0 s
 Memory: 6.781219482421875 GB (4671.734375 MB free)
 Uptime: 1684.2 sec
 Load Avg: 1.0 1.0 0.87
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 19 Jan 2023 - 6:41
  • Package commit: f42122
  • Julia commit: c711f6
  • 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"] 350.911 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 11.401 s (5%) 123.93 KiB (1%) 1776
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 10.841 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 53.375 ms (5%) 2.51 MiB (1%) 47456
["JETAnalyzer{BasicPass} top-level", "self analysis"] 2.766 s (5%) 416.425 ms 303.70 MiB (1%) 5522595
["JETAnalyzer{BasicPass} top-level", "simple"] 14.572 ms (5%) 2.23 MiB (1%) 38551
["JETAnalyzer{BasicPass}", "identity(nothing)"] 111.500 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 149.055 ms (5%) 24.28 MiB (1%) 449284
["JETAnalyzer{BasicPass}", "rand(Bool)"] 84.768 ms (5%) 14.83 MiB (1%) 272311
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 261.000 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 11.027 ms (5%) 2.08 MiB (1%) 36199
["JETAnalyzer{SoundPass}", "identity(nothing)"] 114.100 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 190.939 ms (5%) 32.30 MiB (1%) 511763
["JETAnalyzer{SoundPass}", "rand(Bool)"] 101.348 ms (5%) 18.40 MiB (1%) 306204
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.229 s (5%) 20.37 MiB (1%) 361316
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 11.610 ms (5%) 2.18 MiB (1%) 38041
["OptAnalyzer", "identity(nothing)"] 168.800 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 905.400 ms (5%) 85.652 ms 207.62 MiB (1%) 3148416
["OptAnalyzer", "rand(Bool)"] 40.188 ms (5%) 12.67 MiB (1%) 194572
["OptAnalyzer", "sum(\"julia\") (cached)"] 8.786 s (5%) 32.31 MiB (1%) 559690
["OptAnalyzer", "sum(\"julia\")"] 22.459 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.638 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 15.700 μ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.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 2229 s 0 s 233 s 8024 s 0 s
 #2 2394 MHz 6676 s 0 s 252 s 3551 s 0 s
 Memory: 6.781219482421875 GB (4882.484375 MB free)
 Uptime: 1059.35 sec
 Load Avg: 1.0 0.99 0.71
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 19 Jan 2023 - 6:51
  • Package commit: 67e22c
  • Julia commit: c711f6
  • 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"] 346.361 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 11.219 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 10.847 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 54.201 ms (5%) 2.53 MiB (1%) 47846
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.649 s (5%) 1.390 s 1.01 GiB (1%) 18724647
["JETAnalyzer{BasicPass} top-level", "simple"] 14.527 ms (5%) 2.24 MiB (1%) 38560
["JETAnalyzer{BasicPass}", "identity(nothing)"] 104.201 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 259.604 ms (5%) 41.13 MiB (1%) 769792
["JETAnalyzer{BasicPass}", "rand(Bool)"] 82.353 ms (5%) 14.83 MiB (1%) 272330
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 258.502 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 10.886 ms (5%) 2.08 MiB (1%) 36199
["JETAnalyzer{SoundPass}", "identity(nothing)"] 111.301 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 419.268 ms (5%) 44.785 ms 63.84 MiB (1%) 913350
["JETAnalyzer{SoundPass}", "rand(Bool)"] 99.100 ms (5%) 18.40 MiB (1%) 306223
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.217 s (5%) 20.35 MiB (1%) 361122
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 11.850 ms (5%) 2.18 MiB (1%) 38041
["OptAnalyzer", "identity(nothing)"] 164.101 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 918.577 ms (5%) 87.324 ms 207.62 MiB (1%) 3148400
["OptAnalyzer", "rand(Bool)"] 40.870 ms (5%) 12.67 MiB (1%) 194572
["OptAnalyzer", "sum(\"julia\") (cached)"] 8.631 s (5%) 32.31 MiB (1%) 559691
["OptAnalyzer", "sum(\"julia\")"] 22.992 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.695 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 27.000 μ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.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2394 MHz 3376 s 0 s 316 s 13021 s 0 s
 #2 2394 MHz 11826 s 0 s 318 s 4576 s 0 s
 Memory: 6.781219482421875 GB (4671.734375 MB free)
 Uptime: 1684.2 sec
 Load Avg: 1.0 1.0 0.87
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz
CPU family: 6
Model: 63
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 2
BogoMIPS: 4788.90
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 512 KiB (2 instances)
L3 cache: 30 MiB (1 instance)
NUMA node(s): 1
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 Retbleed: Not affected
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, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

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

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 19 Jan 2023 - 07:16
  • Baseline: 19 Jan 2023 - 07:27
  • Package commits:
  • Target: 0fb6d0
  • Baseline: 77d503
  • Julia commits:
  • Target: c711f6
  • Baseline: c711f6
  • 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.02 (5%) 136.75 (1%) ❌
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.20 (5%) ✅ 0.29 (1%) ✅
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 0.57 (5%) ✅ 0.59 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 0.91 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 0.93 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.46 (5%) ✅ 0.51 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.06 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_call"] 0.93 (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.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 6820 s 0 s 218 s 1942 s 0 s
 #2 2294 MHz 2435 s 0 s 302 s 6216 s 0 s
 Memory: 6.781219482421875 GB (4867.16015625 MB free)
 Uptime: 908.19 sec
 Load Avg: 1.0 1.01 0.77
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 7798 s 1 s 301 s 7175 s 0 s
 #2 2294 MHz 7828 s 2 s 371 s 7063 s 0 s
 Memory: 6.781219482421875 GB (4699.984375 MB free)
 Uptime: 1540.7 sec
 Load Avg: 1.01 1.03 0.92
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 19 Jan 2023 - 7:16
  • Package commit: 0fb6d0
  • Julia commit: c711f6
  • 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"] 371.915 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 12.538 s (5%) 123.93 KiB (1%) 1776
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 11.856 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 60.078 ms (5%) 2.51 MiB (1%) 47457
["JETAnalyzer{BasicPass} top-level", "self analysis"] 2.859 s (5%) 421.760 ms 303.78 MiB (1%) 5523832
["JETAnalyzer{BasicPass} top-level", "simple"] 15.231 ms (5%) 2.23 MiB (1%) 38551
["JETAnalyzer{BasicPass}", "identity(nothing)"] 136.299 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 163.355 ms (5%) 24.28 MiB (1%) 449291
["JETAnalyzer{BasicPass}", "rand(Bool)"] 93.961 ms (5%) 14.83 MiB (1%) 272311
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 289.198 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 11.968 ms (5%) 2.08 MiB (1%) 36199
["JETAnalyzer{SoundPass}", "identity(nothing)"] 122.599 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 198.273 ms (5%) 32.30 MiB (1%) 511770
["JETAnalyzer{SoundPass}", "rand(Bool)"] 103.768 ms (5%) 18.40 MiB (1%) 306204
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.754 s (5%) 20.38 MiB (1%) 361357
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 12.536 ms (5%) 2.18 MiB (1%) 38041
["OptAnalyzer", "identity(nothing)"] 190.099 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 998.529 ms (5%) 100.342 ms 207.62 MiB (1%) 3148434
["OptAnalyzer", "rand(Bool)"] 45.839 ms (5%) 12.67 MiB (1%) 194566
["OptAnalyzer", "sum(\"julia\") (cached)"] 9.727 s (5%) 32.32 MiB (1%) 559740
["OptAnalyzer", "sum(\"julia\")"] 23.933 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.801 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 20.500 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 6820 s 0 s 218 s 1942 s 0 s
 #2 2294 MHz 2435 s 0 s 302 s 6216 s 0 s
 Memory: 6.781219482421875 GB (4867.16015625 MB free)
 Uptime: 908.19 sec
 Load Avg: 1.0 1.01 0.77
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 19 Jan 2023 - 7:27
  • Package commit: 77d503
  • Julia commit: c711f6
  • 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"] 366.355 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 12.311 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 11.987 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 58.154 ms (5%) 2.53 MiB (1%) 47846
["JETAnalyzer{BasicPass} top-level", "self analysis"] 14.271 s (5%) 1.581 s 1.01 GiB (1%) 18729167
["JETAnalyzer{BasicPass} top-level", "simple"] 14.785 ms (5%) 2.23 MiB (1%) 38551
["JETAnalyzer{BasicPass}", "identity(nothing)"] 134.598 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 286.168 ms (5%) 41.13 MiB (1%) 769797
["JETAnalyzer{BasicPass}", "rand(Bool)"] 89.623 ms (5%) 14.83 MiB (1%) 272324
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 316.097 μs (5%) 17.55 KiB (1%) 242
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 11.653 ms (5%) 2.08 MiB (1%) 36199
["JETAnalyzer{SoundPass}", "identity(nothing)"] 131.400 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 434.461 ms (5%) 48.458 ms 63.84 MiB (1%) 913355
["JETAnalyzer{SoundPass}", "rand(Bool)"] 105.386 ms (5%) 18.40 MiB (1%) 306217
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.379 s (5%) 20.35 MiB (1%) 361122
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 13.158 ms (5%) 2.18 MiB (1%) 38041
["OptAnalyzer", "identity(nothing)"] 199.598 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 1.012 s (5%) 106.398 ms 207.63 MiB (1%) 3148442
["OptAnalyzer", "rand(Bool)"] 45.138 ms (5%) 12.67 MiB (1%) 194566
["OptAnalyzer", "sum(\"julia\") (cached)"] 9.957 s (5%) 32.32 MiB (1%) 559740
["OptAnalyzer", "sum(\"julia\")"] 25.046 ms (5%) 6.44 MiB (1%) 97411
["show(::IO, ::JETCallResult)", "report_call"] 1.935 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 20.600 μ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.10.0-DEV.395
Commit c711f67304d (2023-01-18 21:44 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 7798 s 1 s 301 s 7175 s 0 s
 #2 2294 MHz 7828 s 2 s 371 s 7063 s 0 s
 Memory: 6.781219482421875 GB (4699.984375 MB free)
 Uptime: 1540.7 sec
 Load Avg: 1.01 1.03 0.92
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 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
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
CPU family: 6
Model: 79
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4589.36
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 rdseed adx smap xsaveopt md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 512 KiB (2 instances)
L3 cache: 50 MiB (1 instance)
NUMA node(s): 1
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 Retbleed: Not affected
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, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

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

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