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

add self check tests #260

Merged
merged 1 commit into from
Sep 20, 2021
Merged

add self check tests #260

merged 1 commit into from
Sep 20, 2021

Conversation

aviatesk
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2021

Codecov Report

Merging #260 (a211b6e) into avi/inf (cc71a00) will increase coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           avi/inf     #260      +/-   ##
===========================================
+ Coverage    88.51%   88.69%   +0.18%     
===========================================
  Files           10       10              
  Lines         2176     2176              
===========================================
+ Hits          1926     1930       +4     
+ Misses         250      246       -4     
Impacted Files Coverage Δ
src/JET.jl 72.01% <0.00%> (+0.91%) ⬆️

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 cc71a00...a211b6e. Read the comment docs.

@github-actions
Copy link

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 20 Sep 2021 - 07:59
  • Baseline: 20 Sep 2021 - 08:17
  • Package commits:
  • Target: d6c781
  • Baseline: 8b7fe5
  • Julia commits:
  • Target: 7c8cbf
  • Baseline: 7c8cbf
  • 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
["cached easy"] 0.23 (5%) ✅ 1.00 (1%)
["end to end"] 1.00 (5%) 0.07 (1%) ✅
["self analysis"] 0.93 (5%) ✅ 1.00 (1%)
["top-level"] 0.90 (5%) ✅ 1.00 (1%)

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.559
Commit 7c8cbf6886 (2021-09-19 22:41 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1041-azure #44~20.04.1-Ubuntu SMP Fri Aug 20 20:41:09 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 6134 s 1 s 356 s 9199 s 0 s
 #2 2294 MHz 6659 s 2 s 403 s 8653 s 0 s
 
 Memory: 6.790924072265625 GB (3479.86328125 MB free)
 Uptime: 1580.36 sec
 Load Avg: 1.02 1.04 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, broadwell)

Baseline

Julia Version 1.8.0-DEV.559
Commit 7c8cbf6886 (2021-09-19 22:41 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1041-azure #44~20.04.1-Ubuntu SMP Fri Aug 20 20:41:09 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 11319 s 1 s 590 s 14791 s 0 s
 #2 2294 MHz 12647 s 2 s 652 s 13429 s 0 s
 
 Memory: 6.790924072265625 GB (3270.44921875 MB free)
 Uptime: 2684.4 sec
 Load Avg: 1.0 1.02 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, broadwell)

Target result

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

Job Properties

  • Time of benchmark: 20 Sep 2021 - 7:59
  • Package commit: d6c781
  • Julia commit: 7c8cbf
  • 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.497 s (5%) 728 bytes (1%) 19
["cached easy"] 5.477 ms (5%) 728 bytes (1%) 19
["easy"] 1.174 s (5%) 728 bytes (1%) 19
["end to end"] 13.962 s (5%) 9.80 KiB (1%) 225
["first time"] 5.167 s (5%) 920 bytes (1%) 20
["invalidation"] 5.371 s (5%) 752 bytes (1%) 19
["package loading"] 362.131 ms (5%) 648 bytes (1%) 19
["self analysis"] 23.023 s (5%) 960 bytes (1%) 19
["top-level first time"] 9.443 s (5%) 1.66 KiB (1%) 20
["top-level"] 3.231 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.559
Commit 7c8cbf6886 (2021-09-19 22:41 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1041-azure #44~20.04.1-Ubuntu SMP Fri Aug 20 20:41:09 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 6134 s 1 s 356 s 9199 s 0 s
 #2 2294 MHz 6659 s 2 s 403 s 8653 s 0 s
 
 Memory: 6.790924072265625 GB (3479.86328125 MB free)
 Uptime: 1580.36 sec
 Load Avg: 1.02 1.04 0.86
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, broadwell)

Baseline result

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

Job Properties

  • Time of benchmark: 20 Sep 2021 - 8:17
  • Package commit: 8b7fe5
  • Julia commit: 7c8cbf
  • 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.555 s (5%) 728 bytes (1%) 19
["cached easy"] 24.258 ms (5%) 728 bytes (1%) 19
["easy"] 1.188 s (5%) 728 bytes (1%) 19
["end to end"] 13.927 s (5%) 145.80 KiB (1%) 223
["first time"] 5.201 s (5%) 920 bytes (1%) 20
["invalidation"] 5.271 s (5%) 752 bytes (1%) 19
["package loading"] 369.232 ms (5%) 648 bytes (1%) 19
["self analysis"] 24.663 s (5%) 960 bytes (1%) 19
["top-level first time"] 9.411 s (5%) 1.66 KiB (1%) 20
["top-level"] 3.606 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.559
Commit 7c8cbf6886 (2021-09-19 22:41 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.8.0-1041-azure #44~20.04.1-Ubuntu SMP Fri Aug 20 20:41:09 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 11319 s 1 s 590 s 14791 s 0 s
 #2 2294 MHz 12647 s 2 s 652 s 13429 s 0 s
 
 Memory: 6.790924072265625 GB (3270.44921875 MB free)
 Uptime: 2684.4 sec
 Load Avg: 1.0 1.02 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, broadwell)

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: 79
Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
Stepping: 1
CPU MHz: 2294.688
BogoMIPS: 4589.37
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 512 KiB
L3 cache: 50 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 rdseed adx smap xsaveopt md_clear

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

@aviatesk aviatesk merged commit c858c94 into avi/inf Sep 20, 2021
@aviatesk aviatesk deleted the avi/selfcheck branch September 20, 2021 09:44
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