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

make the Union{Bool,Missing} widening behavior (#543) configurable #547

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

aviatesk
Copy link
Owner

As requested at #543 (comment).

@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (e46dbe7) 89.81% compared to head (5a6c7c9) 89.83%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #547      +/-   ##
==========================================
+ Coverage   89.81%   89.83%   +0.01%     
==========================================
  Files          10       10              
  Lines        3055     3060       +5     
==========================================
+ Hits         2744     2749       +5     
  Misses        311      311              
Impacted Files Coverage Δ
src/JET.jl 82.07% <100.00%> (+0.03%) ⬆️
src/analyzers/jetanalyzer.jl 87.73% <100.00%> (+0.06%) ⬆️
src/toplevel/virtualprocess.jl 94.47% <100.00%> (ø)

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

@github-actions
Copy link

github-actions bot commented Jun 26, 2023

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 26 Jun 2023 - 13:47
  • Baseline: 26 Jun 2023 - 14:00
  • Package commits:
  • Target: 34ec7e
  • Baseline: e46dbe
  • Julia commits:
  • Target: aa9b9d
  • Baseline: aa9b9d
  • 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
["First-Time-To-JET", "rand(Bool)"] 1.17 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.05 (5%) ❌ 1.11 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 0.99 (5%) 1.06 (1%) ❌
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.11 (5%) ❌ 1.11 (1%) ❌
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.01 (5%) 1.01 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.07 (5%) ❌ 1.05 (1%) ❌
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.05 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 144 s 4015 s 0 s
 #2 2793 MHz 4427 s 0 s 391 s 4866 s 0 s
 Memory: 6.7694854736328125 GB (4596.234375 MB free)
 Uptime: 976.97 sec
 Load Avg: 1.0 1.0 0.75
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 7711 s 0 s 301 s 9544 s 0 s
 #2 2793 MHz 10280 s 0 s 491 s 6775 s 0 s
 Memory: 6.7694854736328125 GB (4581.72265625 MB free)
 Uptime: 1763.87 sec
 Load Avg: 1.0 1.03 0.95
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 26 Jun 2023 - 13:47
  • Package commit: 34ec7e
  • Julia commit: aa9b9d
  • 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
["First-Time-To-JET", "package loading"] 222.968 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 576.678 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 206.355 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 54.395 ms (5%) 2.28 MiB (1%) 39839
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.281 s (5%) 937.356 ms 1.25 GiB (1%) 23440776
["JETAnalyzer{BasicPass} top-level", "simple"] 8.881 ms (5%) 1.86 MiB (1%) 32722
["JETAnalyzer{BasicPass}", "identity(nothing)"] 90.306 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 149.140 ms (5%) 38.54 MiB (1%) 727233
["JETAnalyzer{BasicPass}", "rand(Bool)"] 45.785 ms (5%) 12.00 MiB (1%) 220922
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 137.209 μs (5%) 15.64 KiB (1%) 216
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.253 ms (5%) 1.71 MiB (1%) 30174
["JETAnalyzer{SoundPass}", "identity(nothing)"] 93.907 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 219.218 ms (5%) 31.734 ms 66.39 MiB (1%) 842142
["JETAnalyzer{SoundPass}", "rand(Bool)"] 46.192 ms (5%) 13.68 MiB (1%) 235389
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 148.410 μs (5%) 19.69 KiB (1%) 253
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.757 ms (5%) 1.77 MiB (1%) 31288
["OptAnalyzer", "identity(nothing)"] 131.708 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 517.418 ms (5%) 46.776 ms 215.64 MiB (1%) 3155991
["OptAnalyzer", "rand(Bool)"] 28.587 ms (5%) 13.69 MiB (1%) 202182
["OptAnalyzer", "sum(\"julia\") (cached)"] 250.621 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 13.914 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.324 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 19.402 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 144 s 4015 s 0 s
 #2 2793 MHz 4427 s 0 s 391 s 4866 s 0 s
 Memory: 6.7694854736328125 GB (4596.234375 MB free)
 Uptime: 976.97 sec
 Load Avg: 1.0 1.0 0.75
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 26 Jun 2023 - 14:0
  • Package commit: e46dbe
  • Julia commit: aa9b9d
  • 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
["First-Time-To-JET", "package loading"] 224.241 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 494.796 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 197.604 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 53.148 ms (5%) 2.28 MiB (1%) 39835
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.375 s (5%) 961.792 ms 1.25 GiB (1%) 23445669
["JETAnalyzer{BasicPass} top-level", "simple"] 8.483 ms (5%) 1.86 MiB (1%) 32710
["JETAnalyzer{BasicPass}", "identity(nothing)"] 86.005 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 150.203 ms (5%) 38.54 MiB (1%) 727220
["JETAnalyzer{BasicPass}", "rand(Bool)"] 45.400 ms (5%) 12.00 MiB (1%) 220909
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 138.709 μs (5%) 14.77 KiB (1%) 201
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.369 ms (5%) 1.71 MiB (1%) 30162
["JETAnalyzer{SoundPass}", "identity(nothing)"] 84.505 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 217.819 ms (5%) 31.411 ms 65.51 MiB (1%) 841973
["JETAnalyzer{SoundPass}", "rand(Bool)"] 45.132 ms (5%) 13.63 MiB (1%) 235361
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 138.209 μs (5%) 18.67 KiB (1%) 238
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.701 ms (5%) 1.76 MiB (1%) 31275
["OptAnalyzer", "identity(nothing)"] 127.708 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 527.507 ms (5%) 50.606 ms 215.64 MiB (1%) 3155984
["OptAnalyzer", "rand(Bool)"] 28.677 ms (5%) 13.69 MiB (1%) 202181
["OptAnalyzer", "sum(\"julia\") (cached)"] 238.416 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 13.564 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.250 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 19.501 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 7711 s 0 s 301 s 9544 s 0 s
 #2 2793 MHz 10280 s 0 s 491 s 6775 s 0 s
 Memory: 6.7694854736328125 GB (4581.72265625 MB free)
 Uptime: 1763.87 sec
 Load Avg: 1.0 1.03 0.95
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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.24
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: 26 Jun 2023 - 15:15
  • Baseline: 26 Jun 2023 - 15:28
  • Package commits:
  • Target: 8d1d04
  • Baseline: e46dbe
  • Julia commits:
  • Target: aa9b9d
  • Baseline: aa9b9d
  • 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}", "identity(nothing)"] 1.06 (5%) ❌ 1.11 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.02 (5%) 1.06 (1%) ❌
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.05 (5%) ❌ 1.11 (1%) ❌
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.95 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.12 (5%) ❌ 1.05 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.00 (5%) 1.01 (1%) ❌
["OptAnalyzer", "identity(nothing)"] 0.91 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "rand(Bool)"] 0.95 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.05 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.90 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 6636 s 0 s 201 s 3192 s 0 s
 #2 2593 MHz 3737 s 0 s 348 s 5924 s 0 s
 Memory: 6.7694854736328125 GB (4676.47265625 MB free)
 Uptime: 1009.77 sec
 Load Avg: 1.0 1.01 0.79
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 13606 s 0 s 326 s 4322 s 0 s
 #2 2593 MHz 5141 s 0 s 491 s 12580 s 0 s
 Memory: 6.7694854736328125 GB (4667.41015625 MB free)
 Uptime: 1832.8 sec
 Load Avg: 1.0 1.03 0.98
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 26 Jun 2023 - 15:15
  • Package commit: 8d1d04
  • Julia commit: aa9b9d
  • 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
["First-Time-To-JET", "package loading"] 251.899 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 582.317 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 202.355 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 53.399 ms (5%) 2.28 MiB (1%) 39839
["JETAnalyzer{BasicPass} top-level", "self analysis"] 11.817 s (5%) 1.048 s 1.25 GiB (1%) 23440763
["JETAnalyzer{BasicPass} top-level", "simple"] 9.299 ms (5%) 1.86 MiB (1%) 32722
["JETAnalyzer{BasicPass}", "identity(nothing)"] 99.801 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 167.906 ms (5%) 38.54 MiB (1%) 727229
["JETAnalyzer{BasicPass}", "rand(Bool)"] 51.601 ms (5%) 12.00 MiB (1%) 220918
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 164.302 μs (5%) 15.64 KiB (1%) 216
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.819 ms (5%) 1.70 MiB (1%) 30174
["JETAnalyzer{SoundPass}", "identity(nothing)"] 103.102 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 245.043 ms (5%) 34.643 ms 66.27 MiB (1%) 842052
["JETAnalyzer{SoundPass}", "rand(Bool)"] 48.358 ms (5%) 13.64 MiB (1%) 235370
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 187.303 μs (5%) 19.69 KiB (1%) 253
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.457 ms (5%) 1.77 MiB (1%) 31288
["OptAnalyzer", "identity(nothing)"] 146.302 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 586.052 ms (5%) 53.984 ms 215.64 MiB (1%) 3155984
["OptAnalyzer", "rand(Bool)"] 31.671 ms (5%) 13.68 MiB (1%) 202177
["OptAnalyzer", "sum(\"julia\") (cached)"] 293.405 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 15.626 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.992 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 23.401 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 6636 s 0 s 201 s 3192 s 0 s
 #2 2593 MHz 3737 s 0 s 348 s 5924 s 0 s
 Memory: 6.7694854736328125 GB (4676.47265625 MB free)
 Uptime: 1009.77 sec
 Load Avg: 1.0 1.01 0.79
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 26 Jun 2023 - 15:28
  • Package commit: e46dbe
  • Julia commit: aa9b9d
  • 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
