Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework on the precompilation hack #489

Merged
merged 1 commit into from
Mar 31, 2023
Merged

rework on the precompilation hack #489

merged 1 commit into from
Mar 31, 2023

Conversation

aviatesk
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (a0e6b4e) 90.70% compared to head (f2b3332) 90.72%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #489      +/-   ##
==========================================
+ Coverage   90.70%   90.72%   +0.01%     
==========================================
  Files          10       10              
  Lines        2959     2965       +6     
==========================================
+ Hits         2684     2690       +6     
  Misses        275      275              
Impacted Files Coverage Δ
src/JET.jl 80.04% <100.00%> (+0.08%) ⬆️
src/analyzers/jetanalyzer.jl 90.77% <100.00%> (+0.02%) ⬆️
src/analyzers/optanalyzer.jl 93.26% <100.00%> (+0.13%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@github-actions
Copy link

github-actions bot commented Mar 31, 2023

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 31 Mar 2023 - 14:41
  • Baseline: 31 Mar 2023 - 14:52
  • Package commits:
  • Target: 488e39
  • Baseline: a0e6b4
  • Julia commits:
  • Target: 9001ea
  • Baseline: 9001ea
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio
["First-Time-To-JET", "package loading"] 380.05 (5%) ❌ 2.91 (1%) ❌
["First-Time-To-JET", "rand(Bool)"] 0.46 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.18 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.95 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.99 (5%) 0.99 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.00 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.91 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

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

Julia versioninfo

Target

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:41
  • Package commit: 488e39
  • Julia commit: 9001ea
  • 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"] 78.486 s (5%) 188.44 KiB (1%) 1791
["First-Time-To-JET", "rand(Bool)"] 523.988 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 152.844 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.450 ms (5%) 2.25 MiB (1%) 39938
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.364 s (5%) 3.364 s 1.08 GiB (1%) 20726102
["JETAnalyzer{BasicPass} top-level", "simple"] 8.972 ms (5%) 2.17 MiB (1%) 39038
["JETAnalyzer{BasicPass}", "identity(nothing)"] 83.100 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 171.406 ms (5%) 42.72 MiB (1%) 841248
["JETAnalyzer{BasicPass}", "rand(Bool)"] 48.990 ms (5%) 15.14 MiB (1%) 290745
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.299 μs (5%) 17.78 KiB (1%) 243
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.480 ms (5%) 2.02 MiB (1%) 36742
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.899 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 230.154 ms (5%) 67.58 MiB (1%) 996237
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.911 ms (5%) 18.84 MiB (1%) 325910
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.596 s (5%) 21.30 MiB (1%) 397967
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.745 ms (5%) 2.13 MiB (1%) 38707
["OptAnalyzer", "identity(nothing)"] 122.699 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 556.706 ms (5%) 45.060 ms 204.60 MiB (1%) 3116294
["OptAnalyzer", "rand(Bool)"] 24.583 ms (5%) 12.36 MiB (1%) 190623
["OptAnalyzer", "sum(\"julia\") (cached)"] 268.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.400 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.204 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 17.700 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:52
  • Package commit: a0e6b4
  • Julia commit: 9001ea
  • 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"] 206.515 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 1.134 s (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 827.891 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.501 ms (5%) 2.25 MiB (1%) 39977
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.047 s (5%) 3.551 s 1.09 GiB (1%) 20960152
["JETAnalyzer{BasicPass} top-level", "simple"] 9.139 ms (5%) 2.19 MiB (1%) 39398
["JETAnalyzer{BasicPass}", "identity(nothing)"] 87.500 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 172.122 ms (5%) 42.99 MiB (1%) 850067
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.496 ms (5%) 15.30 MiB (1%) 293836
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.399 μs (5%) 18.06 KiB (1%) 252
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.359 ms (5%) 2.03 MiB (1%) 37100
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.400 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 254.096 ms (5%) 30.589 ms 67.85 MiB (1%) 1005056
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.629 ms (5%) 19.00 MiB (1%) 329001
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.626 s (5%) 21.30 MiB (1%) 397966
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.028 ms (5%) 2.14 MiB (1%) 39065
["OptAnalyzer", "identity(nothing)"] 129.499 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 566.736 ms (5%) 65.537 ms 204.60 MiB (1%) 3116292
["OptAnalyzer", "rand(Bool)"] 24.248 ms (5%) 12.36 MiB (1%) 190621
["OptAnalyzer", "sum(\"julia\") (cached)"] 262.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.387 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.206 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 18.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 31 Mar 2023 - 14:41
  • Baseline: 31 Mar 2023 - 14:52
  • Package commits:
  • Target: 488e39
  • Baseline: a0e6b4
  • Julia commits:
  • Target: 9001ea
  • Baseline: 9001ea
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio
["First-Time-To-JET", "package loading"] 380.05 (5%) ❌ 2.91 (1%) ❌
["First-Time-To-JET", "rand(Bool)"] 0.46 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.18 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.95 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.99 (5%) 0.99 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.00 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.91 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

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

Julia versioninfo

Target

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:41
  • Package commit: 488e39
  • Julia commit: 9001ea
  • 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"] 78.486 s (5%) 188.44 KiB (1%) 1791
["First-Time-To-JET", "rand(Bool)"] 523.988 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 152.844 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.450 ms (5%) 2.25 MiB (1%) 39938
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.364 s (5%) 3.364 s 1.08 GiB (1%) 20726102
["JETAnalyzer{BasicPass} top-level", "simple"] 8.972 ms (5%) 2.17 MiB (1%) 39038
["JETAnalyzer{BasicPass}", "identity(nothing)"] 83.100 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 171.406 ms (5%) 42.72 MiB (1%) 841248
["JETAnalyzer{BasicPass}", "rand(Bool)"] 48.990 ms (5%) 15.14 MiB (1%) 290745
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.299 μs (5%) 17.78 KiB (1%) 243
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.480 ms (5%) 2.02 MiB (1%) 36742
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.899 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 230.154 ms (5%) 67.58 MiB (1%) 996237
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.911 ms (5%) 18.84 MiB (1%) 325910
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.596 s (5%) 21.30 MiB (1%) 397967
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.745 ms (5%) 2.13 MiB (1%) 38707
["OptAnalyzer", "identity(nothing)"] 122.699 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 556.706 ms (5%) 45.060 ms 204.60 MiB (1%) 3116294
["OptAnalyzer", "rand(Bool)"] 24.583 ms (5%) 12.36 MiB (1%) 190623
["OptAnalyzer", "sum(\"julia\") (cached)"] 268.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.400 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.204 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 17.700 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:52
  • Package commit: a0e6b4
  • Julia commit: 9001ea
  • 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"] 206.515 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 1.134 s (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 827.891 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.501 ms (5%) 2.25 MiB (1%) 39977
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.047 s (5%) 3.551 s 1.09 GiB (1%) 20960152
["JETAnalyzer{BasicPass} top-level", "simple"] 9.139 ms (5%) 2.19 MiB (1%) 39398
["JETAnalyzer{BasicPass}", "identity(nothing)"] 87.500 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 172.122 ms (5%) 42.99 MiB (1%) 850067
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.496 ms (5%) 15.30 MiB (1%) 293836
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.399 μs (5%) 18.06 KiB (1%) 252
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.359 ms (5%) 2.03 MiB (1%) 37100
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.400 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 254.096 ms (5%) 30.589 ms 67.85 MiB (1%) 1005056
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.629 ms (5%) 19.00 MiB (1%) 329001
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.626 s (5%) 21.30 MiB (1%) 397966
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.028 ms (5%) 2.14 MiB (1%) 39065
["OptAnalyzer", "identity(nothing)"] 129.499 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 566.736 ms (5%) 65.537 ms 204.60 MiB (1%) 3116292
["OptAnalyzer", "rand(Bool)"] 24.248 ms (5%) 12.36 MiB (1%) 190621
["OptAnalyzer", "sum(\"julia\") (cached)"] 262.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.387 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.206 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 18.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 31 Mar 2023 - 14:41
  • Baseline: 31 Mar 2023 - 14:52
  • Package commits:
  • Target: 488e39
  • Baseline: a0e6b4
  • Julia commits:
  • Target: 9001ea
  • Baseline: 9001ea
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio
["First-Time-To-JET", "package loading"] 380.05 (5%) ❌ 2.91 (1%) ❌
["First-Time-To-JET", "rand(Bool)"] 0.46 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.18 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.95 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.99 (5%) 0.99 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.00 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.91 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

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

Julia versioninfo

Target

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:41
  • Package commit: 488e39
  • Julia commit: 9001ea
  • 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"] 78.486 s (5%) 188.44 KiB (1%) 1791
["First-Time-To-JET", "rand(Bool)"] 523.988 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 152.844 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.450 ms (5%) 2.25 MiB (1%) 39938
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.364 s (5%) 3.364 s 1.08 GiB (1%) 20726102
["JETAnalyzer{BasicPass} top-level", "simple"] 8.972 ms (5%) 2.17 MiB (1%) 39038
["JETAnalyzer{BasicPass}", "identity(nothing)"] 83.100 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 171.406 ms (5%) 42.72 MiB (1%) 841248
["JETAnalyzer{BasicPass}", "rand(Bool)"] 48.990 ms (5%) 15.14 MiB (1%) 290745
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.299 μs (5%) 17.78 KiB (1%) 243
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.480 ms (5%) 2.02 MiB (1%) 36742
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.899 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 230.154 ms (5%) 67.58 MiB (1%) 996237
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.911 ms (5%) 18.84 MiB (1%) 325910
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.596 s (5%) 21.30 MiB (1%) 397967
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.745 ms (5%) 2.13 MiB (1%) 38707
["OptAnalyzer", "identity(nothing)"] 122.699 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 556.706 ms (5%) 45.060 ms 204.60 MiB (1%) 3116294
["OptAnalyzer", "rand(Bool)"] 24.583 ms (5%) 12.36 MiB (1%) 190623
["OptAnalyzer", "sum(\"julia\") (cached)"] 268.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.400 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.204 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 17.700 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:52
  • Package commit: a0e6b4
  • Julia commit: 9001ea
  • 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"] 206.515 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 1.134 s (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 827.891 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.501 ms (5%) 2.25 MiB (1%) 39977
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.047 s (5%) 3.551 s 1.09 GiB (1%) 20960152
["JETAnalyzer{BasicPass} top-level", "simple"] 9.139 ms (5%) 2.19 MiB (1%) 39398
["JETAnalyzer{BasicPass}", "identity(nothing)"] 87.500 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 172.122 ms (5%) 42.99 MiB (1%) 850067
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.496 ms (5%) 15.30 MiB (1%) 293836
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.399 μs (5%) 18.06 KiB (1%) 252
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.359 ms (5%) 2.03 MiB (1%) 37100
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.400 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 254.096 ms (5%) 30.589 ms 67.85 MiB (1%) 1005056
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.629 ms (5%) 19.00 MiB (1%) 329001
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.626 s (5%) 21.30 MiB (1%) 397966
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.028 ms (5%) 2.14 MiB (1%) 39065
["OptAnalyzer", "identity(nothing)"] 129.499 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 566.736 ms (5%) 65.537 ms 204.60 MiB (1%) 3116292
["OptAnalyzer", "rand(Bool)"] 24.248 ms (5%) 12.36 MiB (1%) 190621
["OptAnalyzer", "sum(\"julia\") (cached)"] 262.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.387 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.206 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 18.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 31 Mar 2023 - 14:41
  • Baseline: 31 Mar 2023 - 14:52
  • Package commits:
  • Target: 488e39
  • Baseline: a0e6b4
  • Julia commits:
  • Target: 9001ea
  • Baseline: 9001ea
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio
["First-Time-To-JET", "package loading"] 380.05 (5%) ❌ 2.91 (1%) ❌
["First-Time-To-JET", "rand(Bool)"] 0.46 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.18 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.95 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.99 (5%) 0.99 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.00 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.91 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

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

Julia versioninfo

Target

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:41
  • Package commit: 488e39
  • Julia commit: 9001ea
  • 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"] 78.486 s (5%) 188.44 KiB (1%) 1791
["First-Time-To-JET", "rand(Bool)"] 523.988 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 152.844 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.450 ms (5%) 2.25 MiB (1%) 39938
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.364 s (5%) 3.364 s 1.08 GiB (1%) 20726102
["JETAnalyzer{BasicPass} top-level", "simple"] 8.972 ms (5%) 2.17 MiB (1%) 39038
["JETAnalyzer{BasicPass}", "identity(nothing)"] 83.100 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 171.406 ms (5%) 42.72 MiB (1%) 841248
["JETAnalyzer{BasicPass}", "rand(Bool)"] 48.990 ms (5%) 15.14 MiB (1%) 290745
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.299 μs (5%) 17.78 KiB (1%) 243
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.480 ms (5%) 2.02 MiB (1%) 36742
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.899 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 230.154 ms (5%) 67.58 MiB (1%) 996237
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.911 ms (5%) 18.84 MiB (1%) 325910
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.596 s (5%) 21.30 MiB (1%) 397967
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.745 ms (5%) 2.13 MiB (1%) 38707
["OptAnalyzer", "identity(nothing)"] 122.699 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 556.706 ms (5%) 45.060 ms 204.60 MiB (1%) 3116294
["OptAnalyzer", "rand(Bool)"] 24.583 ms (5%) 12.36 MiB (1%) 190623
["OptAnalyzer", "sum(\"julia\") (cached)"] 268.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.400 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.204 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 17.700 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:52
  • Package commit: a0e6b4
  • Julia commit: 9001ea
  • 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"] 206.515 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 1.134 s (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 827.891 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.501 ms (5%) 2.25 MiB (1%) 39977
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.047 s (5%) 3.551 s 1.09 GiB (1%) 20960152
["JETAnalyzer{BasicPass} top-level", "simple"] 9.139 ms (5%) 2.19 MiB (1%) 39398
["JETAnalyzer{BasicPass}", "identity(nothing)"] 87.500 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 172.122 ms (5%) 42.99 MiB (1%) 850067
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.496 ms (5%) 15.30 MiB (1%) 293836
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.399 μs (5%) 18.06 KiB (1%) 252
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.359 ms (5%) 2.03 MiB (1%) 37100
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.400 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 254.096 ms (5%) 30.589 ms 67.85 MiB (1%) 1005056
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.629 ms (5%) 19.00 MiB (1%) 329001
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.626 s (5%) 21.30 MiB (1%) 397966
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.028 ms (5%) 2.14 MiB (1%) 39065
["OptAnalyzer", "identity(nothing)"] 129.499 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 566.736 ms (5%) 65.537 ms 204.60 MiB (1%) 3116292
["OptAnalyzer", "rand(Bool)"] 24.248 ms (5%) 12.36 MiB (1%) 190621
["OptAnalyzer", "sum(\"julia\") (cached)"] 262.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.387 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.206 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 18.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 31 Mar 2023 - 14:41
  • Baseline: 31 Mar 2023 - 14:52
  • Package commits:
  • Target: 488e39
  • Baseline: a0e6b4
  • Julia commits:
  • Target: 9001ea
  • Baseline: 9001ea
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio
["First-Time-To-JET", "package loading"] 380.05 (5%) ❌ 2.91 (1%) ❌
["First-Time-To-JET", "rand(Bool)"] 0.46 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.18 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.95 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.99 (5%) 0.99 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.00 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.91 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

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

Julia versioninfo

Target

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:41
  • Package commit: 488e39
  • Julia commit: 9001ea
  • 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"] 78.486 s (5%) 188.44 KiB (1%) 1791
["First-Time-To-JET", "rand(Bool)"] 523.988 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 152.844 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.450 ms (5%) 2.25 MiB (1%) 39938
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.364 s (5%) 3.364 s 1.08 GiB (1%) 20726102
["JETAnalyzer{BasicPass} top-level", "simple"] 8.972 ms (5%) 2.17 MiB (1%) 39038
["JETAnalyzer{BasicPass}", "identity(nothing)"] 83.100 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 171.406 ms (5%) 42.72 MiB (1%) 841248
["JETAnalyzer{BasicPass}", "rand(Bool)"] 48.990 ms (5%) 15.14 MiB (1%) 290745
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.299 μs (5%) 17.78 KiB (1%) 243
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.480 ms (5%) 2.02 MiB (1%) 36742
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.899 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 230.154 ms (5%) 67.58 MiB (1%) 996237
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.911 ms (5%) 18.84 MiB (1%) 325910
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.596 s (5%) 21.30 MiB (1%) 397967
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.745 ms (5%) 2.13 MiB (1%) 38707
["OptAnalyzer", "identity(nothing)"] 122.699 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 556.706 ms (5%) 45.060 ms 204.60 MiB (1%) 3116294
["OptAnalyzer", "rand(Bool)"] 24.583 ms (5%) 12.36 MiB (1%) 190623
["OptAnalyzer", "sum(\"julia\") (cached)"] 268.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.400 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.204 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 17.700 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:52
  • Package commit: a0e6b4
  • Julia commit: 9001ea
  • 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"] 206.515 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 1.134 s (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 827.891 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.501 ms (5%) 2.25 MiB (1%) 39977
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.047 s (5%) 3.551 s 1.09 GiB (1%) 20960152
["JETAnalyzer{BasicPass} top-level", "simple"] 9.139 ms (5%) 2.19 MiB (1%) 39398
["JETAnalyzer{BasicPass}", "identity(nothing)"] 87.500 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 172.122 ms (5%) 42.99 MiB (1%) 850067
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.496 ms (5%) 15.30 MiB (1%) 293836
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.399 μs (5%) 18.06 KiB (1%) 252
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.359 ms (5%) 2.03 MiB (1%) 37100
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.400 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 254.096 ms (5%) 30.589 ms 67.85 MiB (1%) 1005056
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.629 ms (5%) 19.00 MiB (1%) 329001
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.626 s (5%) 21.30 MiB (1%) 397966
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.028 ms (5%) 2.14 MiB (1%) 39065
["OptAnalyzer", "identity(nothing)"] 129.499 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 566.736 ms (5%) 65.537 ms 204.60 MiB (1%) 3116292
["OptAnalyzer", "rand(Bool)"] 24.248 ms (5%) 12.36 MiB (1%) 190621
["OptAnalyzer", "sum(\"julia\") (cached)"] 262.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.387 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.206 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 18.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 31 Mar 2023 - 14:41
  • Baseline: 31 Mar 2023 - 14:52
  • Package commits:
  • Target: 488e39
  • Baseline: a0e6b4
  • Julia commits:
  • Target: 9001ea
  • Baseline: 9001ea
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio
["First-Time-To-JET", "package loading"] 380.05 (5%) ❌ 2.91 (1%) ❌
["First-Time-To-JET", "rand(Bool)"] 0.46 (5%) ✅ 1.00 (1%)
["First-Time-To-JET", "sum(\"julia\")"] 0.18 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.95 (5%) ✅ 0.99 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.99 (5%) 0.99 (1%) ✅
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 1.00 (5%) 0.98 (1%) ✅
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 0.91 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

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

Julia versioninfo

Target

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:41
  • Package commit: 488e39
  • Julia commit: 9001ea
  • 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"] 78.486 s (5%) 188.44 KiB (1%) 1791
["First-Time-To-JET", "rand(Bool)"] 523.988 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 152.844 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.450 ms (5%) 2.25 MiB (1%) 39938
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.364 s (5%) 3.364 s 1.08 GiB (1%) 20726102
["JETAnalyzer{BasicPass} top-level", "simple"] 8.972 ms (5%) 2.17 MiB (1%) 39038
["JETAnalyzer{BasicPass}", "identity(nothing)"] 83.100 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 171.406 ms (5%) 42.72 MiB (1%) 841248
["JETAnalyzer{BasicPass}", "rand(Bool)"] 48.990 ms (5%) 15.14 MiB (1%) 290745
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.299 μs (5%) 17.78 KiB (1%) 243
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.480 ms (5%) 2.02 MiB (1%) 36742
["JETAnalyzer{SoundPass}", "identity(nothing)"] 88.899 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 230.154 ms (5%) 67.58 MiB (1%) 996237
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.911 ms (5%) 18.84 MiB (1%) 325910
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.596 s (5%) 21.30 MiB (1%) 397967
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 6.745 ms (5%) 2.13 MiB (1%) 38707
["OptAnalyzer", "identity(nothing)"] 122.699 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 556.706 ms (5%) 45.060 ms 204.60 MiB (1%) 3116294
["OptAnalyzer", "rand(Bool)"] 24.583 ms (5%) 12.36 MiB (1%) 190623
["OptAnalyzer", "sum(\"julia\") (cached)"] 268.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.400 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.204 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 17.700 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5544 s 0 s 169 s 4091 s 0 s
 #2 2793 MHz 2954 s 0 s 259 s 6588 s 0 s
 Memory: 6.781219482421875 GB (4317.62890625 MB free)
 Uptime: 986.59 sec
 Load Avg: 1.0 0.99 0.7
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 31 Mar 2023 - 14:52
  • Package commit: a0e6b4
  • Julia commit: 9001ea
  • 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"] 206.515 ms (5%) 64.73 KiB (1%) 19
["First-Time-To-JET", "rand(Bool)"] 1.134 s (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 827.891 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 42.501 ms (5%) 2.25 MiB (1%) 39977
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.047 s (5%) 3.551 s 1.09 GiB (1%) 20960152
["JETAnalyzer{BasicPass} top-level", "simple"] 9.139 ms (5%) 2.19 MiB (1%) 39398
["JETAnalyzer{BasicPass}", "identity(nothing)"] 87.500 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 172.122 ms (5%) 42.99 MiB (1%) 850067
["JETAnalyzer{BasicPass}", "rand(Bool)"] 49.496 ms (5%) 15.30 MiB (1%) 293836
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 158.399 μs (5%) 18.06 KiB (1%) 252
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 6.359 ms (5%) 2.03 MiB (1%) 37100
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.400 μs (5%) 7.64 KiB (1%) 112
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 254.096 ms (5%) 30.589 ms 67.85 MiB (1%) 1005056
["JETAnalyzer{SoundPass}", "rand(Bool)"] 59.629 ms (5%) 19.00 MiB (1%) 329001
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 6.626 s (5%) 21.30 MiB (1%) 397966
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.028 ms (5%) 2.14 MiB (1%) 39065
["OptAnalyzer", "identity(nothing)"] 129.499 μs (5%) 26.19 KiB (1%) 382
["OptAnalyzer", "println(QuoteNode(nothing))"] 566.736 ms (5%) 65.537 ms 204.60 MiB (1%) 3116292
["OptAnalyzer", "rand(Bool)"] 24.248 ms (5%) 12.36 MiB (1%) 190621
["OptAnalyzer", "sum(\"julia\") (cached)"] 262.098 μs (5%) 60.62 KiB (1%) 846
["OptAnalyzer", "sum(\"julia\")"] 13.387 ms (5%) 5.98 MiB (1%) 91115
["show(::IO, ::JETCallResult)", "report_call"] 1.206 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 18.800 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

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

Julia versioninfo

Julia Version 1.10.0-DEV.920
Commit 9001ea0c081 (2023-03-31 13:23 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1034-azure #41-Ubuntu SMP Fri Feb 10 19:59:45 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11176 s 0 s 218 s 4868 s 0 s
 #2 2793 MHz 3794 s 0 s 331 s 12138 s 0 s
 Memory: 6.781219482421875 GB (4299.8671875 MB free)
 Uptime: 1632.6 sec
 Load Avg: 1.0 1.0 0.88
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@aviatesk aviatesk merged commit ca12bfb into master Mar 31, 2023
@aviatesk aviatesk deleted the avi/precompile branch March 31, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants