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

fix broken test #249

Merged
merged 1 commit into from
Sep 8, 2021
Merged

fix broken test #249

merged 1 commit into from
Sep 8, 2021

Conversation

aviatesk
Copy link
Owner

@aviatesk aviatesk commented Sep 8, 2021

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2021

Codecov Report

Merging #249 (619156f) into master (767e296) will increase coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 619156f differs from pull request most recent head e01fdfb. Consider uploading reports for the commit e01fdfb to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   87.16%   87.21%   +0.04%     
==========================================
  Files          10       10              
  Lines        2049     2049              
==========================================
+ Hits         1786     1787       +1     
+ Misses        263      262       -1     
Impacted Files Coverage Δ
src/ui/print.jl 90.90% <0.00%> (+0.90%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 767e296...e01fdfb. Read the comment docs.

@aviatesk aviatesk merged commit 9d0cc43 into master Sep 8, 2021
@aviatesk aviatesk deleted the avi/fixtest branch September 8, 2021 10:53
@github-actions
Copy link

github-actions bot commented Sep 8, 2021

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 8 Sep 2021 - 11:04
  • Baseline: 8 Sep 2021 - 11:22
  • Package commits:
  • Target: ae2b8a
  • Baseline: 767e29
  • Julia commits:
  • Target: 3a4198
  • Baseline: 3a4198
  • 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

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 5701 s 0 s 338 s 5662 s 0 s
 #2 2593 MHz 6118 s 0 s 359 s 5272 s 0 s
 
 Memory: 6.790924072265625 GB (3462.0078125 MB free)
 Uptime: 1178.28 sec
 Load Avg: 1.05 1.04 0.84
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 11146 s 0 s 590 s 10482 s 0 s
 #2 2593 MHz 11352 s 0 s 614 s 10302 s 0 s
 
 Memory: 6.790924072265625 GB (3479.19140625 MB free)
 Uptime: 2231.53 sec
 Load Avg: 1.02 1.05 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Target result

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

Job Properties

  • Time of benchmark: 8 Sep 2021 - 11:4
  • Package commit: ae2b8a
  • Julia commit: 3a4198
  • 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
["a bit complex"] 1.252 s (5%) 728 bytes (1%) 19
["cached easy"] 7.831 ms (5%) 728 bytes (1%) 19
["easy"] 1.009 s (5%) 728 bytes (1%) 19
["end to end"] 10.876 s (5%) 146.86 KiB (1%) 272
["first time"] 4.181 s (5%) 920 bytes (1%) 20
["invalidation"] 2.967 s (5%) 752 bytes (1%) 19
["package loading"] 298.941 ms (5%) 648 bytes (1%) 19
["self analysis"] 20.944 s (5%) 960 bytes (1%) 19
["top-level first time"] 7.413 s (5%) 1.66 KiB (1%) 20
["top-level"] 2.738 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 5701 s 0 s 338 s 5662 s 0 s
 #2 2593 MHz 6118 s 0 s 359 s 5272 s 0 s
 
 Memory: 6.790924072265625 GB (3462.0078125 MB free)
 Uptime: 1178.28 sec
 Load Avg: 1.05 1.04 0.84
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline result

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

Job Properties

  • Time of benchmark: 8 Sep 2021 - 11:22
  • Package commit: 767e29
  • Julia commit: 3a4198
  • 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
["a bit complex"] 1.266 s (5%) 728 bytes (1%) 19
["cached easy"] 7.927 ms (5%) 728 bytes (1%) 19
["easy"] 1.021 s (5%) 728 bytes (1%) 19
["end to end"] 10.853 s (5%) 146.69 KiB (1%) 263
["first time"] 4.191 s (5%) 920 bytes (1%) 20
["invalidation"] 2.959 s (5%) 752 bytes (1%) 19
["package loading"] 298.268 ms (5%) 648 bytes (1%) 19
["self analysis"] 21.223 s (5%) 960 bytes (1%) 19
["top-level first time"] 7.407 s (5%) 1.66 KiB (1%) 20
["top-level"] 2.789 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 11146 s 0 s 590 s 10482 s 0 s
 #2 2593 MHz 11352 s 0 s 614 s 10302 s 0 s
 
 Memory: 6.790924072265625 GB (3479.19140625 MB free)
 Uptime: 2231.53 sec
 Load Avg: 1.02 1.05 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Stepping: 7
CPU MHz: 2593.904
BogoMIPS: 5187.80
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 2 MiB
L3 cache: 35.8 MiB
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 Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full generic retpoline, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
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 mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x07, 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, 1024, 36608) 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: 8 Sep 2021 - 11:12
  • Baseline: 8 Sep 2021 - 11:30
  • Package commits:
  • Target: dccbf7
  • Baseline: 9d0cc4
  • Julia commits:
  • Target: 3a4198
  • Baseline: 3a4198
  • 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

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 6184 s 0 s 376 s 8580 s 0 s
 #2 2095 MHz 6124 s 0 s 384 s 8654 s 0 s
 
 Memory: 6.790924072265625 GB (3442.59375 MB free)
 Uptime: 1523.22 sec
 Load Avg: 1.01 1.03 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 11784 s 0 s 647 s 13565 s 0 s
 #2 2095 MHz 11570 s 0 s 651 s 13803 s 0 s
 
 Memory: 6.790924072265625 GB (3399.96875 MB free)
 Uptime: 2610.89 sec
 Load Avg: 1.0 1.07 1.01
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Target result

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