["First-Time-To-JET", "package loading"] 253.149 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 567.529 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 197.013 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 53.666 ms (5%) 2.28 MiB (1%) 39827
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.130 s (5%) 1.118 s 1.25 GiB (1%) 23445667
["JETAnalyzer{BasicPass} top-level", "simple"] 9.606 ms (5%) 1.85 MiB (1%) 32710
["JETAnalyzer{BasicPass}", "identity(nothing)"] 94.401 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 174.696 ms (5%) 38.54 MiB (1%) 727218
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.662 ms (5%) 12.00 MiB (1%) 220908
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 160.302 μs (5%) 14.77 KiB (1%) 201
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.990 ms (5%) 1.71 MiB (1%) 30161
["JETAnalyzer{SoundPass}", "identity(nothing)"] 97.902 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 256.788 ms (5%) 36.330 ms 67.61 MiB (1%) 842111
["JETAnalyzer{SoundPass}", "rand(Bool)"] 50.926 ms (5%) 13.63 MiB (1%) 235359
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 167.001 μs (5%) 18.67 KiB (1%) 238
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.456 ms (5%) 1.75 MiB (1%) 31274
["OptAnalyzer", "identity(nothing)"] 160.503 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 571.269 ms (5%) 52.450 ms 215.64 MiB (1%) 3155986
["OptAnalyzer", "rand(Bool)"] 33.400 ms (5%) 13.69 MiB (1%) 202179
["OptAnalyzer", "sum(\"julia\") (cached)"] 278.605 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 15.224 ms (5%) 5.82 MiB (1%) 86639
["show(::IO, ::JETCallResult)", "report_call"] 5.232 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 26.101 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 13606 s 0 s 326 s 4322 s 0 s
 #2 2593 MHz 5141 s 0 s 491 s 12580 s 0 s
 Memory: 6.7694854736328125 GB (4667.41015625 MB free)
 Uptime: 1832.8 sec
 Load Avg: 1.0 1.03 0.98
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 26 Jun 2023 - 15:48
  • Baseline: 26 Jun 2023 - 16:02
  • Package commits:
  • Target: 69c584
  • Baseline: e46dbe
  • Julia commits:
  • Target: aa9b9d
  • Baseline: aa9b9d
  • 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
["First-Time-To-JET", "rand(Bool)"] 0.87 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "simple"] 0.90 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.28 (5%) ❌ 1.11 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.10 (5%) ❌ 1.06 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 0.90 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.12 (5%) ❌ 1.11 (1%) ❌
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.87 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.93 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 0.88 (5%) ✅ 1.05 (1%) ❌
["OptAnalyzer", "identity(nothing)"] 1.20 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_call"] 0.88 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 4417 s 0 s 346 s 6329 s 0 s
 #2 2095 MHz 5988 s 0 s 251 s 4832 s 0 s
 Memory: 6.7694854736328125 GB (4684.703125 MB free)
 Uptime: 1118.12 sec
 Load Avg: 1.0 1.0 0.76
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 9289 s 0 s 525 s 9487 s 0 s
 #2 2095 MHz 9500 s 0 s 362 s 9409 s 0 s
 Memory: 6.7694854736328125 GB (4726.73828125 MB free)
 Uptime: 1940.59 sec
 Load Avg: 1.0 1.03 0.97
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 26 Jun 2023 - 15:48
  • Package commit: 69c584
  • Julia commit: aa9b9d
  • 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
["First-Time-To-JET", "package loading"] 236.389 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 500.975 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 194.516 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 50.421 ms (5%) 2.28 MiB (1%) 39840
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.071 s (5%) 1.143 s 1.25 GiB (1%) 23447666
["JETAnalyzer{BasicPass} top-level", "simple"] 8.586 ms (5%) 1.86 MiB (1%) 32722
["JETAnalyzer{BasicPass}", "identity(nothing)"] 101.702 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 159.111 ms (5%) 38.54 MiB (1%) 727231
["JETAnalyzer{BasicPass}", "rand(Bool)"] 48.187 ms (5%) 12.00 MiB (1%) 220920
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 157.803 μs (5%) 15.64 KiB (1%) 216
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.285 ms (5%) 1.70 MiB (1%) 30174
["JETAnalyzer{SoundPass}", "identity(nothing)"] 94.602 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 208.560 ms (5%) 65.51 MiB (1%) 841984
["JETAnalyzer{SoundPass}", "rand(Bool)"] 43.387 ms (5%) 13.64 MiB (1%) 235372
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 158.403 μs (5%) 19.69 KiB (1%) 253
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.899 ms (5%) 1.77 MiB (1%) 31288
["OptAnalyzer", "identity(nothing)"] 155.602 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 573.507 ms (5%) 52.446 ms 215.64 MiB (1%) 3155989
["OptAnalyzer", "rand(Bool)"] 30.302 ms (5%) 13.69 MiB (1%) 202180
["OptAnalyzer", "sum(\"julia\") (cached)"] 269.305 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 14.627 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.680 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 23.200 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 4417 s 0 s 346 s 6329 s 0 s
 #2 2095 MHz 5988 s 0 s 251 s 4832 s 0 s
 Memory: 6.7694854736328125 GB (4684.703125 MB free)
 Uptime: 1118.12 sec
 Load Avg: 1.0 1.0 0.76
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 26 Jun 2023 - 16:2
  • Package commit: e46dbe
  • Julia commit: aa9b9d
  • 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
