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

prepare for updating to 1.12, require 1.11 as the minimum compat #691

Merged
merged 3 commits into from
Feb 20, 2025

Conversation

aviatesk
Copy link
Owner

And much simplifies cache management implementation.

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

Attention: Patch coverage is 74.19355% with 8 lines in your changes missing coverage. Please review.

Project coverage is 87.72%. Comparing base (265d512) to head (81a9445).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/JETBase.jl 0.00% 7 Missing ⚠️
src/abstractinterpret/typeinfer.jl 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #691      +/-   ##
==========================================
- Coverage   90.32%   87.72%   -2.60%     
==========================================
  Files          15       12       -3     
  Lines        3110     2909     -201     
==========================================
- Hits         2809     2552     -257     
- Misses        301      357      +56     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Which allows us to simplify overloads related to the management of
analysis result cache.
Copy link

github-actions bot commented Feb 20, 2025

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 20 Feb 2025 - 16:02
  • Baseline: 20 Feb 2025 - 16:13
  • Package commits:
  • Target: b15920
  • Baseline: 265d51
  • Julia commits:
  • Target: d63ade
  • Baseline: d63ade
  • 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.71 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.71 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.02 (5%) 1.07 (1%) ❌
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.01 (5%) 0.97 (1%) ✅
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.99 (5%) 0.99 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.06 (5%) ❌ 1.09 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.00 (5%) 0.99 (1%) ✅
["OptAnalyzer", "identity(nothing)"] 0.93 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "println(QuoteNode(nothing))"] 0.93 (5%) ✅ 0.91 (1%) ✅
["OptAnalyzer", "rand(Bool)"] 0.84 (5%) ✅ 0.78 (1%) ✅
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.03 (5%) 1.02 (1%) ❌
["OptAnalyzer", "sum(\"julia\")"] 0.73 (5%) ✅ 0.68 (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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2341 s 0 s 154 s 6775 s 0 s
 #2 0 MHz 2564 s 0 s 153 s 6570 s 0 s
 #3 0 MHz 2342 s 0 s 127 s 6787 s 0 s
 #4 0 MHz 1479 s 0 s 157 s 7627 s 0 s
 Memory: 15.61526870727539 GB (11461.046875 MB free)
 Uptime: 935.24 sec
 Load Avg: 1.05 1.02 0.69
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 4258 s 0 s 208 s 11866 s 0 s
 #2 0 MHz 4583 s 0 s 222 s 11546 s 0 s
 #3 0 MHz 4323 s 0 s 226 s 11771 s 0 s
 #4 0 MHz 2800 s 0 s 254 s 13272 s 0 s
 Memory: 15.61526870727539 GB (11391.59765625 MB free)
 Uptime: 1642.33 sec
 Load Avg: 1.02 1.03 0.91
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

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

Job Properties

  • Time of benchmark: 20 Feb 2025 - 16:2
  • Package commit: b15920
  • Julia commit: d63ade
  • 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"] 596.792 ms (5%) 64.74 KiB (1%) 22
["First-Time-To-JET", "rand(Bool)"] 11.579 s (5%) 65.15 KiB (1%) 22
["First-Time-To-JET", "sum(\"julia\")"] 11.255 s (5%) 65.15 KiB (1%) 22
["JETAnalyzer{BasicPass} top-level", "demo"] 33.528 ms (5%) 2.02 MiB (1%) 42377
["JETAnalyzer{BasicPass} top-level", "self analysis"] 8.612 s (5%) 395.568 ms 1.28 GiB (1%) 28414469
["JETAnalyzer{BasicPass} top-level", "simple"] 7.768 ms (5%) 1.98 MiB (1%) 45399
["JETAnalyzer{BasicPass}", "identity(nothing)"] 89.088 μs (5%) 7.59 KiB (1%) 146
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 109.498 ms (5%) 38.62 MiB (1%) 902256
["JETAnalyzer{BasicPass}", "rand(Bool)"] 44.715 ms (5%) 16.88 MiB (1%) 391167
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 145.774 μs (5%) 17.42 KiB (1%) 293
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.208 ms (5%) 1.85 MiB (1%) 42617
["JETAnalyzer{SoundPass}", "identity(nothing)"] 94.527 μs (5%) 7.59 KiB (1%) 146
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 129.881 ms (5%) 53.01 MiB (1%) 1001126
["JETAnalyzer{SoundPass}", "rand(Bool)"] 48.308 ms (5%) 19.36 MiB (1%) 415464
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 159.840 μs (5%) 19.58 KiB (1%) 305
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.326 ms (5%) 1.92 MiB (1%) 44105
["OptAnalyzer", "identity(nothing)"] 74.730 μs (5%) 6.08 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 498.875 ms (5%) 277.13 MiB (1%) 5588769
["OptAnalyzer", "rand(Bool)"] 25.166 ms (5%) 14.00 MiB (1%) 295906
["OptAnalyzer", "sum(\"julia\") (cached)"] 256.809 μs (5%) 65.36 KiB (1%) 1144
["OptAnalyzer", "sum(\"julia\")"] 8.973 ms (5%) 5.20 MiB (1%) 106915
["show(::IO, ::JETCallResult)", "report_call"] 5.722 ms (5%) 3.20 MiB (1%) 44225
["show(::IO, ::JETCallResult)", "report_opt"] 168.067 ms (5%) 112.56 MiB (1%) 1816361

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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2341 s 0 s 154 s 6775 s 0 s
 #2 0 MHz 2564 s 0 s 153 s 6570 s 0 s
 #3 0 MHz 2342 s 0 s 127 s 6787 s 0 s
 #4 0 MHz 1479 s 0 s 157 s 7627 s 0 s
 Memory: 15.61526870727539 GB (11461.046875 MB free)
 Uptime: 935.24 sec
 Load Avg: 1.05 1.02 0.69
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

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

Job Properties

  • Time of benchmark: 20 Feb 2025 - 16:13
  • Package commit: 265d51
  • Julia commit: d63ade
  • 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"] 599.372 ms (5%) 64.74 KiB (1%) 22
["First-Time-To-JET", "rand(Bool)"] 16.261 s (5%) 65.15 KiB (1%) 22
["First-Time-To-JET", "sum(\"julia\")"] 15.910 s (5%) 65.15 KiB (1%) 22
["JETAnalyzer{BasicPass} top-level", "demo"] 34.028 ms (5%) 2.02 MiB (1%) 42386
["JETAnalyzer{BasicPass} top-level", "self analysis"] 8.576 s (5%) 1.28 GiB (1%) 28467943
["JETAnalyzer{BasicPass} top-level", "simple"] 7.785 ms (5%) 2.00 MiB (1%) 45734
["JETAnalyzer{BasicPass}", "identity(nothing)"] 88.716 μs (5%) 7.58 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 107.651 ms (5%) 38.70 MiB (1%) 905083
["JETAnalyzer{BasicPass}", "rand(Bool)"] 45.113 ms (5%) 16.93 MiB (1%) 392784
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 142.496 μs (5%) 16.34 KiB (1%) 283
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.019 ms (5%) 1.86 MiB (1%) 42955
["JETAnalyzer{SoundPass}", "identity(nothing)"] 90.098 μs (5%) 7.58 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 128.868 ms (5%) 54.48 MiB (1%) 1018062
["JETAnalyzer{SoundPass}", "rand(Bool)"] 48.799 ms (5%) 19.63 MiB (1%) 419839
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 150.141 μs (5%) 18.03 KiB (1%) 292
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.309 ms (5%) 1.94 MiB (1%) 44553
["OptAnalyzer", "identity(nothing)"] 80.049 μs (5%) 6.06 KiB (1%) 131
["OptAnalyzer", "println(QuoteNode(nothing))"] 535.978 ms (5%) 305.12 MiB (1%) 6184605
["OptAnalyzer", "rand(Bool)"] 29.919 ms (5%) 17.90 MiB (1%) 376431
["OptAnalyzer", "sum(\"julia\") (cached)"] 249.045 μs (5%) 64.17 KiB (1%) 1131
["OptAnalyzer", "sum(\"julia\")"] 12.243 ms (5%) 7.68 MiB (1%) 159421
["show(::IO, ::JETCallResult)", "report_call"] 5.699 ms (5%) 3.20 MiB (1%) 44225
["show(::IO, ::JETCallResult)", "report_opt"] 169.097 ms (5%) 112.56 MiB (1%) 1816361

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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 4258 s 0 s 208 s 11866 s 0 s
 #2 0 MHz 4583 s 0 s 222 s 11546 s 0 s
 #3 0 MHz 4323 s 0 s 226 s 11771 s 0 s
 #4 0 MHz 2800 s 0 s 254 s 13272 s 0 s
 Memory: 15.61526870727539 GB (11391.59765625 MB free)
 Uptime: 1642.33 sec
 Load Avg: 1.02 1.03 0.91
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.85
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
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; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
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: 20 Feb 2025 - 16:16
  • Baseline: 20 Feb 2025 - 16:28
  • Package commits:
  • Target: 63401a
  • Baseline: 265d51
  • Julia commits:
  • Target: d63ade
  • Baseline: d63ade
  • 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.71 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.70 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "simple"] 0.97 (5%) 0.98 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.02 (5%) 1.07 (1%) ❌
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.00 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.98 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 0.96 (5%) 1.09 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.00 (5%) 0.99 (1%) ✅
["OptAnalyzer", "println(QuoteNode(nothing))"] 0.93 (5%) ✅ 0.91 (1%) ✅
["OptAnalyzer", "rand(Bool)"] 0.84 (5%) ✅ 0.78 (1%) ✅
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.03 (5%) 1.02 (1%) ❌
["OptAnalyzer", "sum(\"julia\")"] 0.70 (5%) ✅ 0.68 (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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1853 s 0 s 144 s 6050 s 0 s
 #2 0 MHz 3418 s 0 s 159 s 4466 s 0 s
 #3 0 MHz 1588 s 0 s 145 s 6316 s 0 s
 #4 0 MHz 1886 s 0 s 137 s 6017 s 0 s
 Memory: 15.615264892578125 GB (11345.21875 MB free)
 Uptime: 813.25 sec
 Load Avg: 1.03 1.01 0.67
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 3029 s 0 s 241 s 11829 s 0 s
 #2 0 MHz 5442 s 0 s 250 s 9407 s 0 s
 #3 0 MHz 2859 s 0 s 220 s 12023 s 0 s
 #4 0 MHz 4642 s 0 s 198 s 10257 s 0 s
 Memory: 15.615264892578125 GB (11352.4921875 MB free)
 Uptime: 1519.5 sec
 Load Avg: 1.0 1.01 0.89
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

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

Job Properties

  • Time of benchmark: 20 Feb 2025 - 16:16
  • Package commit: 63401a
  • Julia commit: d63ade
  • 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"] 596.920 ms (5%) 64.74 KiB (1%) 22
["First-Time-To-JET", "rand(Bool)"] 11.500 s (5%) 65.15 KiB (1%) 22
["First-Time-To-JET", "sum(\"julia\")"] 11.148 s (5%) 65.15 KiB (1%) 22
["JETAnalyzer{BasicPass} top-level", "demo"] 33.564 ms (5%) 2.02 MiB (1%) 42377
["JETAnalyzer{BasicPass} top-level", "self analysis"] 8.618 s (5%) 360.538 ms 1.28 GiB (1%) 28414479
["JETAnalyzer{BasicPass} top-level", "simple"] 7.739 ms (5%) 1.96 MiB (1%) 45399
["JETAnalyzer{BasicPass}", "identity(nothing)"] 89.759 μs (5%) 7.59 KiB (1%) 146
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 108.713 ms (5%) 38.62 MiB (1%) 902257
["JETAnalyzer{BasicPass}", "rand(Bool)"] 44.121 ms (5%) 16.88 MiB (1%) 391168
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 149.360 μs (5%) 17.42 KiB (1%) 293
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.123 ms (5%) 1.85 MiB (1%) 42617
["JETAnalyzer{SoundPass}", "identity(nothing)"] 90.640 μs (5%) 7.59 KiB (1%) 146
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 128.389 ms (5%) 53.22 MiB (1%) 1001139
["JETAnalyzer{SoundPass}", "rand(Bool)"] 48.523 ms (5%) 19.33 MiB (1%) 415453
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 146.145 μs (5%) 19.58 KiB (1%) 305
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.371 ms (5%) 1.92 MiB (1%) 44105
["OptAnalyzer", "identity(nothing)"] 76.223 μs (5%) 6.08 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 490.022 ms (5%) 277.13 MiB (1%) 5588806
["OptAnalyzer", "rand(Bool)"] 24.467 ms (5%) 14.00 MiB (1%) 295907
["OptAnalyzer", "sum(\"julia\") (cached)"] 248.307 μs (5%) 65.36 KiB (1%) 1144
["OptAnalyzer", "sum(\"julia\")"] 8.612 ms (5%) 5.20 MiB (1%) 106915
["show(::IO, ::JETCallResult)", "report_call"] 5.682 ms (5%) 3.20 MiB (1%) 44225
["show(::IO, ::JETCallResult)", "report_opt"] 167.088 ms (5%) 112.56 MiB (1%) 1816361

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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1853 s 0 s 144 s 6050 s 0 s
 #2 0 MHz 3418 s 0 s 159 s 4466 s 0 s
 #3 0 MHz 1588 s 0 s 145 s 6316 s 0 s
 #4 0 MHz 1886 s 0 s 137 s 6017 s 0 s
 Memory: 15.615264892578125 GB (11345.21875 MB free)
 Uptime: 813.25 sec
 Load Avg: 1.03 1.01 0.67
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

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

Job Properties

  • Time of benchmark: 20 Feb 2025 - 16:28
  • Package commit: 265d51
  • Julia commit: d63ade
  • 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"] 597.714 ms (5%) 64.74 KiB (1%) 22
["First-Time-To-JET", "rand(Bool)"] 16.263 s (5%) 65.15 KiB (1%) 22
["First-Time-To-JET", "sum(\"julia\")"] 15.967 s (5%) 65.15 KiB (1%) 22
["JETAnalyzer{BasicPass} top-level", "demo"] 33.647 ms (5%) 2.02 MiB (1%) 42386
["JETAnalyzer{BasicPass} top-level", "self analysis"] 8.985 s (5%) 373.141 ms 1.28 GiB (1%) 28467957
["JETAnalyzer{BasicPass} top-level", "simple"] 7.942 ms (5%) 2.00 MiB (1%) 45734
["JETAnalyzer{BasicPass}", "identity(nothing)"] 89.648 μs (5%) 7.58 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 109.910 ms (5%) 38.70 MiB (1%) 905084
["JETAnalyzer{BasicPass}", "rand(Bool)"] 44.139 ms (5%) 16.93 MiB (1%) 392785
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 146.295 μs (5%) 16.34 KiB (1%) 283
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.196 ms (5%) 1.86 MiB (1%) 42955
["JETAnalyzer{SoundPass}", "identity(nothing)"] 90.339 μs (5%) 7.58 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 128.376 ms (5%) 54.47 MiB (1%) 1018059
["JETAnalyzer{SoundPass}", "rand(Bool)"] 49.346 ms (5%) 19.63 MiB (1%) 419840
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 152.867 μs (5%) 18.03 KiB (1%) 292
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.363 ms (5%) 1.94 MiB (1%) 44553
["OptAnalyzer", "identity(nothing)"] 75.131 μs (5%) 6.06 KiB (1%) 131
["OptAnalyzer", "println(QuoteNode(nothing))"] 529.261 ms (5%) 305.12 MiB (1%) 6184656
["OptAnalyzer", "rand(Bool)"] 29.242 ms (5%) 17.90 MiB (1%) 376432
["OptAnalyzer", "sum(\"julia\") (cached)"] 240.391 μs (5%) 64.17 KiB (1%) 1131
["OptAnalyzer", "sum(\"julia\")"] 12.277 ms (5%) 7.68 MiB (1%) 159421
["show(::IO, ::JETCallResult)", "report_call"] 5.675 ms (5%) 3.20 MiB (1%) 44225
["show(::IO, ::JETCallResult)", "report_opt"] 169.439 ms (5%) 112.56 MiB (1%) 1816361

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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 3029 s 0 s 241 s 11829 s 0 s
 #2 0 MHz 5442 s 0 s 250 s 9407 s 0 s
 #3 0 MHz 2859 s 0 s 220 s 12023 s 0 s
 #4 0 MHz 4642 s 0 s 198 s 10257 s 0 s
 Memory: 15.615264892578125 GB (11352.4921875 MB free)
 Uptime: 1519.5 sec
 Load Avg: 1.0 1.01 0.89
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.86
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
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; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
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: 20 Feb 2025 - 16:18
  • Baseline: 20 Feb 2025 - 16:30
  • Package commits:
  • Target: 271fb2
  • Baseline: 265d51
  • Julia commits:
  • Target: d63ade
  • Baseline: d63ade
  • 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.73 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.69 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.05 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.08 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.02 (5%) 1.07 (1%) ❌
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.05 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.04 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "rand(Bool)"] 1.03 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.11 (5%) ❌ 1.09 (1%) ❌
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 1.05 (5%) 0.99 (1%) ✅
["OptAnalyzer", "println(QuoteNode(nothing))"] 0.95 (5%) ✅ 0.91 (1%) ✅
["OptAnalyzer", "rand(Bool)"] 0.85 (5%) ✅ 0.78 (1%) ✅
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.04 (5%) 1.02 (1%) ❌
["OptAnalyzer", "sum(\"julia\")"] 0.73 (5%) ✅ 0.68 (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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2261 s 0 s 147 s 7432 s 0 s
 #2 0 MHz 3929 s 0 s 143 s 5729 s 0 s
 #3 0 MHz 1599 s 0 s 168 s 8080 s 0 s
 #4 0 MHz 1335 s 0 s 151 s 8327 s 0 s
 Memory: 15.61526870727539 GB (11438.72265625 MB free)
 Uptime: 991.48 sec
 Load Avg: 1.06 1.03 0.7
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 4127 s 0 s 217 s 12740 s 0 s
 #2 0 MHz 6403 s 0 s 232 s 10412 s 0 s
 #3 0 MHz 3064 s 0 s 255 s 13774 s 0 s
 #4 0 MHz 2944 s 0 s 234 s 13880 s 0 s
 Memory: 15.61526870727539 GB (11246.47265625 MB free)
 Uptime: 1716.86 sec
 Load Avg: 1.08 1.02 0.91
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

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

Job Properties

  • Time of benchmark: 20 Feb 2025 - 16:18
  • Package commit: 271fb2
  • Julia commit: d63ade
  • 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"] 646.080 ms (5%) 64.74 KiB (1%) 22
["First-Time-To-JET", "rand(Bool)"] 12.693 s (5%) 65.15 KiB (1%) 22
["First-Time-To-JET", "sum(\"julia\")"] 11.965 s (5%) 65.15 KiB (1%) 22
["JETAnalyzer{BasicPass} top-level", "demo"] 34.427 ms (5%) 2.02 MiB (1%) 42377
["JETAnalyzer{BasicPass} top-level", "self analysis"] 9.304 s (5%) 1.28 GiB (1%) 28413269
["JETAnalyzer{BasicPass} top-level", "simple"] 7.800 ms (5%) 1.98 MiB (1%) 45399
["JETAnalyzer{BasicPass}", "identity(nothing)"] 98.764 μs (5%) 7.59 KiB (1%) 146
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 112.429 ms (5%) 38.62 MiB (1%) 902256
["JETAnalyzer{BasicPass}", "rand(Bool)"] 45.664 ms (5%) 16.88 MiB (1%) 391167
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 155.369 μs (5%) 17.42 KiB (1%) 293
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.350 ms (5%) 1.85 MiB (1%) 42617
["JETAnalyzer{SoundPass}", "identity(nothing)"] 97.091 μs (5%) 7.59 KiB (1%) 146
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 134.310 ms (5%) 53.22 MiB (1%) 1001138
["JETAnalyzer{SoundPass}", "rand(Bool)"] 50.178 ms (5%) 19.33 MiB (1%) 415452
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 165.428 μs (5%) 19.58 KiB (1%) 305
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.538 ms (5%) 1.92 MiB (1%) 44105
["OptAnalyzer", "identity(nothing)"] 81.893 μs (5%) 6.08 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 506.083 ms (5%) 277.13 MiB (1%) 5588807
["OptAnalyzer", "rand(Bool)"] 25.529 ms (5%) 14.00 MiB (1%) 295906
["OptAnalyzer", "sum(\"julia\") (cached)"] 255.436 μs (5%) 65.36 KiB (1%) 1144
["OptAnalyzer", "sum(\"julia\")"] 9.255 ms (5%) 5.20 MiB (1%) 106915
["show(::IO, ::JETCallResult)", "report_call"] 5.998 ms (5%) 3.20 MiB (1%) 44225
["show(::IO, ::JETCallResult)", "report_opt"] 172.907 ms (5%) 112.56 MiB (1%) 1816361

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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2261 s 0 s 147 s 7432 s 0 s
 #2 0 MHz 3929 s 0 s 143 s 5729 s 0 s
 #3 0 MHz 1599 s 0 s 168 s 8080 s 0 s
 #4 0 MHz 1335 s 0 s 151 s 8327 s 0 s
 Memory: 15.61526870727539 GB (11438.72265625 MB free)
 Uptime: 991.48 sec
 Load Avg: 1.06 1.03 0.7
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

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

Job Properties

  • Time of benchmark: 20 Feb 2025 - 16:30
  • Package commit: 265d51
  • Julia commit: d63ade
  • 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"] 639.094 ms (5%) 64.74 KiB (1%) 22
["First-Time-To-JET", "rand(Bool)"] 17.464 s (5%) 65.15 KiB (1%) 22
["First-Time-To-JET", "sum(\"julia\")"] 17.357 s (5%) 65.15 KiB (1%) 22
["JETAnalyzer{BasicPass} top-level", "demo"] 33.504 ms (5%) 2.02 MiB (1%) 42386
["JETAnalyzer{BasicPass} top-level", "self analysis"] 8.847 s (5%) 1.28 GiB (1%) 28466743
["JETAnalyzer{BasicPass} top-level", "simple"] 7.899 ms (5%) 2.00 MiB (1%) 45734
["JETAnalyzer{BasicPass}", "identity(nothing)"] 91.451 μs (5%) 7.58 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 110.378 ms (5%) 38.70 MiB (1%) 905081
["JETAnalyzer{BasicPass}", "rand(Bool)"] 45.088 ms (5%) 16.93 MiB (1%) 392782
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 152.224 μs (5%) 16.34 KiB (1%) 283
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.263 ms (5%) 1.86 MiB (1%) 42955
["JETAnalyzer{SoundPass}", "identity(nothing)"] 92.032 μs (5%) 7.58 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 128.775 ms (5%) 54.47 MiB (1%) 1018056
["JETAnalyzer{SoundPass}", "rand(Bool)"] 48.805 ms (5%) 19.63 MiB (1%) 419837
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 148.757 μs (5%) 18.03 KiB (1%) 292
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 5.279 ms (5%) 1.94 MiB (1%) 44553
["OptAnalyzer", "identity(nothing)"] 80.561 μs (5%) 6.06 KiB (1%) 131
["OptAnalyzer", "println(QuoteNode(nothing))"] 532.969 ms (5%) 305.12 MiB (1%) 6184651
["OptAnalyzer", "rand(Bool)"] 29.930 ms (5%) 17.90 MiB (1%) 376429
["OptAnalyzer", "sum(\"julia\") (cached)"] 245.367 μs (5%) 64.17 KiB (1%) 1131
["OptAnalyzer", "sum(\"julia\")"] 12.680 ms (5%) 7.68 MiB (1%) 159421
["show(::IO, ::JETCallResult)", "report_call"] 5.955 ms (5%) 3.20 MiB (1%) 44225
["show(::IO, ::JETCallResult)", "report_opt"] 169.895 ms (5%) 112.56 MiB (1%) 1816361

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.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1021-azure #25-Ubuntu SMP Wed Jan 15 20:45:09 UTC 2025 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 4127 s 0 s 217 s 12740 s 0 s
 #2 0 MHz 6403 s 0 s 232 s 10412 s 0 s
 #3 0 MHz 3064 s 0 s 255 s 13774 s 0 s
 #4 0 MHz 2944 s 0 s 234 s 13880 s 0 s
 Memory: 15.61526870727539 GB (11246.47265625 MB free)
 Uptime: 1716.86 sec
 Load Avg: 1.08 1.02 0.91
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.85
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
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; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@aviatesk aviatesk merged commit b9acd65 into master Feb 20, 2025
9 of 14 checks passed
@aviatesk aviatesk deleted the avi/1.11 branch February 20, 2025 16:36
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.

1 participant