Job Properties

  • Time of benchmark: 8 Sep 2021 - 11:12
  • Package commit: dccbf7
  • Julia commit: 3a4198
  • 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
["a bit complex"] 1.436 s (5%) 728 bytes (1%) 19
["cached easy"] 8.911 ms (5%) 728 bytes (1%) 19
["easy"] 1.155 s (5%) 728 bytes (1%) 19
["end to end"] 12.455 s (5%) 146.17 KiB (1%) 241
["first time"] 4.777 s (5%) 920 bytes (1%) 20
["invalidation"] 3.399 s (5%) 752 bytes (1%) 19
["package loading"] 334.216 ms (5%) 648 bytes (1%) 19
["self analysis"] 24.071 s (5%) 960 bytes (1%) 19
["top-level first time"] 8.528 s (5%) 1.66 KiB (1%) 20
["top-level"] 3.005 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 6184 s 0 s 376 s 8580 s 0 s
 #2 2095 MHz 6124 s 0 s 384 s 8654 s 0 s
 
 Memory: 6.790924072265625 GB (3442.59375 MB free)
 Uptime: 1523.22 sec
 Load Avg: 1.01 1.03 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline result

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

Job Properties

  • Time of benchmark: 8 Sep 2021 - 11:30
  • Package commit: 9d0cc4
  • Julia commit: 3a4198
  • 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