["First-Time-To-JET", "package loading"] 243.762 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 573.972 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 189.507 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 52.087 ms (5%) 2.28 MiB (1%) 39827
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.159 s (5%) 1.019 s 1.25 GiB (1%) 23445670
["JETAnalyzer{BasicPass} top-level", "simple"] 9.531 ms (5%) 1.87 MiB (1%) 32711
["JETAnalyzer{BasicPass}", "identity(nothing)"] 79.302 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 160.632 ms (5%) 38.54 MiB (1%) 727218
["JETAnalyzer{BasicPass}", "rand(Bool)"] 46.720 ms (5%) 12.00 MiB (1%) 220907
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 143.802 μs (5%) 14.77 KiB (1%) 201
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.021 ms (5%) 1.70 MiB (1%) 30162
["JETAnalyzer{SoundPass}", "identity(nothing)"] 84.600 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 240.524 ms (5%) 34.237 ms 65.51 MiB (1%) 841971
["JETAnalyzer{SoundPass}", "rand(Bool)"] 46.840 ms (5%) 13.63 MiB (1%) 235359
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 180.803 μs (5%) 18.67 KiB (1%) 238
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.949 ms (5%) 1.77 MiB (1%) 31276
["OptAnalyzer", "identity(nothing)"] 129.902 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 567.046 ms (5%) 52.167 ms 215.64 MiB (1%) 3155988
["OptAnalyzer", "rand(Bool)"] 30.501 ms (5%) 13.69 MiB (1%) 202179
["OptAnalyzer", "sum(\"julia\") (cached)"] 259.906 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 14.727 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 5.329 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 23.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1569
Commit aa9b9d0e0eb (2023-06-26 09:36 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 9289 s 0 s 525 s 9487 s 0 s
 #2 2095 MHz 9500 s 0 s 362 s 9409 s 0 s
 Memory: 6.7694854736328125 GB (4726.73828125 MB free)
 Uptime: 1940.59 sec
 Load Avg: 1.0 1.03 0.97
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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.15
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: 27 Jun 2023 - 11:23
  • Baseline: 27 Jun 2023 - 11:33
  • Package commits:
  • Target: e9a721
  • Baseline: e46dbe
  • Julia commits:
  • Target: 76c906
  • Baseline: 76c906
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.1574
Commit 76c906ed2cc (2023-06-27 04:48 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 6446 s 0 s 284 s 3682 s 0 s
 #2 2793 MHz 3613 s 0 s 263 s 6513 s 0 s
 Memory: 6.7694854736328125 GB (4622.43359375 MB free)
 Uptime: 1047.88 sec
 Load Avg: 1.0 1.02 0.79
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.1574
Commit 76c906ed2cc (2023-06-27 04:48 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 10950 s 0 s 357 s 4906 s 0 s
 #2 2793 MHz 5088 s 0 s 427 s 10669 s 0 s
 Memory: 6.7694854736328125 GB (4600.890625 MB free)
 Uptime: 1628.41 sec
 Load Avg: 1.03 1.04 0.94
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 27 Jun 2023 - 11:23
  • Package commit: e9a721
  • Julia commit: 76c906
  • 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
["First-Time-To-JET", "package loading"] 224.000 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 495.230 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 199.309 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 53.786 ms (5%) 2.28 MiB (1%) 39827
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.760 s (5%) 939.732 ms 1.25 GiB (1%) 23448787
["JETAnalyzer{BasicPass} top-level", "simple"] 8.718 ms (5%) 1.87 MiB (1%) 32712
["JETAnalyzer{BasicPass}", "identity(nothing)"] 83.499 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 150.980 ms (5%) 38.63 MiB (1%) 727900
["JETAnalyzer{BasicPass}", "rand(Bool)"] 46.120 ms (5%) 12.01 MiB (1%) 221047
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 133.499 μs (5%) 14.77 KiB (1%) 201
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.534 ms (5%) 1.70 MiB (1%) 30161
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.999 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 221.839 ms (5%) 31.671 ms 65.69 MiB (1%) 842682
["JETAnalyzer{SoundPass}", "rand(Bool)"] 45.798 ms (5%) 13.64 MiB (1%) 235499
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 145.299 μs (5%) 18.67 KiB (1%) 238
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.861 ms (5%) 1.76 MiB (1%) 31275
["OptAnalyzer", "identity(nothing)"] 131.199 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 512.704 ms (5%) 46.462 ms 215.67 MiB (1%) 3156946
["OptAnalyzer", "rand(Bool)"] 28.675 ms (5%) 13.70 MiB (1%) 202319
["OptAnalyzer", "sum(\"julia\") (cached)"] 245.199 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 13.708 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.407 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 20.300 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1574
Commit 76c906ed2cc (2023-06-27 04:48 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 6446 s 0 s 284 s 3682 s 0 s
 #2 2793 MHz 3613 s 0 s 263 s 6513 s 0 s
 Memory: 6.7694854736328125 GB (4622.43359375 MB free)
 Uptime: 1047.88 sec
 Load Avg: 1.0 1.02 0.79
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 27 Jun 2023 - 11:33
  • Package commit: e46dbe
  • Julia commit: 76c906
  • 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
["First-Time-To-JET", "package loading"] 224.201 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 491.175 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 197.892 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 53.207 ms (5%) 2.28 MiB (1%) 39827
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.576 s (5%) 923.352 ms 1.25 GiB (1%) 23448787
["JETAnalyzer{BasicPass} top-level", "simple"] 8.674 ms (5%) 1.87 MiB (1%) 32711
["JETAnalyzer{BasicPass}", "identity(nothing)"] 84.600 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 146.559 ms (5%) 38.63 MiB (1%) 727900
["JETAnalyzer{BasicPass}", "rand(Bool)"] 45.061 ms (5%) 12.07 MiB (1%) 221049
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 136.999 μs (5%) 14.77 KiB (1%) 201
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.287 ms (5%) 1.71 MiB (1%) 30162
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.000 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 217.774 ms (5%) 32.137 ms 65.69 MiB (1%) 842682
["JETAnalyzer{SoundPass}", "rand(Bool)"] 45.697 ms (5%) 13.70 MiB (1%) 235501
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 144.599 μs (5%) 18.67 KiB (1%) 238
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.692 ms (5%) 1.76 MiB (1%) 31275
["OptAnalyzer", "identity(nothing)"] 135.199 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 524.249 ms (5%) 46.867 ms 215.67 MiB (1%) 3156946
["OptAnalyzer", "rand(Bool)"] 28.702 ms (5%) 13.70 MiB (1%) 202319
["OptAnalyzer", "sum(\"julia\") (cached)"] 247.798 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 13.593 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.441 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 19.700 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1574
Commit 76c906ed2cc (2023-06-27 04:48 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 10950 s 0 s 357 s 4906 s 0 s
 #2 2793 MHz 5088 s 0 s 427 s 10669 s 0 s
 Memory: 6.7694854736328125 GB (4600.890625 MB free)
 Uptime: 1628.41 sec
 Load Avg: 1.03 1.04 0.94
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 5586.87
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: 27 Jun 2023 - 14:04
  • Baseline: 27 Jun 2023 - 14:18
  • Package commits:
  • Target: eb7a05
  • Baseline: e46dbe
  • Julia commits:
  • Target: fc8b70
  • Baseline: fc8b70
  • 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
["First-Time-To-JET", "sum(\"julia\")"] 1.06 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "simple"] 1.07 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.91 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.12 (5%) ❌ 1.01 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 0.99 (5%) 1.01 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.05 (5%) ❌ 1.01 (1%)
["OptAnalyzer", "sum(\"julia\") (cached)"] 0.89 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.93 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 2584 s 0 s 268 s 8384 s 0 s
 #2 2095 MHz 8690 s 0 s 358 s 2203 s 0 s
 Memory: 6.769481658935547 GB (4681.65625 MB free)
 Uptime: 1133.55 sec
 Load Avg: 1.0 1.01 0.8
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 5962 s 0 s 397 s 13609 s 0 s
 #2 2095 MHz 14234 s 0 s 511 s 5248 s 0 s
 Memory: 6.769481658935547 GB (4718.33984375 MB free)
 Uptime: 2009.66 sec
 Load Avg: 1.0 1.03 0.99
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 27 Jun 2023 - 14:4
  • Package commit: eb7a05
  • Julia commit: fc8b70
  • 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
["First-Time-To-JET", "package loading"] 292.220 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 652.148 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 247.588 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 62.494 ms (5%) 2.28 MiB (1%) 39827
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.268 s (5%) 1.179 s 1.25 GiB (1%) 23439645
["JETAnalyzer{BasicPass} top-level", "simple"] 11.254 ms (5%) 1.86 MiB (1%) 32710
["JETAnalyzer{BasicPass}", "identity(nothing)"] 105.302 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 192.819 ms (5%) 38.57 MiB (1%) 727898
["JETAnalyzer{BasicPass}", "rand(Bool)"] 56.039 ms (5%) 12.01 MiB (1%) 221047
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 171.802 μs (5%) 14.86 KiB (1%) 203
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.638 ms (5%) 1.70 MiB (1%) 30161
["JETAnalyzer{SoundPass}", "identity(nothing)"] 107.802 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 286.952 ms (5%) 39.918 ms 65.73 MiB (1%) 842675
["JETAnalyzer{SoundPass}", "rand(Bool)"] 56.262 ms (5%) 13.64 MiB (1%) 235499
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 181.803 μs (5%) 18.91 KiB (1%) 240
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.296 ms (5%) 1.77 MiB (1%) 31276
["OptAnalyzer", "identity(nothing)"] 170.003 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 700.303 ms (5%) 69.625 ms 215.67 MiB (1%) 3156935
["OptAnalyzer", "rand(Bool)"] 34.962 ms (5%) 13.70 MiB (1%) 202319
["OptAnalyzer", "sum(\"julia\") (cached)"] 295.204 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 16.985 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 5.741 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 24.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 2584 s 0 s 268 s 8384 s 0 s
 #2 2095 MHz 8690 s 0 s 358 s 2203 s 0 s
 Memory: 6.769481658935547 GB (4681.65625 MB free)
 Uptime: 1133.55 sec
 Load Avg: 1.0 1.01 0.8
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 27 Jun 2023 - 14:18
  • Package commit: e46dbe
  • Julia commit: fc8b70
  • 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
["First-Time-To-JET", "package loading"] 300.839 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 641.674 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 232.555 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 60.911 ms (5%) 2.28 MiB (1%) 39827
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.310 s (5%) 1.085 s 1.25 GiB (1%) 23447050
["JETAnalyzer{BasicPass} top-level", "simple"] 10.541 ms (5%) 1.86 MiB (1%) 32710
["JETAnalyzer{BasicPass}", "identity(nothing)"] 115.801 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 195.249 ms (5%) 38.57 MiB (1%) 727898
["JETAnalyzer{BasicPass}", "rand(Bool)"] 56.075 ms (5%) 12.01 MiB (1%) 221047
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 153.902 μs (5%) 14.77 KiB (1%) 201
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.673 ms (5%) 1.70 MiB (1%) 30161
["JETAnalyzer{SoundPass}", "identity(nothing)"] 111.802 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 291.111 ms (5%) 40.063 ms 66.02 MiB (1%) 842675
["JETAnalyzer{SoundPass}", "rand(Bool)"] 57.491 ms (5%) 13.64 MiB (1%) 235499
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 183.003 μs (5%) 18.67 KiB (1%) 238
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.922 ms (5%) 1.76 MiB (1%) 31275
["OptAnalyzer", "identity(nothing)"] 162.203 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 679.680 ms (5%) 55.606 ms 215.67 MiB (1%) 3156941
["OptAnalyzer", "rand(Bool)"] 36.260 ms (5%) 13.70 MiB (1%) 202319
["OptAnalyzer", "sum(\"julia\") (cached)"] 330.805 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 16.952 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 5.902 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 26.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 5962 s 0 s 397 s 13609 s 0 s
 #2 2095 MHz 14234 s 0 s 511 s 5248 s 0 s
 Memory: 6.769481658935547 GB (4718.33984375 MB free)
 Uptime: 2009.66 sec
 Load Avg: 1.0 1.03 0.99
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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.15
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: 27 Jun 2023 - 16:05
  • Baseline: 27 Jun 2023 - 16:18
  • Package commits:
  • Target: 4ea0bb
  • Baseline: e46dbe
  • Julia commits:
  • Target: fc8b70
  • Baseline: fc8b70
  • 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}", "identity(nothing)"] 0.98 (5%) 1.11 (1%) ❌
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.01 (5%) 1.06 (1%) ❌
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.06 (5%) ❌ 1.11 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.07 (5%) ❌ 1.05 (1%) ❌
["OptAnalyzer", "identity(nothing)"] 1.07 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.93 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 4131 s 0 s 268 s 6527 s 0 s
 #2 2793 MHz 5925 s 0 s 263 s 4736 s 0 s
 Memory: 6.7694854736328125 GB (4576.3046875 MB free)
 Uptime: 1101.18 sec
 Load Avg: 1.0 1.03 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 9152 s 0 s 470 s 9186 s 0 s
 #2 2793 MHz 8958 s 0 s 319 s 9524 s 0 s
 Memory: 6.7694854736328125 GB (4596.5078125 MB free)
 Uptime: 1890.39 sec
 Load Avg: 1.0 1.07 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 27 Jun 2023 - 16:5
  • Package commit: 4ea0bb
  • Julia commit: fc8b70
  • 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
["First-Time-To-JET", "package loading"] 223.826 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 500.288 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 205.000 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 53.415 ms (5%) 2.28 MiB (1%) 39847
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.340 s (5%) 902.239 ms 1.25 GiB (1%) 23441134
["JETAnalyzer{BasicPass} top-level", "simple"] 8.645 ms (5%) 1.86 MiB (1%) 32722
["JETAnalyzer{BasicPass}", "identity(nothing)"] 87.300 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 154.454 ms (5%) 38.57 MiB (1%) 727908
["JETAnalyzer{BasicPass}", "rand(Bool)"] 46.148 ms (5%) 12.01 MiB (1%) 221057
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 136.300 μs (5%) 15.64 KiB (1%) 216
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.649 ms (5%) 1.71 MiB (1%) 30174
["JETAnalyzer{SoundPass}", "identity(nothing)"] 93.500 μs (5%) 7.95 KiB (1%) 114
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 225.697 ms (5%) 32.372 ms 66.06 MiB (1%) 842773
["JETAnalyzer{SoundPass}", "rand(Bool)"] 45.796 ms (5%) 13.68 MiB (1%) 235524
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 149.100 μs (5%) 19.69 KiB (1%) 253
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.798 ms (5%) 1.76 MiB (1%) 31287
["OptAnalyzer", "identity(nothing)"] 139.300 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 505.406 ms (5%) 40.302 ms 215.67 MiB (1%) 3156929
["OptAnalyzer", "rand(Bool)"] 28.523 ms (5%) 13.70 MiB (1%) 202317
["OptAnalyzer", "sum(\"julia\") (cached)"] 247.799 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 13.541 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.329 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 19.100 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 4131 s 0 s 268 s 6527 s 0 s
 #2 2793 MHz 5925 s 0 s 263 s 4736 s 0 s
 Memory: 6.7694854736328125 GB (4576.3046875 MB free)
 Uptime: 1101.18 sec
 Load Avg: 1.0 1.03 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 27 Jun 2023 - 16:18
  • Package commit: e46dbe
  • Julia commit: fc8b70
  • 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
["First-Time-To-JET", "package loading"] 223.050 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 495.399 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 197.584 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 53.716 ms (5%) 2.28 MiB (1%) 39827
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.632 s (5%) 881.205 ms 1.25 GiB (1%) 23446038
["JETAnalyzer{BasicPass} top-level", "simple"] 8.614 ms (5%) 1.86 MiB (1%) 32711
["JETAnalyzer{BasicPass}", "identity(nothing)"] 89.100 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 154.637 ms (5%) 38.57 MiB (1%) 727897
["JETAnalyzer{BasicPass}", "rand(Bool)"] 47.132 ms (5%) 12.01 MiB (1%) 221046
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 135.199 μs (5%) 14.77 KiB (1%) 201
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.370 ms (5%) 1.71 MiB (1%) 30162
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.099 μs (5%) 7.19 KiB (1%) 102
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 225.815 ms (5%) 31.923 ms 65.86 MiB (1%) 842690
["JETAnalyzer{SoundPass}", "rand(Bool)"] 45.797 ms (5%) 13.64 MiB (1%) 235498
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 139.300 μs (5%) 18.67 KiB (1%) 238
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.901 ms (5%) 1.76 MiB (1%) 31275
["OptAnalyzer", "identity(nothing)"] 130.199 μs (5%) 25.41 KiB (1%) 363
["OptAnalyzer", "println(QuoteNode(nothing))"] 517.508 ms (5%) 42.263 ms 215.67 MiB (1%) 3156930
["OptAnalyzer", "rand(Bool)"] 29.313 ms (5%) 13.70 MiB (1%) 202318
["OptAnalyzer", "sum(\"julia\") (cached)"] 242.798 μs (5%) 57.67 KiB (1%) 790
["OptAnalyzer", "sum(\"julia\")"] 13.880 ms (5%) 5.82 MiB (1%) 86640
["show(::IO, ::JETCallResult)", "report_call"] 4.411 ms (5%) 656.96 KiB (1%) 6893
["show(::IO, ::JETCallResult)", "report_opt"] 20.500 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1575
Commit fc8b7003c92 (2023-06-27 12:02 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 9152 s 0 s 470 s 9186 s 0 s
 #2 2793 MHz 8958 s 0 s 319 s 9524 s 0 s
 Memory: 6.7694854736328125 GB (4596.5078125 MB free)
 Uptime: 1890.39 sec
 Load Avg: 1.0 1.07 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (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: 5586.87
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

@aviatesk aviatesk force-pushed the avi/543-configurable branch 2 times, most recently from 5a6c7c9 to 2fc2738 Compare June 27, 2023 11:07
@aviatesk
Copy link
Owner Author

There is an increase in minor allocations, but I am unable to find any further optimization methods. Hopefully this regression may be eliminated during refactoring ReportPass when addressing #544.

@aviatesk aviatesk merged commit 2abe1ea into master Jun 29, 2023
20 checks passed
@aviatesk aviatesk deleted the avi/543-configurable branch June 29, 2023 08:50
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