aviatesk / JET.jl

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

JETAnalyzer: disable `bail_out_const_call` #605

Open aviatesk opened 5 months ago

aviatesk commented 5 months ago

To get nicer error reports.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (05714f2) 91.55% compared to head (dd34e12) 91.49%.

Files Patch % Lines
src/analyzers/jetanalyzer.jl 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #605 +/- ## ========================================== - Coverage 91.55% 91.49% -0.06% ========================================== Files 10 10 Lines 3007 3010 +3 ========================================== + Hits 2753 2754 +1 - Misses 254 256 +2 ```

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

github-actions[bot] commented 5 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 - 11:32 - Baseline: 30 Jan 2024 - 11:43 * Package commits: - Target: 13f2b9 - Baseline: 5960be * Julia commits: - Target: 75c38e - Baseline: 75c38e * 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.17 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 1.12 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.15 (5%) :x: | 1.07 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.03 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.02 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 1.01 (5%) | 1.02 (1%) :x: | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 0.86 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.01 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 0.99 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.00 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.22 (5%) :x: | 1.01 (1%) :x: | ## 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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3238 MHz 2071 s 0 s 164 s 6298 s 0 s #2 3243 MHz 2394 s 0 s 169 s 5985 s 0 s #3 2976 MHz 2868 s 0 s 169 s 5512 s 0 s #4 2445 MHz 2382 s 0 s 177 s 5988 s 0 s Memory: 15.60690689086914 GB (11284.734375 MB free) Uptime: 858.57 sec Load Avg: 1.12 1.07 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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3890 s 0 s 252 s 11276 s 0 s #2 2445 MHz 4200 s 0 s 259 s 10975 s 0 s #3 3243 MHz 4592 s 0 s 256 s 10588 s 0 s #4 3258 MHz 4876 s 0 s 268 s 10293 s 0 s Memory: 15.60690689086914 GB (11429.9375 MB free) Uptime: 1548.65 sec Load Avg: 1.02 1.08 0.98 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 - 11:32 * Package commit: 13f2b9 * Julia commit: 75c38e * 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"]` | 85.267 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 571.532 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 192.061 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.085 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 7.823 s (5%) | | 1.34 GiB (1%) | 29791240 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.360 ms (5%) | | 2.02 MiB (1%) | 46930 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.357 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 111.753 ms (5%) | | 38.54 MiB (1%) | 907513 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 50.735 ms (5%) | | 17.79 MiB (1%) | 416053 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 133.880 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.522 ms (5%) | | 1.89 MiB (1%) | 44075 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 75.371 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 133.738 ms (5%) | | 52.87 MiB (1%) | 1008974 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 55.806 ms (5%) | | 19.89 MiB (1%) | 438464 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 138.849 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 6.697 ms (5%) | | 1.94 MiB (1%) | 45232 | | `["OptAnalyzer", "identity(nothing)"]` | 71.203 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 427.104 ms (5%) | | 259.19 MiB (1%) | 5251575 | | `["OptAnalyzer", "rand(Bool)"]` | 28.495 ms (5%) | | 18.13 MiB (1%) | 381944 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 208.779 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.079 ms (5%) | | 8.05 MiB (1%) | 166690 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.676 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.084 μ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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3238 MHz 2071 s 0 s 164 s 6298 s 0 s #2 3243 MHz 2394 s 0 s 169 s 5985 s 0 s #3 2976 MHz 2868 s 0 s 169 s 5512 s 0 s #4 2445 MHz 2382 s 0 s 177 s 5988 s 0 s Memory: 15.60690689086914 GB (11284.734375 MB free) Uptime: 858.57 sec Load Avg: 1.12 1.07 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 - 11:43 * Package commit: 5960be * Julia commit: 75c38e * 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.058 s (5%) | | 200.12 KiB (1%) | 2647 | | `["First-Time-To-JET", "rand(Bool)"]` | 569.173 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 192.459 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.105 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.832 s (5%) | 335.192 ms | 1.26 GiB (1%) | 27803418 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.020 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 86.081 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 107.350 ms (5%) | | 37.48 MiB (1%) | 881412 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.052 ms (5%) | | 17.30 MiB (1%) | 404144 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 131.756 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.449 ms (5%) | | 1.84 MiB (1%) | 43307 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.975 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.436 ms (5%) | | 51.17 MiB (1%) | 979979 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 56.433 ms (5%) | | 19.40 MiB (1%) | 426570 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 138.208 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.496 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 73.747 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 423.469 ms (5%) | | 258.94 MiB (1%) | 5251566 | | `["OptAnalyzer", "rand(Bool)"]` | 28.589 ms (5%) | | 18.13 MiB (1%) | 381937 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 205.203 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.009 ms (5%) | | 8.05 MiB (1%) | 166690 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.729 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.014 μ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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3890 s 0 s 252 s 11276 s 0 s #2 2445 MHz 4200 s 0 s 259 s 10975 s 0 s #3 3243 MHz 4592 s 0 s 256 s 10588 s 0 s #4 3258 MHz 4876 s 0 s 268 s 10293 s 0 s Memory: 15.60690689086914 GB (11429.9375 MB free) Uptime: 1548.65 sec Load Avg: 1.02 1.08 0.98 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 - 12:06 - Baseline: 30 Jan 2024 - 12:18 * Package commits: - Target: a80a3a - Baseline: 856f32 * Julia commits: - Target: 75c38e - Baseline: 75c38e * 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.14 (5%) :x: | 1.00 (1%) | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 1.13 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.13 (5%) :x: | 1.07 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 0.97 (5%) | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.05 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.19 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 0.98 (5%) | 1.01 (1%) :x: | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 0.91 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.03 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.01 (5%) | 1.02 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.24 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.02 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 1.05 (5%) :x: | 1.00 (1%) | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 1.09 (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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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 2784 s 0 s 162 s 5967 s 0 s #2 3244 MHz 2399 s 0 s 160 s 6354 s 0 s #3 3088 MHz 2545 s 0 s 181 s 6186 s 0 s #4 2611 MHz 2058 s 0 s 195 s 6657 s 0 s Memory: 15.60690689086914 GB (11282.18359375 MB free) Uptime: 895.19 sec Load Avg: 1.0 1.03 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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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 5265 s 0 s 250 s 10278 s 0 s #2 3242 MHz 5356 s 0 s 250 s 10192 s 0 s #3 3242 MHz 4028 s 0 s 277 s 11488 s 0 s #4 3230 MHz 2972 s 0 s 282 s 12534 s 0 s Memory: 15.60690689086914 GB (11366.81640625 MB free) Uptime: 1584.62 sec Load Avg: 1.0 1.06 0.98 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 - 12:6 * Package commit: a80a3a * Julia commit: 75c38e * 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.851 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 551.389 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 188.065 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.230 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 7.693 s (5%) | | 1.34 GiB (1%) | 29791242 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.582 ms (5%) | | 2.02 MiB (1%) | 46930 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 83.135 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 113.234 ms (5%) | | 38.54 MiB (1%) | 907513 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 52.887 ms (5%) | | 17.79 MiB (1%) | 416053 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 150.480 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.645 ms (5%) | | 1.89 MiB (1%) | 44075 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.433 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 137.841 ms (5%) | | 52.87 MiB (1%) | 1008974 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.221 ms (5%) | | 19.89 MiB (1%) | 438464 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 175.577 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.750 ms (5%) | | 1.94 MiB (1%) | 45232 | | `["OptAnalyzer", "identity(nothing)"]` | 79.849 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 419.496 ms (5%) | | 259.19 MiB (1%) | 5251577 | | `["OptAnalyzer", "rand(Bool)"]` | 28.469 ms (5%) | | 18.13 MiB (1%) | 381944 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 214.130 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.237 ms (5%) | | 8.07 MiB (1%) | 166692 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.782 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 14.718 μ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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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 2784 s 0 s 162 s 5967 s 0 s #2 3244 MHz 2399 s 0 s 160 s 6354 s 0 s #3 3088 MHz 2545 s 0 s 181 s 6186 s 0 s #4 2611 MHz 2058 s 0 s 195 s 6657 s 0 s Memory: 15.60690689086914 GB (11282.18359375 MB free) Uptime: 895.19 sec Load Avg: 1.0 1.03 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 - 12:18 * Package commit: 856f32 * Julia commit: 75c38e * 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.557 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 555.699 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.863 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 32.204 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 6.780 s (5%) | 364.637 ms | 1.26 GiB (1%) | 27803428 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.869 ms (5%) | | 1.99 MiB (1%) | 46164 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 87.964 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 108.169 ms (5%) | | 37.48 MiB (1%) | 881420 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.445 ms (5%) | | 17.30 MiB (1%) | 404152 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 126.366 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.738 ms (5%) | | 1.86 MiB (1%) | 43309 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 95.738 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 134.269 ms (5%) | | 51.20 MiB (1%) | 979999 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 56.526 ms (5%) | | 19.42 MiB (1%) | 426590 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.213 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.629 ms (5%) | | 1.92 MiB (1%) | 44463 | | `["OptAnalyzer", "identity(nothing)"]` | 76.042 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 422.892 ms (5%) | | 259.19 MiB (1%) | 5251578 | | `["OptAnalyzer", "rand(Bool)"]` | 28.683 ms (5%) | | 18.13 MiB (1%) | 381945 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.205 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.274 ms (5%) | | 8.05 MiB (1%) | 166690 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.659 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.546 μ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.1412 Commit 75c38e3fdb0 (2024-01-30 08:30 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 5265 s 0 s 250 s 10278 s 0 s #2 3242 MHz 5356 s 0 s 250 s 10192 s 0 s #3 3242 MHz 4028 s 0 s 277 s 11488 s 0 s #4 3230 MHz 2972 s 0 s 282 s 12534 s 0 s Memory: 15.60690689086914 GB (11366.81640625 MB free) Uptime: 1584.62 sec Load Avg: 1.0 1.06 0.98 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 06:01 - Baseline: 31 Jan 2024 - 06:12 * Package commits: - Target: d32115 - Baseline: 05714f * Julia commits: - Target: 9df7a6 - Baseline: 9df7a6 * 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", "demo"]` | 1.14 (5%) :x: | 1.04 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 1.09 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 1.05 (5%) :x: | 1.01 (1%) :x: | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 1.07 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 1.04 (5%) | 1.04 (1%) :x: | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 1.04 (5%) | 1.05 (1%) :x: | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 1.04 (5%) | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 1.06 (5%) :x: | 1.03 (1%) :x: | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 1.04 (5%) | 1.01 (1%) :x: | | `["OptAnalyzer", "identity(nothing)"]` | 0.77 (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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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: 31 Jan 2024 - 6:1 * Package commit: d32115 * Julia commit: 9df7a6 * 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.556 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 558.636 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.694 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 36.358 ms (5%) | | 2.06 MiB (1%) | 44214 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 5.247 s (5%) | | 1.03 GiB (1%) | 23139214 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.534 ms (5%) | | 2.02 MiB (1%) | 46866 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 75.912 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 112.007 ms (5%) | | 38.07 MiB (1%) | 896550 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 51.283 ms (5%) | | 17.79 MiB (1%) | 415957 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 137.387 μs (5%) | | 15.66 KiB (1%) | 279 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.634 ms (5%) | | 1.87 MiB (1%) | 44010 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 88.656 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 132.962 ms (5%) | | 53.35 MiB (1%) | 997438 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 57.260 ms (5%) | | 19.88 MiB (1%) | 438368 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 141.594 μs (5%) | | 18.28 KiB (1%) | 312 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.828 ms (5%) | | 1.94 MiB (1%) | 45168 | | `["OptAnalyzer", "identity(nothing)"]` | 60.823 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 416.249 ms (5%) | | 257.13 MiB (1%) | 5211711 | | `["OptAnalyzer", "rand(Bool)"]` | 28.778 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 220.402 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.215 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.666 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 13.485 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3144 MHz 2805 s 0 s 161 s 5309 s 0 s #2 3227 MHz 2776 s 0 s 143 s 5359 s 0 s #3 3241 MHz 2523 s 0 s 193 s 5566 s 0 s #4 3272 MHz 1601 s 0 s 189 s 6472 s 0 s Memory: 15.60690689086914 GB (11723.140625 MB free) Uptime: 831.37 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: 31 Jan 2024 - 6:12 * Package commit: 05714f * Julia commit: 9df7a6 * 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.713 s (5%) | | 199.84 KiB (1%) | 2646 | | `["First-Time-To-JET", "rand(Bool)"]` | 557.959 ms (5%) | | 65.26 KiB (1%) | 24 | | `["First-Time-To-JET", "sum(\"julia\")"]` | 190.040 ms (5%) | | 65.26 KiB (1%) | 24 | | `["JETAnalyzer{BasicPass} top-level", "demo"]` | 31.845 ms (5%) | | 1.99 MiB (1%) | 42564 | | `["JETAnalyzer{BasicPass} top-level", "self analysis"]` | 4.800 s (5%) | | 1.00 GiB (1%) | 22426615 | | `["JETAnalyzer{BasicPass} top-level", "simple"]` | 8.093 ms (5%) | | 1.99 MiB (1%) | 46100 | | `["JETAnalyzer{BasicPass}", "identity(nothing)"]` | 84.598 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"]` | 105.070 ms (5%) | | 37.01 MiB (1%) | 870477 | | `["JETAnalyzer{BasicPass}", "rand(Bool)"]` | 49.192 ms (5%) | | 17.30 MiB (1%) | 404055 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"]` | 132.498 μs (5%) | | 15.08 KiB (1%) | 258 | | `["JETAnalyzer{BasicPass}", "sum(\"julia\")"]` | 5.564 ms (5%) | | 1.86 MiB (1%) | 43245 | | `["JETAnalyzer{SoundPass}", "identity(nothing)"]` | 87.905 μs (5%) | | 7.58 KiB (1%) | 146 | | `["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"]` | 127.976 ms (5%) | | 50.95 MiB (1%) | 968351 | | `["JETAnalyzer{SoundPass}", "rand(Bool)"]` | 54.903 ms (5%) | | 19.39 MiB (1%) | 426481 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"]` | 133.850 μs (5%) | | 17.70 KiB (1%) | 291 | | `["JETAnalyzer{SoundPass}", "sum(\"julia\")"]` | 5.609 ms (5%) | | 1.91 MiB (1%) | 44399 | | `["OptAnalyzer", "identity(nothing)"]` | 78.497 μs (5%) | | 6.25 KiB (1%) | 136 | | `["OptAnalyzer", "println(QuoteNode(nothing))"]` | 421.104 ms (5%) | | 257.13 MiB (1%) | 5211718 | | `["OptAnalyzer", "rand(Bool)"]` | 28.659 ms (5%) | | 18.13 MiB (1%) | 381880 | | `["OptAnalyzer", "sum(\"julia\") (cached)"]` | 217.316 μs (5%) | | 63.14 KiB (1%) | 1108 | | `["OptAnalyzer", "sum(\"julia\")"]` | 12.283 ms (5%) | | 8.05 MiB (1%) | 166626 | | `["show(::IO, ::JETCallResult)", "report_call"]` | 3.702 ms (5%) | | 1.14 MiB (1%) | 9482 | | `["show(::IO, ::JETCallResult)", "report_opt"]` | 12.935 μ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.1424 Commit 9df7a67f026 (2024-01-30 23:09 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 3159 MHz 4611 s 0 s 266 s 10273 s 0 s #2 2603 MHz 4584 s 0 s 249 s 10322 s 0 s #3 2445 MHz 4738 s 0 s 301 s 10122 s 0 s #4 3242 MHz 3602 s 0 s 292 s 11247 s 0 s Memory: 15.60690689086914 GB (11729.53515625 MB free) Uptime: 1520.54 sec Load Avg: 1.01 1.06 0.96 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 |