aviatesk / JET.jl

An experimental code analyzer for Julia. No need for additional type annotations.
https://aviatesk.github.io/JET.jl/dev/
MIT License
733 stars 29 forks source link

virtualprocess: skip concrete-interpretation of `jl_extern_c` #604

Closed aviatesk closed 8 months ago

aviatesk commented 8 months ago

fixes #597

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (839ce9d) 91.56% compared to head (5db5a27) 91.53%. Report is 1 commits behind head on master.

Files Patch % Lines
src/toplevel/virtualprocess.jl 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #604 +/- ## ========================================== - Coverage 91.56% 91.53% -0.03% ========================================== Files 10 10 Lines 3010 3012 +2 ========================================== + Hits 2756 2757 +1 - Misses 254 255 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 8 months ago
JET Benchmark Result # Judge result # Benchmark Report for */home/runner/work/JET.jl/JET.jl* ## Job Properties * Time of benchmarks: - Target: 30 Jan 2024 - 08:22 - Baseline: 30 Jan 2024 - 08:33 * Package commits: - Target: 3d7910 - Baseline: 839ce9 * Julia commits: - Target: 9816a0 - Baseline: 9816a0 * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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"]` | 1.16 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 0.91 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 1.26 (5%) :x: | 1.00 (1%) | | `["OptAnalyzer", "identity(nothing)"]` | 0.73 (5%) :white_check_mark: | 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 2438 s 0 s 166 s 5899 s 0 s #2 2572 MHz 2917 s 0 s 162 s 5416 s 0 s #3 3244 MHz 2225 s 0 s 187 s 6089 s 0 s #4 2445 MHz 2227 s 0 s 173 s 6103 s 0 s Memory: 15.606903076171875 GB (11396.94921875 MB free) Uptime: 853.85 sec Load Avg: 1.0 1.02 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 3070 MHz 4445 s 0 s 268 s 10701 s 0 s #2 3244 MHz 5539 s 0 s 257 s 9611 s 0 s #3 3195 MHz 4066 s 0 s 299 s 11047 s 0 s #4 2445 MHz 3628 s 0 s 283 s 11501 s 0 s Memory: 15.606903076171875 GB (11368.046875 MB free) Uptime: 1546.29 sec Load Avg: 1.02 1.07 0.97 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: 30 Jan 2024 - 8:22 * Package commit: 3d7910 * Julia commit: 9816a0 * 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"]` | 88.194 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 555.809 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 204.106 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.250 ms (5%) | | 1.98 MiB (1%) | 42540 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.724 s (5%) | | 1.26 GiB (1%) | 27803468 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.252 ms (5%) | | 1.99 MiB (1%) | 46138 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 77.584 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 108.034 ms (5%) | | 37.48 MiB (1%) | 881412 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 48.912 ms (5%) | | 17.30 MiB (1%) | 404144 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 120.153 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.467 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 93.003 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 131.239 ms (5%) | | 51.28 MiB (1%) | 980002 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.164 ms (5%) | | 19.40 MiB (1%) | 426570 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 139.149 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.496 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 56.926 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 411.759 ms (5%) | | 259.19 MiB (1%) | 5251550 | | `["OptAnalyzer", "rand(Bool)"]` | 28.218 ms (5%) | | 18.13 MiB (1%) | 381937 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 214.090 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 11.963 ms (5%) | | 8.05 MiB (1%) | 166690 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.604 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.315 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 2438 s 0 s 166 s 5899 s 0 s #2 2572 MHz 2917 s 0 s 162 s 5416 s 0 s #3 3244 MHz 2225 s 0 s 187 s 6089 s 0 s #4 2445 MHz 2227 s 0 s 173 s 6103 s 0 s Memory: 15.606903076171875 GB (11396.94921875 MB free) Uptime: 853.85 sec Load Avg: 1.0 1.02 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: 30 Jan 2024 - 8:33 * Package commit: 839ce9 * Julia commit: 9816a0 * 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"]` | 76.321 s (5%) | | 200.12 KiB (1%) | 2647 | | `["First-Time-To-JET", "rand(Bool)"]` | 568.180 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 194.593 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.753 ms (5%) | | 1.98 MiB (1%) | 42550 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.911 s (5%) | | 1.26 GiB (1%) | 27802096 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.289 ms (5%) | | 1.99 MiB (1%) | 46138 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.029 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 108.543 ms (5%) | | 37.48 MiB (1%) | 881410 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.766 ms (5%) | | 17.30 MiB (1%) | 404142 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.186 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.605 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 73.698 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 131.616 ms (5%) | | 51.15 MiB (1%) | 979984 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 55.234 ms (5%) | | 19.40 MiB (1%) | 426568 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 138.247 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.518 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 77.825 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 428.146 ms (5%) | | 259.19 MiB (1%) | 5251548 | | `["OptAnalyzer", "rand(Bool)"]` | 28.805 ms (5%) | | 18.13 MiB (1%) | 381935 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 221.813 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.295 ms (5%) | | 8.06 MiB (1%) | 166692 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.761 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.606 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 3070 MHz 4445 s 0 s 268 s 10701 s 0 s #2 3244 MHz 5539 s 0 s 257 s 9611 s 0 s #3 3195 MHz 4066 s 0 s 299 s 11047 s 0 s #4 2445 MHz 3628 s 0 s 283 s 11501 s 0 s Memory: 15.606903076171875 GB (11368.046875 MB free) Uptime: 1546.29 sec Load Avg: 1.02 1.07 0.97 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: 30 Jan 2024 - 09:34 - Baseline: 30 Jan 2024 - 09:46 * Package commits: - Target: 3a001f - Baseline: 1dbf0f * Julia commits: - Target: 9816a0 - Baseline: 9816a0 * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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"]` | 1.18 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 0.93 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 0.93 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.01 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 0.90 (5%) :white_check_mark: | 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 2818 s 0 s 150 s 6203 s 0 s #2 3247 MHz 2580 s 0 s 166 s 6429 s 0 s #3 2445 MHz 2623 s 0 s 189 s 6346 s 0 s #4 2445 MHz 1909 s 0 s 191 s 7073 s 0 s Memory: 15.606903076171875 GB (11399.6015625 MB free) Uptime: 921.01 sec Load Avg: 1.0 1.05 0.75 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 5142 s 0 s 246 s 10726 s 0 s #2 3306 MHz 5335 s 0 s 280 s 10510 s 0 s #3 3086 MHz 4228 s 0 s 298 s 11576 s 0 s #4 2445 MHz 3154 s 0 s 285 s 12677 s 0 s Memory: 15.606903076171875 GB (11611.32421875 MB free) Uptime: 1616.94 sec Load Avg: 1.0 1.08 1.0 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: 30 Jan 2024 - 9:34 * Package commit: 3a001f * Julia commit: 9816a0 * 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"]` | 88.281 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 572.300 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 197.895 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.962 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 7.006 s (5%) | 340.792 ms | 1.26 GiB (1%) | 27803469 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.844 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 89.446 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.801 ms (5%) | | 37.48 MiB (1%) | 881413 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 50.259 ms (5%) | | 17.30 MiB (1%) | 404146 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 127.517 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.557 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 90.008 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 136.751 ms (5%) | | 51.83 MiB (1%) | 980071 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 56.242 ms (5%) | | 19.40 MiB (1%) | 426571 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 139.699 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.550 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 78.505 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 430.155 ms (5%) | | 259.19 MiB (1%) | 5251551 | | `["OptAnalyzer", "rand(Bool)"]` | 28.851 ms (5%) | | 18.13 MiB (1%) | 381938 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 206.554 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.090 ms (5%) | | 8.05 MiB (1%) | 166690 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.946 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 2818 s 0 s 150 s 6203 s 0 s #2 3247 MHz 2580 s 0 s 166 s 6429 s 0 s #3 2445 MHz 2623 s 0 s 189 s 6346 s 0 s #4 2445 MHz 1909 s 0 s 191 s 7073 s 0 s Memory: 15.606903076171875 GB (11399.6015625 MB free) Uptime: 921.01 sec Load Avg: 1.0 1.05 0.75 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: 30 Jan 2024 - 9:46 * Package commit: 1dbf0f * Julia commit: 9816a0 * 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"]` | 75.117 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 582.591 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 193.232 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.823 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.892 s (5%) | | 1.26 GiB (1%) | 27802095 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.627 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 89.536 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.075 ms (5%) | | 37.48 MiB (1%) | 881409 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 50.840 ms (5%) | | 17.30 MiB (1%) | 404141 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 134.470 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.987 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 96.419 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 135.845 ms (5%) | | 51.23 MiB (1%) | 980023 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.109 ms (5%) | | 19.40 MiB (1%) | 426567 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 138.377 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.817 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 75.571 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 423.830 ms (5%) | | 259.19 MiB (1%) | 5251547 | | `["OptAnalyzer", "rand(Bool)"]` | 29.278 ms (5%) | | 18.13 MiB (1%) | 381934 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.444 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.414 ms (5%) | | 8.06 MiB (1%) | 166692 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.701 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 15.529 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 5142 s 0 s 246 s 10726 s 0 s #2 3306 MHz 5335 s 0 s 280 s 10510 s 0 s #3 3086 MHz 4228 s 0 s 298 s 11576 s 0 s #4 2445 MHz 3154 s 0 s 285 s 12677 s 0 s Memory: 15.606903076171875 GB (11611.32421875 MB free) Uptime: 1616.94 sec Load Avg: 1.0 1.08 1.0 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: 30 Jan 2024 - 09:38 - Baseline: 30 Jan 2024 - 09:49 * Package commits: - Target: 11ca4b - Baseline: 1dbf0f * Julia commits: - Target: 9816a0 - Baseline: 9816a0 * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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"]` | 1.18 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 1.12 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 0.94 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 1.05 (5%) :x: | 1.01 (1%) | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 1.22 (5%) :x: | 1.00 (1%) | | `["OptAnalyzer", "identity(nothing)"]` | 0.83 (5%) :white_check_mark: | 1.00 (1%) | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 0.80 (5%) :white_check_mark: | 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 2026 s 0 s 156 s 6941 s 0 s #2 3243 MHz 1864 s 0 s 156 s 7114 s 0 s #3 2445 MHz 3224 s 0 s 160 s 5748 s 0 s #4 2445 MHz 2607 s 0 s 157 s 6368 s 0 s Memory: 15.60690689086914 GB (11453.02734375 MB free) Uptime: 917.03 sec Load Avg: 1.01 1.04 0.74 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 4073 s 0 s 236 s 11682 s 0 s #2 3219 MHz 3362 s 0 s 220 s 12421 s 0 s #3 2445 MHz 5871 s 0 s 266 s 9866 s 0 s #4 2445 MHz 4267 s 0 s 258 s 11478 s 0 s Memory: 15.60690689086914 GB (11421.7109375 MB free) Uptime: 1605.39 sec Load Avg: 1.06 1.1 1.0 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: 30 Jan 2024 - 9:38 * Package commit: 11ca4b * Julia commit: 9816a0 * 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"]` | 88.178 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 562.765 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 191.660 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.534 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.696 s (5%) | 364.828 ms | 1.26 GiB (1%) | 27803465 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.315 ms (5%) | | 2.01 MiB (1%) | 46166 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 86.471 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 109.755 ms (5%) | | 37.48 MiB (1%) | 881409 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.433 ms (5%) | | 17.30 MiB (1%) | 404141 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 130.423 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.674 ms (5%) | | 1.88 MiB (1%) | 43311 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 96.850 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 130.723 ms (5%) | | 51.34 MiB (1%) | 980007 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 55.392 ms (5%) | | 19.40 MiB (1%) | 426567 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 136.604 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 6.004 ms (5%) | | 1.93 MiB (1%) | 44465 | | `["OptAnalyzer", "identity(nothing)"]` | 66.915 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 425.213 ms (5%) | | 259.19 MiB (1%) | 5251547 | | `["OptAnalyzer", "rand(Bool)"]` | 28.488 ms (5%) | | 18.13 MiB (1%) | 381934 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 218.387 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.133 ms (5%) | | 8.07 MiB (1%) | 166692 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.683 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.936 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 2026 s 0 s 156 s 6941 s 0 s #2 3243 MHz 1864 s 0 s 156 s 7114 s 0 s #3 2445 MHz 3224 s 0 s 160 s 5748 s 0 s #4 2445 MHz 2607 s 0 s 157 s 6368 s 0 s Memory: 15.60690689086914 GB (11453.02734375 MB free) Uptime: 917.03 sec Load Avg: 1.01 1.04 0.74 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: 30 Jan 2024 - 9:49 * Package commit: 1dbf0f * Julia commit: 9816a0 * 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"]` | 74.667 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 576.314 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 200.395 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.037 ms (5%) | | 1.99 MiB (1%) | 42575 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.620 s (5%) | 344.470 ms | 1.26 GiB (1%) | 27802094 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.014 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 77.465 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 108.434 ms (5%) | | 37.48 MiB (1%) | 881408 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.406 ms (5%) | | 17.30 MiB (1%) | 404140 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 138.959 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.386 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 79.108 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 131.615 ms (5%) | | 51.44 MiB (1%) | 980018 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 55.174 ms (5%) | | 19.40 MiB (1%) | 426566 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 138.618 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.811 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 80.530 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 436.937 ms (5%) | | 259.19 MiB (1%) | 5251546 | | `["OptAnalyzer", "rand(Bool)"]` | 29.641 ms (5%) | | 18.13 MiB (1%) | 381933 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.686 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.593 ms (5%) | | 8.06 MiB (1%) | 166692 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.746 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 17.433 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 4073 s 0 s 236 s 11682 s 0 s #2 3219 MHz 3362 s 0 s 220 s 12421 s 0 s #3 2445 MHz 5871 s 0 s 266 s 9866 s 0 s #4 2445 MHz 4267 s 0 s 258 s 11478 s 0 s Memory: 15.60690689086914 GB (11421.7109375 MB free) Uptime: 1605.39 sec Load Avg: 1.06 1.1 1.0 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: 30 Jan 2024 - 09:47 - Baseline: 30 Jan 2024 - 09:58 * Package commits: - Target: 884816 - Baseline: 1dbf0f * Julia commits: - Target: 9816a0 - Baseline: 9816a0 * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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"]` | 1.16 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 0.87 (5%) :white_check_mark: | 1.00 (1%) | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 1.07 (5%) :x: | 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 3077 s 0 s 164 s 5127 s 0 s #2 2445 MHz 2649 s 0 s 172 s 5535 s 0 s #3 2445 MHz 2077 s 0 s 183 s 6099 s 0 s #4 2597 MHz 1945 s 0 s 178 s 6247 s 0 s Memory: 15.60690689086914 GB (11377.7109375 MB free) Uptime: 840.46 sec Load Avg: 1.08 1.06 0.76 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 5734 s 0 s 242 s 9227 s 0 s #2 3229 MHz 4509 s 0 s 258 s 10425 s 0 s #3 3241 MHz 3855 s 0 s 283 s 11056 s 0 s #4 3237 MHz 3448 s 0 s 271 s 11486 s 0 s Memory: 15.60690689086914 GB (11401.13671875 MB free) Uptime: 1525.32 sec Load Avg: 1.09 1.1 0.99 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: 30 Jan 2024 - 9:47 * Package commit: 884816 * Julia commit: 9816a0 * 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"]` | 84.490 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 561.368 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 189.790 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.002 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.872 s (5%) | 350.533 ms | 1.26 GiB (1%) | 27803470 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.012 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 83.918 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 109.372 ms (5%) | | 37.48 MiB (1%) | 881413 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 50.258 ms (5%) | | 17.30 MiB (1%) | 404145 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 127.801 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.409 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 91.422 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 133.188 ms (5%) | | 51.44 MiB (1%) | 980023 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.626 ms (5%) | | 19.40 MiB (1%) | 426571 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 139.002 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.625 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 76.544 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 423.163 ms (5%) | | 259.19 MiB (1%) | 5251551 | | `["OptAnalyzer", "rand(Bool)"]` | 28.897 ms (5%) | | 18.13 MiB (1%) | 381938 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 212.109 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.299 ms (5%) | | 8.05 MiB (1%) | 166690 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.856 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 14.327 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 3077 s 0 s 164 s 5127 s 0 s #2 2445 MHz 2649 s 0 s 172 s 5535 s 0 s #3 2445 MHz 2077 s 0 s 183 s 6099 s 0 s #4 2597 MHz 1945 s 0 s 178 s 6247 s 0 s Memory: 15.60690689086914 GB (11377.7109375 MB free) Uptime: 840.46 sec Load Avg: 1.08 1.06 0.76 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: 30 Jan 2024 - 9:58 * Package commit: 1dbf0f * Julia commit: 9816a0 * 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"]` | 73.124 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 570.391 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 196.571 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.799 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.707 s (5%) | 339.577 ms | 1.26 GiB (1%) | 27802096 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.471 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 87.705 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 109.378 ms (5%) | | 37.48 MiB (1%) | 881409 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 50.183 ms (5%) | | 17.30 MiB (1%) | 404141 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 133.081 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.454 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.405 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 133.340 ms (5%) | | 51.15 MiB (1%) | 979983 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.101 ms (5%) | | 19.40 MiB (1%) | 426567 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 160.403 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.770 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 76.524 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 424.469 ms (5%) | | 259.19 MiB (1%) | 5251547 | | `["OptAnalyzer", "rand(Bool)"]` | 28.507 ms (5%) | | 18.13 MiB (1%) | 381934 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 210.236 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.051 ms (5%) | | 8.06 MiB (1%) | 166692 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.703 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.385 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 5734 s 0 s 242 s 9227 s 0 s #2 3229 MHz 4509 s 0 s 258 s 10425 s 0 s #3 3241 MHz 3855 s 0 s 283 s 11056 s 0 s #4 3237 MHz 3448 s 0 s 271 s 11486 s 0 s Memory: 15.60690689086914 GB (11401.13671875 MB free) Uptime: 1525.32 sec Load Avg: 1.09 1.1 0.99 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.84 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: 30 Jan 2024 - 09:47 - Baseline: 30 Jan 2024 - 09:58 * Package commits: - Target: 884816 - Baseline: 1dbf0f * Julia commits: - Target: 9816a0 - Baseline: 9816a0 * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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"]` | 1.16 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 0.87 (5%) :white_check_mark: | 1.00 (1%) | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 1.07 (5%) :x: | 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 3077 s 0 s 164 s 5127 s 0 s #2 2445 MHz 2649 s 0 s 172 s 5535 s 0 s #3 2445 MHz 2077 s 0 s 183 s 6099 s 0 s #4 2597 MHz 1945 s 0 s 178 s 6247 s 0 s Memory: 15.60690689086914 GB (11377.7109375 MB free) Uptime: 840.46 sec Load Avg: 1.08 1.06 0.76 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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 5734 s 0 s 242 s 9227 s 0 s #2 3229 MHz 4509 s 0 s 258 s 10425 s 0 s #3 3241 MHz 3855 s 0 s 283 s 11056 s 0 s #4 3237 MHz 3448 s 0 s 271 s 11486 s 0 s Memory: 15.60690689086914 GB (11401.13671875 MB free) Uptime: 1525.32 sec Load Avg: 1.09 1.1 0.99 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: 30 Jan 2024 - 9:47 * Package commit: 884816 * Julia commit: 9816a0 * 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"]` | 84.490 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 561.368 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 189.790 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.002 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.872 s (5%) | 350.533 ms | 1.26 GiB (1%) | 27803470 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.012 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 83.918 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 109.372 ms (5%) | | 37.48 MiB (1%) | 881413 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 50.258 ms (5%) | | 17.30 MiB (1%) | 404145 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 127.801 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.409 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 91.422 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 133.188 ms (5%) | | 51.44 MiB (1%) | 980023 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.626 ms (5%) | | 19.40 MiB (1%) | 426571 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 139.002 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.625 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 76.544 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 423.163 ms (5%) | | 259.19 MiB (1%) | 5251551 | | `["OptAnalyzer", "rand(Bool)"]` | 28.897 ms (5%) | | 18.13 MiB (1%) | 381938 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 212.109 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.299 ms (5%) | | 8.05 MiB (1%) | 166690 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.856 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 14.327 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 3077 s 0 s 164 s 5127 s 0 s #2 2445 MHz 2649 s 0 s 172 s 5535 s 0 s #3 2445 MHz 2077 s 0 s 183 s 6099 s 0 s #4 2597 MHz 1945 s 0 s 178 s 6247 s 0 s Memory: 15.60690689086914 GB (11377.7109375 MB free) Uptime: 840.46 sec Load Avg: 1.08 1.06 0.76 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: 30 Jan 2024 - 9:58 * Package commit: 1dbf0f * Julia commit: 9816a0 * 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"]` | 73.124 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 570.391 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 196.571 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.799 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.707 s (5%) | 339.577 ms | 1.26 GiB (1%) | 27802096 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.471 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 87.705 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 109.378 ms (5%) | | 37.48 MiB (1%) | 881409 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 50.183 ms (5%) | | 17.30 MiB (1%) | 404141 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 133.081 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.454 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.405 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 133.340 ms (5%) | | 51.15 MiB (1%) | 979983 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.101 ms (5%) | | 19.40 MiB (1%) | 426567 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 160.403 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.770 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 76.524 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 424.469 ms (5%) | | 259.19 MiB (1%) | 5251547 | | `["OptAnalyzer", "rand(Bool)"]` | 28.507 ms (5%) | | 18.13 MiB (1%) | 381934 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 210.236 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.051 ms (5%) | | 8.06 MiB (1%) | 166692 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.703 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.385 μ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.1411 Commit 9816a0b9772 (2024-01-30 05:34 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 5734 s 0 s 242 s 9227 s 0 s #2 3229 MHz 4509 s 0 s 258 s 10425 s 0 s #3 3241 MHz 3855 s 0 s 283 s 11056 s 0 s #4 3237 MHz 3448 s 0 s 271 s 11486 s 0 s Memory: 15.60690689086914 GB (11401.13671875 MB free) Uptime: 1525.32 sec Load Avg: 1.09 1.1 0.99 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.84 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 |