["a bit complex"] 1.430 s (5%) 728 bytes (1%) 19
["cached easy"] 9.022 ms (5%) 728 bytes (1%) 19
["easy"] 1.185 s (5%) 728 bytes (1%) 19
["end to end"] 12.525 s (5%) 146.10 KiB (1%) 241
["first time"] 4.762 s (5%) 920 bytes (1%) 20
["invalidation"] 3.450 s (5%) 752 bytes (1%) 19
["package loading"] 335.792 ms (5%) 648 bytes (1%) 19
["self analysis"] 23.969 s (5%) 960 bytes (1%) 19
["top-level first time"] 8.528 s (5%) 1.66 KiB (1%) 20
["top-level"] 3.022 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 11784 s 0 s 647 s 13565 s 0 s
 #2 2095 MHz 11570 s 0 s 651 s 13803 s 0 s
 
 Memory: 6.790924072265625 GB (3399.96875 MB free)
 Uptime: 2610.89 sec
 Load Avg: 1.0 1.07 1.01
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Stepping: 4
CPU MHz: 2095.181
BogoMIPS: 4190.36
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 2 MiB
L3 cache: 35.8 MiB
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 Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full generic retpoline, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
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 mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, 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, 1024, 36608) 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: 8 Sep 2021 - 11:12
  • Baseline: 8 Sep 2021 - 11:30
  • Package commits:
  • Target: dccbf7
  • Baseline: 9d0cc4
  • Julia commits:
  • Target: 3a4198
  • Baseline: 3a4198
  • 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

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 6184 s 0 s 376 s 8580 s 0 s
 #2 2095 MHz 6124 s 0 s 384 s 8654 s 0 s
 
 Memory: 6.790924072265625 GB (3442.59375 MB free)
 Uptime: 1523.22 sec
 Load Avg: 1.01 1.03 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 11784 s 0 s 647 s 13565 s 0 s
 #2 2095 MHz 11570 s 0 s 651 s 13803 s 0 s
 
 Memory: 6.790924072265625 GB (3399.96875 MB free)
 Uptime: 2610.89 sec
 Load Avg: 1.0 1.07 1.01
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Target result

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

Job Properties

  • Time of benchmark: 8 Sep 2021 - 11:12
  • Package commit: dccbf7
  • Julia commit: 3a4198
  • 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
["a bit complex"] 1.436 s (5%) 728 bytes (1%) 19
["cached easy"] 8.911 ms (5%) 728 bytes (1%) 19
["easy"] 1.155 s (5%) 728 bytes (1%) 19
["end to end"] 12.455 s (5%) 146.17 KiB (1%) 241
["first time"] 4.777 s (5%) 920 bytes (1%) 20
["invalidation"] 3.399 s (5%) 752 bytes (1%) 19
["package loading"] 334.216 ms (5%) 648 bytes (1%) 19
["self analysis"] 24.071 s (5%) 960 bytes (1%) 19
["top-level first time"] 8.528 s (5%) 1.66 KiB (1%) 20
["top-level"] 3.005 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 6184 s 0 s 376 s 8580 s 0 s
 #2 2095 MHz 6124 s 0 s 384 s 8654 s 0 s
 
 Memory: 6.790924072265625 GB (3442.59375 MB free)
 Uptime: 1523.22 sec
 Load Avg: 1.01 1.03 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline result

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

Job Properties

  • Time of benchmark: 8 Sep 2021 - 11:30
  • Package commit: 9d0cc4
  • Julia commit: 3a4198
  • 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
["a bit complex"] 1.430 s (5%) 728 bytes (1%) 19
["cached easy"] 9.022 ms (5%) 728 bytes (1%) 19
["easy"] 1.185 s (5%) 728 bytes (1%) 19
["end to end"] 12.525 s (5%) 146.10 KiB (1%) 241
["first time"] 4.762 s (5%) 920 bytes (1%) 20
["invalidation"] 3.450 s (5%) 752 bytes (1%) 19
["package loading"] 335.792 ms (5%) 648 bytes (1%) 19
["self analysis"] 23.969 s (5%) 960 bytes (1%) 19
["top-level first time"] 8.528 s (5%) 1.66 KiB (1%) 20
["top-level"] 3.022 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.481
Commit 3a4198e916 (2021-09-08 06:32 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1040-azure #43~20.04.1-Ubuntu SMP Mon Aug 2 22:06:11 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 11784 s 0 s 647 s 13565 s 0 s
 #2 2095 MHz 11570 s 0 s 651 s 13803 s 0 s
 
 Memory: 6.790924072265625 GB (3399.96875 MB free)
 Uptime: 2610.89 sec
 Load Avg: 1.0 1.07 1.01
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Stepping: 4
CPU MHz: 2095.181
BogoMIPS: 4190.36
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 2 MiB
L3 cache: 35.8 MiB
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 Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full generic retpoline, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
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 mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, 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, 1024, 36608) 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

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