JET.jl icon indicating copy to clipboard operation
JET.jl copied to clipboard

simplify caching logic

Open aviatesk opened this issue 3 years ago • 2 comments

aviatesk avatar Dec 14 '22 11:12 aviatesk

Codecov Report

Base: 89.07% // Head: 89.07% // No change to project coverage :thumbsup:

Coverage data is based on head (18344e2) compared to base (18344e2). Patch has no changes to coverable lines.

:exclamation: Current head 18344e2 differs from pull request most recent head 2c49256. Consider uploading reports for the commit 2c49256 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   89.07%   89.07%           
=======================================
  Files          10       10           
  Lines        2654     2654           
=======================================
  Hits         2364     2364           
  Misses        290      290           

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

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Dec 14 '22 23:12 codecov-commenter

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 15 Dec 2022 - 01:27
  • Baseline: 15 Dec 2022 - 01:37
  • Package commits:
  • Target: bc6cb2
  • Baseline: 18344e
  • Julia commits:
  • Target: 7b10d5
  • Baseline: 7b10d5
  • 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
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.95 (5%) :white_check_mark: 1.02 (1%) :x:
["JETAnalyzer{BasicPass} top-level", "simple"] 1.09 (5%) :x: 1.01 (1%)
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.95 (5%) 1.01 (1%) :x:
["JETAnalyzer{SoundPass}", "identity(nothing)"] 1.04 (5%) 1.01 (1%) :x:
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.28 (5%) :x: 1.49 (1%) :x:
["JETAnalyzer{SoundPass}", "rand(Bool)"] 1.08 (5%) :x: 1.10 (1%) :x:
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 1.09 (5%) :x: 1.01 (1%)
["OptAnalyzer", "identity(nothing)"] 0.81 (5%) :white_check_mark: 1.00 (1%)
["OptAnalyzer", "println(QuoteNode(nothing))"] 1.08 (5%) :x: 0.99 (1%)
["OptAnalyzer", "rand(Bool)"] 0.91 (5%) :white_check_mark: 0.93 (1%) :white_check_mark:
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.02 (5%) 1.15 (1%) :x:
["OptAnalyzer", "sum(\"julia\")"] 1.05 (5%) :x: 0.89 (1%) :white_check_mark:
["show(::IO, ::JETCallResult)", "report_call"] 0.90 (5%) :white_check_mark: 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.93 (5%) :white_check_mark: 1.00 (1%)

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.147
Commit 7b10d5fe015 (2022-12-14 19:15 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 6377 s 0 s 234 s 2591 s 0 s
 #2 2294 MHz 1224 s 0 s 215 s 7742 s 0 s
 Memory: 6.781219482421875 GB (4133.94140625 MB free)
 Uptime: 927.66 sec
 Load Avg: 1.0 0.99 0.68
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.147
Commit 7b10d5fe015 (2022-12-14 19:15 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 7433 s 0 s 280 s 7573 s 0 s
 #2 2294 MHz 6264 s 0 s 296 s 8721 s 0 s
 Memory: 6.781219482421875 GB (4415.74609375 MB free)
 Uptime: 1538.14 sec
 Load Avg: 1.0 1.0 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 15 Dec 2022 - 1:27
  • Package commit: bc6cb2
  • Julia commit: 7b10d5
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 236.319 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 8.328 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 7.983 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 50.876 ms (5%) 2.62 MiB (1%) 48085
["JETAnalyzer{BasicPass} top-level", "self analysis"] 12.332 s (5%) 867.513 ms 1012.66 MiB (1%) 17428995
["JETAnalyzer{BasicPass} top-level", "simple"] 13.492 ms (5%) 2.19 MiB (1%) 36703
["JETAnalyzer{BasicPass}", "identity(nothing)"] 76.300 μs (5%) 7.01 KiB (1%) 106
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 234.869 ms (5%) 41.37 MiB (1%) 750167
["JETAnalyzer{BasicPass}", "rand(Bool)"] 71.521 ms (5%) 14.63 MiB (1%) 258125
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 231.001 μs (5%) 17.35 KiB (1%) 234
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 9.503 ms (5%) 2.05 MiB (1%) 34606
["JETAnalyzer{SoundPass}", "identity(nothing)"] 104.700 μs (5%) 7.01 KiB (1%) 106
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 444.104 ms (5%) 79.939 ms 96.35 MiB (1%) 984403
["JETAnalyzer{SoundPass}", "rand(Bool)"] 87.142 ms (5%) 19.81 MiB (1%) 295443
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.565 s (5%) 19.94 MiB (1%) 344450
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 10.216 ms (5%) 2.14 MiB (1%) 36271
["OptAnalyzer", "identity(nothing)"] 127.200 μs (5%) 26.70 KiB (1%) 396
["OptAnalyzer", "println(QuoteNode(nothing))"] 886.794 ms (5%) 116.937 ms 208.73 MiB (1%) 2835913
["OptAnalyzer", "rand(Bool)"] 34.277 ms (5%) 11.72 MiB (1%) 179752
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.804 s (5%) 37.10 MiB (1%) 620537
["OptAnalyzer", "sum(\"julia\")"] 22.201 ms (5%) 5.78 MiB (1%) 87829
["show(::IO, ::JETCallResult)", "report_call"] 1.407 ms (5%) 291.71 KiB (1%) 5101
["show(::IO, ::JETCallResult)", "report_opt"] 16.800 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.147
Commit 7b10d5fe015 (2022-12-14 19:15 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 6377 s 0 s 234 s 2591 s 0 s
 #2 2294 MHz 1224 s 0 s 215 s 7742 s 0 s
 Memory: 6.781219482421875 GB (4133.94140625 MB free)
 Uptime: 927.66 sec
 Load Avg: 1.0 0.99 0.68
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 15 Dec 2022 - 1:37
  • Package commit: 18344e
  • Julia commit: 7b10d5
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 241.850 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 8.278 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 8.040 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 53.249 ms (5%) 2.61 MiB (1%) 47992
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.019 s (5%) 1.046 s 997.25 MiB (1%) 17283537
["JETAnalyzer{BasicPass} top-level", "simple"] 12.418 ms (5%) 2.17 MiB (1%) 36450
["JETAnalyzer{BasicPass}", "identity(nothing)"] 80.201 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 231.613 ms (5%) 41.12 MiB (1%) 746975
["JETAnalyzer{BasicPass}", "rand(Bool)"] 70.170 ms (5%) 14.53 MiB (1%) 256805
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 237.403 μs (5%) 17.27 KiB (1%) 233
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 9.682 ms (5%) 2.03 MiB (1%) 34361
["JETAnalyzer{SoundPass}", "identity(nothing)"] 100.501 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 347.047 ms (5%) 43.315 ms 64.54 MiB (1%) 893635
["JETAnalyzer{SoundPass}", "rand(Bool)"] 80.713 ms (5%) 18.07 MiB (1%) 290178
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.198 s (5%) 19.80 MiB (1%) 342228
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 9.912 ms (5%) 2.13 MiB (1%) 36151
["OptAnalyzer", "identity(nothing)"] 156.900 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 821.705 ms (5%) 83.595 ms 210.36 MiB (1%) 3168356
["OptAnalyzer", "rand(Bool)"] 37.624 ms (5%) 12.66 MiB (1%) 192778
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.683 s (5%) 32.39 MiB (1%) 550055
["OptAnalyzer", "sum(\"julia\")"] 21.064 ms (5%) 6.48 MiB (1%) 97387
["show(::IO, ::JETCallResult)", "report_call"] 1.562 ms (5%) 291.71 KiB (1%) 5101
["show(::IO, ::JETCallResult)", "report_opt"] 18.100 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.147
Commit 7b10d5fe015 (2022-12-14 19:15 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 7433 s 0 s 280 s 7573 s 0 s
 #2 2294 MHz 6264 s 0 s 296 s 8721 s 0 s
 Memory: 6.781219482421875 GB (4415.74609375 MB free)
 Uptime: 1538.14 sec
 Load Avg: 1.0 1.0 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
 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) CPU E5-2673 v4 @ 2.30GHz CPU family: 6 Model: 79 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4589.36 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 rdseed adx smap xsaveopt md_clear Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 512 KiB (2 instances) L3 cache: 50 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) CPU E5-2673 v4 @ 2.30GHz
Vendor :Intel
Architecture :Broadwell
Model Family: 0x06, Model: 0x4f, Stepping: 0x01, 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 : (32, 256, 51200) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 256 bit = 32 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: 16 Dec 2022 - 03:14
  • Baseline: 16 Dec 2022 - 03:24
  • Package commits:
  • Target: ef0b11
  • Baseline: 64f4c8
  • Julia commits:
  • Target: 26a7db
  • Baseline: 26a7db
  • 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
["JETAnalyzer{BasicPass} top-level", "self analysis"] 0.99 (5%) 1.02 (1%) :x:
["JETAnalyzer{BasicPass}", "identity(nothing)"] 0.96 (5%) 1.01 (1%) :x:
["JETAnalyzer{BasicPass}", "rand(Bool)"] 0.99 (5%) 1.01 (1%) :x:
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 0.93 (5%) :white_check_mark: 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 0.95 (5%) :white_check_mark: 1.01 (1%) :x:
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 1.13 (5%) :x: 1.43 (1%) :x:
["JETAnalyzer{SoundPass}", "rand(Bool)"] 1.05 (5%) :x: 1.10 (1%) :x:
["OptAnalyzer", "identity(nothing)"] 0.77 (5%) :white_check_mark: 1.00 (1%)
["OptAnalyzer", "println(QuoteNode(nothing))"] 0.99 (5%) 0.98 (1%) :white_check_mark:
["OptAnalyzer", "rand(Bool)"] 0.88 (5%) :white_check_mark: 0.93 (1%) :white_check_mark:
["OptAnalyzer", "sum(\"julia\") (cached)"] 1.00 (5%) 1.15 (1%) :x:
["OptAnalyzer", "sum(\"julia\")"] 0.84 (5%) :white_check_mark: 0.89 (1%) :white_check_mark:
["show(::IO, ::JETCallResult)", "report_call"] 0.73 (5%) :white_check_mark: 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.64 (5%) :white_check_mark: 1.00 (1%)

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.151
Commit 26a7dbb8e23 (2022-12-16 01:25 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 2448 s 0 s 188 s 5559 s 0 s
 #2 2793 MHz 4794 s 0 s 189 s 3203 s 0 s
 Memory: 6.781219482421875 GB (4335.29296875 MB free)
 Uptime: 825.82 sec
 Load Avg: 1.0 0.97 0.64
 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.151
Commit 26a7dbb8e23 (2022-12-16 01:25 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 6645 s 0 s 207 s 7184 s 0 s
 #2 2793 MHz 6456 s 0 s 282 s 7279 s 0 s
 Memory: 6.781219482421875 GB (4536.61328125 MB free)
 Uptime: 1410.45 sec
 Load Avg: 1.04 1.02 0.84
 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: 16 Dec 2022 - 3:14
  • Package commit: ef0b11
  • Julia commit: 26a7db
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 219.101 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 7.918 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 7.645 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 51.395 ms (5%) 2.62 MiB (1%) 48057
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.133 s (5%) 1.255 s 1013.77 MiB (1%) 17441814
["JETAnalyzer{BasicPass} top-level", "simple"] 10.838 ms (5%) 2.19 MiB (1%) 36703
["JETAnalyzer{BasicPass}", "identity(nothing)"] 78.699 μs (5%) 7.01 KiB (1%) 106
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 172.036 ms (5%) 41.28 MiB (1%) 748437
["JETAnalyzer{BasicPass}", "rand(Bool)"] 51.523 ms (5%) 14.61 MiB (1%) 257751
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 205.200 μs (5%) 17.35 KiB (1%) 234
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.054 ms (5%) 2.05 MiB (1%) 34606
["JETAnalyzer{SoundPass}", "identity(nothing)"] 87.699 μs (5%) 7.01 KiB (1%) 106
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 301.043 ms (5%) 49.754 ms 92.32 MiB (1%) 968810
["JETAnalyzer{SoundPass}", "rand(Bool)"] 66.205 ms (5%) 19.79 MiB (1%) 295069
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.218 s (5%) 19.93 MiB (1%) 344392
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.644 ms (5%) 2.14 MiB (1%) 36271
["OptAnalyzer", "identity(nothing)"] 134.499 μs (5%) 26.70 KiB (1%) 396
["OptAnalyzer", "println(QuoteNode(nothing))"] 658.180 ms (5%) 89.730 ms 204.32 MiB (1%) 2809982
["OptAnalyzer", "rand(Bool)"] 25.246 ms (5%) 11.70 MiB (1%) 179405
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.439 s (5%) 37.11 MiB (1%) 620395
["OptAnalyzer", "sum(\"julia\")"] 13.911 ms (5%) 5.78 MiB (1%) 87842
["show(::IO, ::JETCallResult)", "report_call"] 1.367 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 13.400 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.151
Commit 26a7dbb8e23 (2022-12-16 01:25 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 2448 s 0 s 188 s 5559 s 0 s
 #2 2793 MHz 4794 s 0 s 189 s 3203 s 0 s
 Memory: 6.781219482421875 GB (4335.29296875 MB free)
 Uptime: 825.82 sec
 Load Avg: 1.0 0.97 0.64
 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: 16 Dec 2022 - 3:24
  • Package commit: 64f4c8
  • Julia commit: 26a7db
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 218.961 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 7.835 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 7.588 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 51.986 ms (5%) 2.61 MiB (1%) 47964
["JETAnalyzer{BasicPass} top-level", "self analysis"] 10.251 s (5%) 1.110 s 998.31 MiB (1%) 17295161
["JETAnalyzer{BasicPass} top-level", "simple"] 10.417 ms (5%) 2.17 MiB (1%) 36450
["JETAnalyzer{BasicPass}", "identity(nothing)"] 81.799 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 181.008 ms (5%) 41.03 MiB (1%) 745262
["JETAnalyzer{BasicPass}", "rand(Bool)"] 52.297 ms (5%) 14.45 MiB (1%) 256443
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 219.699 μs (5%) 17.27 KiB (1%) 233
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 7.289 ms (5%) 2.03 MiB (1%) 34361
["JETAnalyzer{SoundPass}", "identity(nothing)"] 92.499 μs (5%) 6.93 KiB (1%) 105
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 266.392 ms (5%) 30.920 ms 64.58 MiB (1%) 891924
["JETAnalyzer{SoundPass}", "rand(Bool)"] 62.844 ms (5%) 17.98 MiB (1%) 289816
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 4.236 s (5%) 19.83 MiB (1%) 342235
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 7.599 ms (5%) 2.13 MiB (1%) 36151
["OptAnalyzer", "identity(nothing)"] 174.299 μs (5%) 26.62 KiB (1%) 395
["OptAnalyzer", "println(QuoteNode(nothing))"] 663.357 ms (5%) 66.796 ms 209.52 MiB (1%) 3153133
["OptAnalyzer", "rand(Bool)"] 28.681 ms (5%) 12.64 MiB (1%) 192445
["OptAnalyzer", "sum(\"julia\") (cached)"] 6.451 s (5%) 32.37 MiB (1%) 549912
["OptAnalyzer", "sum(\"julia\")"] 16.509 ms (5%) 6.48 MiB (1%) 97400
["show(::IO, ::JETCallResult)", "report_call"] 1.872 ms (5%) 291.51 KiB (1%) 5094
["show(::IO, ::JETCallResult)", "report_opt"] 20.900 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.151
Commit 26a7dbb8e23 (2022-12-16 01:25 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.1 LTS
 uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 6645 s 0 s 207 s 7184 s 0 s
 #2 2793 MHz 6456 s 0 s 282 s 7279 s 0 s
 Memory: 6.781219482421875 GB (4536.61328125 MB free)
 Uptime: 1410.45 sec
 Load Avg: 1.04 1.02 0.84
 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

github-actions[bot] avatar Dec 15 '22 01:12 github-actions[bot]