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

enable precompilation cache #593

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

aviatesk
Copy link
Owner

With the introduction of CodeInstance serialization support in JuliaLang/julia#52852, it's now reasonable to experiment with persisting the analysis cache during precompilation.

There's an important consideration: the codeinst.max_world might occasionally be set to WORLD_AGE_REVALIDATION_SENTINEL on the C side under certain conditions. This assignment should ideally be reserved for proper CodeInstances (but it is not currently) and supposed to be fixed up by a subsequent serialization pass. To address this, this commit also adds an __init__ hook that overrides such max_worlds at package loading time.

@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2024

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (69bf5ab) 90.61% compared to head (4f94819) 90.31%.

Files Patch % Lines
src/JET.jl 0.00% 10 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #593      +/-   ##
==========================================
- Coverage   90.61%   90.31%   -0.31%     
==========================================
  Files          10       10              
  Lines        2963     2973      +10     
==========================================
  Hits         2685     2685              
- Misses        278      288      +10     

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

Copy link

github-actions bot commented Jan 15, 2024

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 15 Jan 2024 - 14:59
  • Baseline: 15 Jan 2024 - 15:09
  • Package commits:
  • Target: d02c4e
  • Baseline: 9b56dd
  • Julia commits:
  • Target: fc6295
  • Baseline: fc6295
  • 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", "package loading"] 86.76 (5%) ❌ 3.08 (1%) ❌
["JETAnalyzer{SoundPass}", "rand(Bool)"] 0.95 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 1.05 (5%) 1.03 (1%) ❌
["show(::IO, ::JETCallResult)", "report_opt"] 0.95 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

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

Julia versioninfo

Target

Julia Version 1.11.0-DEV.1276
Commit fc6295df630 (2024-01-15 05:47 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2602 MHz 1868 s 0 s 165 s 7357 s 0 s
 #2 3243 MHz 2850 s 0 s 146 s 6400 s 0 s
 #3 3242 MHz 2022 s 0 s 170 s 7194 s 0 s
 #4 3246 MHz 2369 s 0 s 178 s 6842 s 0 s
 Memory: 15.60690689086914 GB (11095.19921875 MB free)
 Uptime: 942.57 sec
 Load Avg: 1.01 1.04 0.73
 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.0-DEV.1276
Commit fc6295df630 (2024-01-15 05:47 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 3580 s 0 s 241 s 11950 s 0 s
 #2 2445 MHz 4913 s 0 s 227 s 10640 s 0 s
 #3 2594 MHz 3775 s 0 s 259 s 11735 s 0 s
 #4 3131 MHz 3919 s 0 s 283 s 11571 s 0 s
 Memory: 15.60690689086914 GB (11059.26171875 MB free)
 Uptime: 1582.02 sec
 Load Avg: 1.0 1.06 0.95
 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: 15 Jan 2024 - 14:59
  • Package commit: d02c4e
  • Julia commit: fc6295
  • 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"] 72.411 s (5%) 199.84 KiB (1%) 2646
["First-Time-To-JET", "rand(Bool)"] 581.522 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 208.973 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 33.552 ms (5%) 2.09 MiB (1%) 44132
["JETAnalyzer{BasicPass} top-level", "self analysis"] 8.574 s (5%) 349.805 ms 1.56 GiB (1%) 34486446
["JETAnalyzer{BasicPass} top-level", "simple"] 9.231 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 93.394 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 110.753 ms (5%) 37.48 MiB (1%) 881556
["JETAnalyzer{BasicPass}", "rand(Bool)"] 52.201 ms (5%) 17.30 MiB (1%) 404117
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 136.685 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.050 ms (5%) 1.86 MiB (1%) 43309
["JETAnalyzer{SoundPass}", "identity(nothing)"] 91.391 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 133.152 ms (5%) 51.27 MiB (1%) 980165
["JETAnalyzer{SoundPass}", "rand(Bool)"] 55.448 ms (5%) 19.40 MiB (1%) 426543
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 148.497 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.828 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 77.555 μs (5%) 6.25 KiB (1%) 136
["OptAnalyzer", "println(QuoteNode(nothing))"] 431.361 ms (5%) 257.37 MiB (1%) 5226876
["OptAnalyzer", "rand(Bool)"] 28.575 ms (5%) 18.13 MiB (1%) 381921
["OptAnalyzer", "sum(\"julia\") (cached)"] 218.838 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 12.316 ms (5%) 7.97 MiB (1%) 165844
["show(::IO, ::JETCallResult)", "report_call"] 3.649 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 13.355 μs (5%) 728 bytes (1%) 19

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.0-DEV.1276
Commit fc6295df630 (2024-01-15 05:47 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2602 MHz 1868 s 0 s 165 s 7357 s 0 s
 #2 3243 MHz 2850 s 0 s 146 s 6400 s 0 s
 #3 3242 MHz 2022 s 0 s 170 s 7194 s 0 s
 #4 3246 MHz 2369 s 0 s 178 s 6842 s 0 s
 Memory: 15.60690689086914 GB (11095.19921875 MB free)
 Uptime: 942.57 sec
 Load Avg: 1.01 1.04 0.73
 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: 15 Jan 2024 - 15:9
  • Package commit: 9b56dd
  • Julia commit: fc6295
  • 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"] 834.597 ms (5%) 64.85 KiB (1%) 24
["First-Time-To-JET", "rand(Bool)"] 576.052 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 219.089 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 32.997 ms (5%) 2.09 MiB (1%) 44144
["JETAnalyzer{BasicPass} top-level", "self analysis"] 8.458 s (5%) 189.609 ms 1.56 GiB (1%) 34486781
["JETAnalyzer{BasicPass} top-level", "simple"] 9.004 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 89.918 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 110.456 ms (5%) 37.48 MiB (1%) 881556
["JETAnalyzer{BasicPass}", "rand(Bool)"] 50.101 ms (5%) 17.30 MiB (1%) 404117
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 134.170 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.837 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.845 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 135.723 ms (5%) 51.19 MiB (1%) 980125
["JETAnalyzer{SoundPass}", "rand(Bool)"] 58.637 ms (5%) 19.40 MiB (1%) 426543
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 149.178 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.702 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 74.078 μs (5%) 6.06 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 424.858 ms (5%) 257.37 MiB (1%) 5226866
["OptAnalyzer", "rand(Bool)"] 28.864 ms (5%) 18.13 MiB (1%) 381917
["OptAnalyzer", "sum(\"julia\") (cached)"] 216.664 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 12.085 ms (5%) 7.97 MiB (1%) 165840
["show(::IO, ::JETCallResult)", "report_call"] 3.636 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 14.126 μs (5%) 728 bytes (1%) 19

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.0-DEV.1276
Commit fc6295df630 (2024-01-15 05:47 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 3580 s 0 s 241 s 11950 s 0 s
 #2 2445 MHz 4913 s 0 s 227 s 10640 s 0 s
 #3 2594 MHz 3775 s 0 s 259 s 11735 s 0 s
 #4 3131 MHz 3919 s 0 s 283 s 11571 s 0 s
 Memory: 15.60690689086914 GB (11059.26171875 MB free)
 Uptime: 1582.02 sec
 Load Avg: 1.0 1.06 0.95
 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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves 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 Retbleed: Not affected
Vulnerability Spec rstack overflow: Mitigation; 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
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: 16 Jan 2024 - 03:53
  • Baseline: 16 Jan 2024 - 04:04
  • Package commits:
  • Target: d43076
  • Baseline: 69bf5a
  • Julia commits:
  • Target: b05814
  • Baseline: b05814
  • 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", "package loading"] 81.82 (5%) ❌ 3.09 (1%) ❌
["First-Time-To-JET", "sum(\"julia\")"] 0.89 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.19 (5%) ❌ 1.00 (1%)
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 0.92 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.86 (5%) ✅ 1.03 (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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3244 MHz 2226 s 0 s 157 s 5438 s 0 s
 #2 3255 MHz 2036 s 0 s 160 s 5627 s 0 s
 #3 2445 MHz 2416 s 0 s 165 s 5234 s 0 s
 #4 2596 MHz 2086 s 0 s 159 s 5564 s 0 s
 Memory: 15.60690689086914 GB (11394.15625 MB free)
 Uptime: 785.83 sec
 Load Avg: 1.01 1.02 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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3242 MHz 3970 s 0 s 237 s 9892 s 0 s
 #2 2445 MHz 3760 s 0 s 272 s 10072 s 0 s
 #3 3199 MHz 4020 s 0 s 252 s 9824 s 0 s
 #4 2563 MHz 3969 s 0 s 239 s 9882 s 0 s
 Memory: 15.60690689086914 GB (11301.8984375 MB free)
 Uptime: 1414.95 sec
 Load Avg: 1.0 1.06 0.93
 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: 16 Jan 2024 - 3:53
  • Package commit: d43076
  • Julia commit: b05814
  • 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"] 66.650 s (5%) 200.12 KiB (1%) 2647
["First-Time-To-JET", "rand(Bool)"] 553.082 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 188.347 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 33.375 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 7.011 s (5%) 324.731 ms 1.33 GiB (1%) 29330821
["JETAnalyzer{BasicPass} top-level", "simple"] 9.024 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 90.519 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 107.147 ms (5%) 37.48 MiB (1%) 881551
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.538 ms (5%) 17.30 MiB (1%) 404112
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 119.233 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.763 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 80.219 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 131.471 ms (5%) 51.19 MiB (1%) 980121
["JETAnalyzer{SoundPass}", "rand(Bool)"] 55.164 ms (5%) 19.40 MiB (1%) 426538
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 145.903 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.718 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 60.924 μs (5%) 6.25 KiB (1%) 136
["OptAnalyzer", "println(QuoteNode(nothing))"] 403.074 ms (5%) 257.12 MiB (1%) 5226858
["OptAnalyzer", "rand(Bool)"] 27.837 ms (5%) 18.13 MiB (1%) 381916
["OptAnalyzer", "sum(\"julia\") (cached)"] 212.217 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 11.788 ms (5%) 7.97 MiB (1%) 165844
["show(::IO, ::JETCallResult)", "report_call"] 3.600 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 12.764 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3244 MHz 2226 s 0 s 157 s 5438 s 0 s
 #2 3255 MHz 2036 s 0 s 160 s 5627 s 0 s
 #3 2445 MHz 2416 s 0 s 165 s 5234 s 0 s
 #4 2596 MHz 2086 s 0 s 159 s 5564 s 0 s
 Memory: 15.60690689086914 GB (11394.15625 MB free)
 Uptime: 785.83 sec
 Load Avg: 1.01 1.02 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: 16 Jan 2024 - 4:4
  • Package commit: 69bf5a
  • Julia commit: b05814
  • 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"] 814.640 ms (5%) 64.85 KiB (1%) 24
["First-Time-To-JET", "rand(Bool)"] 561.004 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 212.082 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 32.988 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 7.044 s (5%) 336.589 ms 1.33 GiB (1%) 29331170
["JETAnalyzer{BasicPass} top-level", "simple"] 9.204 ms (5%) 1.98 MiB (1%) 46188
["JETAnalyzer{BasicPass}", "identity(nothing)"] 76.232 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 110.729 ms (5%) 37.48 MiB (1%) 881551
["JETAnalyzer{BasicPass}", "rand(Bool)"] 50.926 ms (5%) 17.30 MiB (1%) 404112
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 129.161 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.922 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 84.267 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 133.696 ms (5%) 51.49 MiB (1%) 980157
["JETAnalyzer{SoundPass}", "rand(Bool)"] 55.684 ms (5%) 19.40 MiB (1%) 426538
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 146.404 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.733 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 71.173 μs (5%) 6.06 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 412.199 ms (5%) 257.37 MiB (1%) 5226878
["OptAnalyzer", "rand(Bool)"] 28.564 ms (5%) 18.13 MiB (1%) 381912
["OptAnalyzer", "sum(\"julia\") (cached)"] 217.857 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 12.060 ms (5%) 7.97 MiB (1%) 165840
["show(::IO, ::JETCallResult)", "report_call"] 3.682 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 13.055 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3242 MHz 3970 s 0 s 237 s 9892 s 0 s
 #2 2445 MHz 3760 s 0 s 272 s 10072 s 0 s
 #3 3199 MHz 4020 s 0 s 252 s 9824 s 0 s
 #4 2563 MHz 3969 s 0 s 239 s 9882 s 0 s
 Memory: 15.60690689086914 GB (11301.8984375 MB free)
 Uptime: 1414.95 sec
 Load Avg: 1.0 1.06 0.93
 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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves 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 Retbleed: Not affected
Vulnerability Spec rstack overflow: Mitigation; 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
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: 16 Jan 2024 - 04:27
  • Baseline: 16 Jan 2024 - 04:37
  • Package commits:
  • Target: b60ab9
  • Baseline: 69bf5a
  • Julia commits:
  • Target: b05814
  • Baseline: b05814
  • 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", "package loading"] 78.50 (5%) ❌ 3.08 (1%) ❌
["First-Time-To-JET", "sum(\"julia\")"] 0.89 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.78 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.08 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 0.91 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 0.95 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 1.28 (5%) ❌ 1.03 (1%) ❌
["show(::IO, ::JETCallResult)", "report_call"] 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.11.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 2667 s 0 s 146 s 5683 s 0 s
 #2 3271 MHz 2499 s 0 s 141 s 5860 s 0 s
 #3 2445 MHz 1907 s 0 s 164 s 6420 s 0 s
 #4 2445 MHz 1692 s 0 s 145 s 6641 s 0 s
 Memory: 15.60690689086914 GB (11389.5546875 MB free)
 Uptime: 853.16 sec
 Load Avg: 1.0 1.0 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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2732 MHz 5029 s 0 s 217 s 9603 s 0 s
 #2 3161 MHz 5053 s 0 s 230 s 9570 s 0 s
 #3 3243 MHz 2910 s 0 s 250 s 11680 s 0 s
 #4 2445 MHz 2815 s 0 s 249 s 11764 s 0 s
 Memory: 15.60690689086914 GB (11307.40234375 MB free)
 Uptime: 1489.57 sec
 Load Avg: 1.01 1.08 0.93
 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: 16 Jan 2024 - 4:27
  • Package commit: b60ab9
  • Julia commit: b05814
  • 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"] 66.250 s (5%) 199.84 KiB (1%) 2646
["First-Time-To-JET", "rand(Bool)"] 552.269 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 189.464 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 33.570 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 7.035 s (5%) 329.567 ms 1.33 GiB (1%) 29330822
["JETAnalyzer{BasicPass} top-level", "simple"] 9.042 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 71.453 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 107.621 ms (5%) 37.48 MiB (1%) 881555
["JETAnalyzer{BasicPass}", "rand(Bool)"] 50.421 ms (5%) 17.30 MiB (1%) 404116
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 131.945 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.979 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 74.840 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 131.289 ms (5%) 52.00 MiB (1%) 980233
["JETAnalyzer{SoundPass}", "rand(Bool)"] 54.521 ms (5%) 19.42 MiB (1%) 426554
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 150.309 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.484 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 70.471 μs (5%) 6.25 KiB (1%) 136
["OptAnalyzer", "println(QuoteNode(nothing))"] 408.844 ms (5%) 257.12 MiB (1%) 5226855
["OptAnalyzer", "rand(Bool)"] 28.267 ms (5%) 18.13 MiB (1%) 381920
["OptAnalyzer", "sum(\"julia\") (cached)"] 216.130 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 11.826 ms (5%) 7.97 MiB (1%) 165844
["show(::IO, ::JETCallResult)", "report_call"] 3.538 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 12.533 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 2667 s 0 s 146 s 5683 s 0 s
 #2 3271 MHz 2499 s 0 s 141 s 5860 s 0 s
 #3 2445 MHz 1907 s 0 s 164 s 6420 s 0 s
 #4 2445 MHz 1692 s 0 s 145 s 6641 s 0 s
 Memory: 15.60690689086914 GB (11389.5546875 MB free)
 Uptime: 853.16 sec
 Load Avg: 1.0 1.0 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: 16 Jan 2024 - 4:37
  • Package commit: 69bf5a
  • Julia commit: b05814
  • 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"] 843.942 ms (5%) 64.85 KiB (1%) 24
["First-Time-To-JET", "rand(Bool)"] 559.388 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 212.387 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 32.988 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 6.994 s (5%) 339.780 ms 1.33 GiB (1%) 29331161
["JETAnalyzer{BasicPass} top-level", "simple"] 9.121 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 92.001 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 108.362 ms (5%) 37.48 MiB (1%) 881556
["JETAnalyzer{BasicPass}", "rand(Bool)"] 51.149 ms (5%) 17.30 MiB (1%) 404117
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 121.797 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.981 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 82.413 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 130.258 ms (5%) 51.49 MiB (1%) 980162
["JETAnalyzer{SoundPass}", "rand(Bool)"] 54.605 ms (5%) 19.40 MiB (1%) 426543
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 149.339 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.841 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 55.152 μs (5%) 6.06 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 413.877 ms (5%) 257.37 MiB (1%) 5226854
["OptAnalyzer", "rand(Bool)"] 28.164 ms (5%) 18.13 MiB (1%) 381917
["OptAnalyzer", "sum(\"julia\") (cached)"] 218.016 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 12.007 ms (5%) 7.97 MiB (1%) 165840
["show(::IO, ::JETCallResult)", "report_call"] 3.911 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 12.633 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2732 MHz 5029 s 0 s 217 s 9603 s 0 s
 #2 3161 MHz 5053 s 0 s 230 s 9570 s 0 s
 #3 3243 MHz 2910 s 0 s 250 s 11680 s 0 s
 #4 2445 MHz 2815 s 0 s 249 s 11764 s 0 s
 Memory: 15.60690689086914 GB (11307.40234375 MB free)
 Uptime: 1489.57 sec
 Load Avg: 1.01 1.08 0.93
 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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves 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 Retbleed: Not affected
Vulnerability Spec rstack overflow: Mitigation; 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
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: 16 Jan 2024 - 04:48
  • Baseline: 16 Jan 2024 - 04:58
  • Package commits:
  • Target: e855a2
  • Baseline: 69bf5a
  • Julia commits:
  • Target: b05814
  • Baseline: b05814
  • 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", "package loading"] 81.75 (5%) ❌ 3.08 (1%) ❌
["First-Time-To-JET", "sum(\"julia\")"] 0.89 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 0.94 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.12 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.06 (5%) ❌ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 1.20 (5%) ❌ 1.03 (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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 2202 s 0 s 139 s 6068 s 0 s
 #2 3242 MHz 1663 s 0 s 172 s 6562 s 0 s
 #3 2597 MHz 2436 s 0 s 167 s 5809 s 0 s
 #4 3102 MHz 2587 s 0 s 172 s 5645 s 0 s
 Memory: 15.60690689086914 GB (11396.09765625 MB free)
 Uptime: 844.7 sec
 Load Avg: 1.05 1.05 0.72
 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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2587 MHz 3963 s 0 s 220 s 10552 s 0 s
 #2 2595 MHz 4332 s 0 s 262 s 10134 s 0 s
 #3 3244 MHz 3616 s 0 s 253 s 10870 s 0 s
 #4 3313 MHz 3993 s 0 s 265 s 10473 s 0 s
 Memory: 15.60690689086914 GB (11337.23828125 MB free)
 Uptime: 1478.63 sec
 Load Avg: 1.0 1.06 0.94
 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: 16 Jan 2024 - 4:48
  • Package commit: e855a2
  • Julia commit: b05814
  • 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"] 66.771 s (5%) 199.84 KiB (1%) 2646
["First-Time-To-JET", "rand(Bool)"] 553.007 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 190.419 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 33.519 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 6.964 s (5%) 329.966 ms 1.33 GiB (1%) 29330822
["JETAnalyzer{BasicPass} top-level", "simple"] 9.044 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 94.967 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 107.118 ms (5%) 37.48 MiB (1%) 881552
["JETAnalyzer{BasicPass}", "rand(Bool)"] 51.162 ms (5%) 17.30 MiB (1%) 404113
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 126.416 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.903 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 84.828 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 132.838 ms (5%) 51.23 MiB (1%) 980138
["JETAnalyzer{SoundPass}", "rand(Bool)"] 54.224 ms (5%) 19.42 MiB (1%) 426551
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 152.344 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.536 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 73.658 μs (5%) 6.25 KiB (1%) 136
["OptAnalyzer", "println(QuoteNode(nothing))"] 402.378 ms (5%) 257.37 MiB (1%) 5226859
["OptAnalyzer", "rand(Bool)"] 27.862 ms (5%) 18.13 MiB (1%) 381917
["OptAnalyzer", "sum(\"julia\") (cached)"] 216.654 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 11.769 ms (5%) 7.97 MiB (1%) 165844
["show(::IO, ::JETCallResult)", "report_call"] 3.580 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 12.694 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 2202 s 0 s 139 s 6068 s 0 s
 #2 3242 MHz 1663 s 0 s 172 s 6562 s 0 s
 #3 2597 MHz 2436 s 0 s 167 s 5809 s 0 s
 #4 3102 MHz 2587 s 0 s 172 s 5645 s 0 s
 Memory: 15.60690689086914 GB (11396.09765625 MB free)
 Uptime: 844.7 sec
 Load Avg: 1.05 1.05 0.72
 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: 16 Jan 2024 - 4:58
  • Package commit: 69bf5a
  • Julia commit: b05814
  • 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"] 816.768 ms (5%) 64.85 KiB (1%) 24
["First-Time-To-JET", "rand(Bool)"] 563.059 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 213.752 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 32.965 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 7.066 s (5%) 347.968 ms 1.33 GiB (1%) 29331160
["JETAnalyzer{BasicPass} top-level", "simple"] 8.977 ms (5%) 1.98 MiB (1%) 46188
["JETAnalyzer{BasicPass}", "identity(nothing)"] 92.413 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 110.148 ms (5%) 37.48 MiB (1%) 881552
["JETAnalyzer{BasicPass}", "rand(Bool)"] 50.572 ms (5%) 17.30 MiB (1%) 404113
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 133.870 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.056 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 75.651 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 132.679 ms (5%) 51.61 MiB (1%) 980182
["JETAnalyzer{SoundPass}", "rand(Bool)"] 55.296 ms (5%) 19.42 MiB (1%) 426551
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 144.220 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.617 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 61.595 μs (5%) 6.06 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 415.999 ms (5%) 257.37 MiB (1%) 5226855
["OptAnalyzer", "rand(Bool)"] 28.435 ms (5%) 18.13 MiB (1%) 381913
["OptAnalyzer", "sum(\"julia\") (cached)"] 219.469 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 11.946 ms (5%) 7.97 MiB (1%) 165840
["show(::IO, ::JETCallResult)", "report_call"] 3.615 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 12.934 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2587 MHz 3963 s 0 s 220 s 10552 s 0 s
 #2 2595 MHz 4332 s 0 s 262 s 10134 s 0 s
 #3 3244 MHz 3616 s 0 s 253 s 10870 s 0 s
 #4 3313 MHz 3993 s 0 s 265 s 10473 s 0 s
 Memory: 15.60690689086914 GB (11337.23828125 MB free)
 Uptime: 1478.63 sec
 Load Avg: 1.0 1.06 0.94
 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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves 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 Retbleed: Not affected
Vulnerability Spec rstack overflow: Mitigation; 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
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: 16 Jan 2024 - 05:33
  • Baseline: 16 Jan 2024 - 05:43
  • Package commits:
  • Target: c65f11
  • Baseline: 69bf5a
  • Julia commits:
  • Target: b05814
  • Baseline: b05814
  • 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", "package loading"] 81.54 (5%) ❌ 3.08 (1%) ❌
["First-Time-To-JET", "sum(\"julia\")"] 0.88 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.14 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.02 (5%) 0.99 (1%) ✅
["OptAnalyzer", "identity(nothing)"] 1.07 (5%) ❌ 1.03 (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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2595 MHz 2651 s 0 s 146 s 5743 s 0 s
 #2 2445 MHz 3031 s 0 s 138 s 5373 s 0 s
 #3 3240 MHz 1699 s 0 s 160 s 6665 s 0 s
 #4 3240 MHz 1414 s 0 s 152 s 6972 s 0 s
 Memory: 15.606903076171875 GB (11408.01953125 MB free)
 Uptime: 857.43 sec
 Load Avg: 1.07 1.02 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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 4809 s 0 s 238 s 9836 s 0 s
 #2 2445 MHz 5005 s 0 s 241 s 9640 s 0 s
 #3 3266 MHz 3827 s 0 s 256 s 10786 s 0 s
 #4 3242 MHz 2186 s 0 s 262 s 12433 s 0 s
 Memory: 15.606903076171875 GB (11324.68359375 MB free)
 Uptime: 1492.99 sec
 Load Avg: 1.01 1.07 0.94
 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: 16 Jan 2024 - 5:33
  • Package commit: c65f11
  • Julia commit: b05814
  • 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"] 67.177 s (5%) 199.84 KiB (1%) 2646
["First-Time-To-JET", "rand(Bool)"] 557.543 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 189.300 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 33.464 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 6.990 s (5%) 327.543 ms 1.33 GiB (1%) 29330821
["JETAnalyzer{BasicPass} top-level", "simple"] 9.248 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 88.695 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 110.207 ms (5%) 37.48 MiB (1%) 881555
["JETAnalyzer{BasicPass}", "rand(Bool)"] 51.358 ms (5%) 17.30 MiB (1%) 404116
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 131.465 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.978 ms (5%) 1.84 MiB (1%) 43306
["JETAnalyzer{SoundPass}", "identity(nothing)"] 89.958 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 133.838 ms (5%) 51.23 MiB (1%) 980141
["JETAnalyzer{SoundPass}", "rand(Bool)"] 56.434 ms (5%) 19.43 MiB (1%) 426558
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 144.699 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.782 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 77.093 μs (5%) 6.25 KiB (1%) 136
["OptAnalyzer", "println(QuoteNode(nothing))"] 408.664 ms (5%) 257.37 MiB (1%) 5226857
["OptAnalyzer", "rand(Bool)"] 28.010 ms (5%) 18.13 MiB (1%) 381920
["OptAnalyzer", "sum(\"julia\") (cached)"] 217.884 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 12.034 ms (5%) 7.97 MiB (1%) 165844
["show(::IO, ::JETCallResult)", "report_call"] 3.797 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 12.743 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2595 MHz 2651 s 0 s 146 s 5743 s 0 s
 #2 2445 MHz 3031 s 0 s 138 s 5373 s 0 s
 #3 3240 MHz 1699 s 0 s 160 s 6665 s 0 s
 #4 3240 MHz 1414 s 0 s 152 s 6972 s 0 s
 Memory: 15.606903076171875 GB (11408.01953125 MB free)
 Uptime: 857.43 sec
 Load Avg: 1.07 1.02 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: 16 Jan 2024 - 5:43
  • Package commit: 69bf5a
  • Julia commit: b05814
  • 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"] 823.879 ms (5%) 64.85 KiB (1%) 24
["First-Time-To-JET", "rand(Bool)"] 563.443 ms (5%) 65.26 KiB (1%) 24
["First-Time-To-JET", "sum(\"julia\")"] 214.007 ms (5%) 65.26 KiB (1%) 24
["JETAnalyzer{BasicPass} top-level", "demo"] 32.724 ms (5%) 2.09 MiB (1%) 44146
["JETAnalyzer{BasicPass} top-level", "self analysis"] 7.209 s (5%) 1.33 GiB (1%) 29331174
["JETAnalyzer{BasicPass} top-level", "simple"] 8.920 ms (5%) 2.00 MiB (1%) 46190
["JETAnalyzer{BasicPass}", "identity(nothing)"] 77.885 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 111.168 ms (5%) 37.48 MiB (1%) 881555
["JETAnalyzer{BasicPass}", "rand(Bool)"] 50.684 ms (5%) 17.30 MiB (1%) 404116
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 131.235 μs (5%) 15.05 KiB (1%) 257
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 5.911 ms (5%) 1.86 MiB (1%) 43308
["JETAnalyzer{SoundPass}", "identity(nothing)"] 85.810 μs (5%) 7.55 KiB (1%) 145
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 131.808 ms (5%) 51.99 MiB (1%) 980232
["JETAnalyzer{SoundPass}", "rand(Bool)"] 56.157 ms (5%) 19.43 MiB (1%) 426558
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 143.849 μs (5%) 17.67 KiB (1%) 290
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.547 ms (5%) 1.92 MiB (1%) 44462
["OptAnalyzer", "identity(nothing)"] 71.734 μs (5%) 6.06 KiB (1%) 132
["OptAnalyzer", "println(QuoteNode(nothing))"] 414.014 ms (5%) 257.37 MiB (1%) 5226882
["OptAnalyzer", "rand(Bool)"] 28.695 ms (5%) 18.13 MiB (1%) 381916
["OptAnalyzer", "sum(\"julia\") (cached)"] 216.704 μs (5%) 63.14 KiB (1%) 1108
["OptAnalyzer", "sum(\"julia\")"] 12.092 ms (5%) 7.97 MiB (1%) 165840
["show(::IO, ::JETCallResult)", "report_call"] 3.719 ms (5%) 1.14 MiB (1%) 9485
["show(::IO, ::JETCallResult)", "report_opt"] 13.175 μs (5%) 728 bytes (1%) 19

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.0-DEV.1279
Commit b058146cafe (2024-01-16 01:18 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.3 LTS
 uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 4809 s 0 s 238 s 9836 s 0 s
 #2 2445 MHz 5005 s 0 s 241 s 9640 s 0 s
 #3 3266 MHz 3827 s 0 s 256 s 10786 s 0 s
 #4 3242 MHz 2186 s 0 s 262 s 12433 s 0 s
 Memory: 15.606903076171875 GB (11324.68359375 MB free)
 Uptime: 1492.99 sec
 Load Avg: 1.01 1.07 0.94
 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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves 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 Retbleed: Not affected
Vulnerability Spec rstack overflow: Mitigation; 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
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 force-pushed the avi/enable-precompilation-cache branch 3 times, most recently from feb27c6 to 7ac19da Compare January 16, 2024 04:35
With the introduction of `CodeInstance` serialization support in
JuliaLang/julia#52852, it's now reasonable to experiment with persisting
the analysis cache during precompilation.

There's an important consideration: the `codeinst.max_world` might
occasionally be set to `WORLD_AGE_REVALIDATION_SENTINEL` on the C side
under certain conditions. This assignment should ideally be reserved for
proper `CodeInstance`s (but it is not currently) and supposed to be
fixed up by a subsequent serialization pass. To address this, this
commit also adds an `__init__` hook that overrides such `max_world`s
at package loading time.
@aviatesk aviatesk force-pushed the avi/enable-precompilation-cache branch from 7ac19da to 4f94819 Compare January 16, 2024 05:20
@aviatesk aviatesk merged commit 4040f25 into master Jan 16, 2024
13 of 25 checks passed
@aviatesk aviatesk deleted the avi/enable-precompilation-cache branch January 16, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants