henry2004y / TestParticle.jl

Test particle tracing in electromagnetic field
https://henry2004y.github.io/TestParticle.jl/dev/
MIT License
15 stars 3 forks source link

Sampling from distributions #63

Closed henry2004y closed 1 year ago

henry2004y commented 1 year ago

This PR provides additional functionalities for sampling from distributions. #57

github-actions[bot] commented 1 year ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmarks: - Target: 6 Dec 2022 - 17:28 - Baseline: 6 Dec 2022 - 17:30 * Package commits: - Target: 6ea55a - Baseline: 83510c * Julia commits: - Target: 0434de - Baseline: 0434de * 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 | |-----------------------------------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ### Target ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2907 s 0 s 189 s 3435 s 0 s #2 2793 MHz 2716 s 0 s 258 s 3529 s 0 s Memory: 6.781219482421875 GB (4824.1328125 MB free) Uptime: 660.16 sec Load Avg: 1.0 1.0 0.62 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` ### Baseline ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 3850 s 0 s 264 s 3488 s 0 s #2 2793 MHz 2770 s 0 s 263 s 4538 s 0 s Memory: 6.781219482421875 GB (4811.56640625 MB free) Uptime: 767.23 sec Load Avg: 1.0 1.0 0.66 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` --- # Target result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 6 Dec 2022 - 17:28 * Package commit: 6ea55a * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 10.000 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 8.400 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 39.700 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 35.400 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 12.200 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 10.300 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2907 s 0 s 189 s 3435 s 0 s #2 2793 MHz 2716 s 0 s 258 s 3529 s 0 s Memory: 6.781219482421875 GB (4824.1328125 MB free) Uptime: 660.16 sec Load Avg: 1.0 1.0 0.62 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` --- # Baseline result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 6 Dec 2022 - 17:30 * Package commit: 83510c * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 9.600 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 8.533 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 39.300 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 35.400 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 11.800 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 10.300 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 3850 s 0 s 264 s 3488 s 0 s #2 2793 MHz 2770 s 0 s 263 s 4538 s 0 s Memory: 6.781219482421875 GB (4811.56640625 MB free) Uptime: 767.23 sec Load Avg: 1.0 1.0 0.66 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 1 | | `BLAS.vendor()` | `openblas64` | | `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 |
codecov[bot] commented 1 year ago

Codecov Report

Merging #63 (00422d0) into master (83510c5) will decrease coverage by 13.13%. The diff coverage is 97.43%.

@@             Coverage Diff             @@
##           master      #63       +/-   ##
===========================================
- Coverage   56.29%   43.15%   -13.14%     
===========================================
  Files           5        7        +2     
  Lines         302      482      +180     
===========================================
+ Hits          170      208       +38     
- Misses        132      274      +142     
Impacted Files Coverage Δ
src/TestParticle.jl 90.14% <97.14%> (+1.37%) :arrow_up:
src/utility/utility.jl 35.29% <100.00%> (+19.90%) :arrow_up:
TestParticleMakie/src/typerecipes.jl 0.00% <0.00%> (ø)
TestParticleMakie/src/interactive.jl 0.00% <0.00%> (ø)

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

github-actions[bot] commented 1 year ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmarks: - Target: 7 Dec 2022 - 08:19 - Baseline: 7 Dec 2022 - 08:22 * Package commits: - Target: bc2a86 - Baseline: 83510c * Julia commits: - Target: 0434de - Baseline: 0434de * 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 | |-----------------------------------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ### Target ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2671 s 0 s 255 s 3920 s 0 s #2 2294 MHz 4504 s 0 s 383 s 1960 s 0 s Memory: 6.781219482421875 GB (4877.7890625 MB free) Uptime: 693.12 sec Load Avg: 1.0 1.06 0.74 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, broadwell) Threads: 1 on 2 virtual cores ``` ### Baseline ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2767 s 0 s 262 s 5202 s 0 s #2 2294 MHz 5723 s 0 s 461 s 2053 s 0 s Memory: 6.781219482421875 GB (4828.890625 MB free) Uptime: 832.19 sec Load Avg: 1.01 1.05 0.79 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, broadwell) Threads: 1 on 2 virtual cores ``` --- # Target result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 8:19 * Package commit: bc2a86 * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 13.600 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 11.600 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 58.301 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 50.300 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 16.000 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 14.900 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2671 s 0 s 255 s 3920 s 0 s #2 2294 MHz 4504 s 0 s 383 s 1960 s 0 s Memory: 6.781219482421875 GB (4877.7890625 MB free) Uptime: 693.12 sec Load Avg: 1.0 1.06 0.74 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, broadwell) Threads: 1 on 2 virtual cores ``` --- # Baseline result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 8:22 * Package commit: 83510c * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 14.100 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 11.600 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 58.201 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 49.800 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 16.801 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 14.300 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2767 s 0 s 262 s 5202 s 0 s #2 2294 MHz 5723 s 0 s 461 s 2053 s 0 s Memory: 6.781219482421875 GB (4828.890625 MB free) Uptime: 832.19 sec Load Avg: 1.01 1.05 0.79 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, broadwell) Threads: 1 on 2 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 1 | | `BLAS.vendor()` | `openblas64` | | `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 |
github-actions[bot] commented 1 year ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmarks: - Target: 7 Dec 2022 - 08:43 - Baseline: 7 Dec 2022 - 08:45 * Package commits: - Target: f0663b - Baseline: 83510c * Julia commits: - Target: 0434de - Baseline: 0434de * 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 | |-----------------------------------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ### Target ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 2226 s 0 s 230 s 4792 s 0 s #2 2095 MHz 4617 s 0 s 371 s 2258 s 0 s Memory: 6.781219482421875 GB (4864.4453125 MB free) Uptime: 734.2 sec Load Avg: 1.0 1.0 0.64 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` ### Baseline ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 3327 s 0 s 320 s 4859 s 0 s #2 2095 MHz 4688 s 0 s 378 s 3434 s 0 s Memory: 6.781219482421875 GB (4847.3203125 MB free) Uptime: 860.11 sec Load Avg: 1.0 1.0 0.69 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Target result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 8:43 * Package commit: f0663b * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 11.400 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 9.800 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 47.103 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 42.102 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 14.300 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 12.200 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 2226 s 0 s 230 s 4792 s 0 s #2 2095 MHz 4617 s 0 s 371 s 2258 s 0 s Memory: 6.781219482421875 GB (4864.4453125 MB free) Uptime: 734.2 sec Load Avg: 1.0 1.0 0.64 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Baseline result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 8:45 * Package commit: 83510c * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 11.700 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 9.900 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 46.902 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 42.002 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 14.400 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 12.201 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 3327 s 0 s 320 s 4859 s 0 s #2 2095 MHz 4688 s 0 s 378 s 3434 s 0 s Memory: 6.781219482421875 GB (4847.3203125 MB free) Uptime: 860.11 sec Load Avg: 1.0 1.0 0.69 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 1 | | `BLAS.vendor()` | `openblas64` | | `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 8171M CPU @ 2.60GHz CPU family: 6 Model: 85 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 Stepping: 4 BogoMIPS: 4190.31 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: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 2 MiB (2 instances) L3 cache: 35.8 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: Vulnerable 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 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 |
github-actions[bot] commented 1 year ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmarks: - Target: 7 Dec 2022 - 08:53 - Baseline: 7 Dec 2022 - 08:55 * Package commits: - Target: 62f811 - Baseline: 83510c * Julia commits: - Target: 0434de - Baseline: 0434de * 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 | |-----------------------------------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ### Target ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1613 s 0 s 185 s 4563 s 0 s #2 2593 MHz 4074 s 0 s 319 s 1980 s 0 s Memory: 6.781219482421875 GB (4899.1640625 MB free) Uptime: 643.06 sec Load Avg: 1.0 1.0 0.61 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` ### Baseline ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1660 s 0 s 190 s 5590 s 0 s #2 2593 MHz 5032 s 0 s 398 s 2027 s 0 s Memory: 6.781219482421875 GB (4791.01953125 MB free) Uptime: 751.49 sec Load Avg: 1.0 1.0 0.66 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Target result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 8:53 * Package commit: 62f811 * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 9.800 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 8.467 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 39.001 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 35.300 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 11.900 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 10.200 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1613 s 0 s 185 s 4563 s 0 s #2 2593 MHz 4074 s 0 s 319 s 1980 s 0 s Memory: 6.781219482421875 GB (4899.1640625 MB free) Uptime: 643.06 sec Load Avg: 1.0 1.0 0.61 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Baseline result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 8:55 * Package commit: 83510c * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 9.700 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 8.333 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 39.200 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 35.000 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 11.900 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 10.100 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1660 s 0 s 190 s 5590 s 0 s #2 2593 MHz 5032 s 0 s 398 s 2027 s 0 s Memory: 6.781219482421875 GB (4791.01953125 MB free) Uptime: 751.49 sec Load Avg: 1.0 1.0 0.66 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 1 | | `BLAS.vendor()` | `openblas64` | | `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 8272CL CPU @ 2.60GHz CPU family: 6 Model: 85 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 Stepping: 7 BogoMIPS: 5187.81 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: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 2 MiB (2 instances) L3 cache: 35.8 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: Vulnerable 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 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 |
github-actions[bot] commented 1 year ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmarks: - Target: 7 Dec 2022 - 09:05 - Baseline: 7 Dec 2022 - 09:07 * Package commits: - Target: 5d1260 - Baseline: 83510c * Julia commits: - Target: 0434de - Baseline: 0434de * 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 | |-----------------------------------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ### Target ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 1505 s 0 s 178 s 3678 s 0 s #2 2793 MHz 4012 s 0 s 260 s 1071 s 0 s Memory: 6.781219482421875 GB (4834.796875 MB free) Uptime: 541.86 sec Load Avg: 1.02 1.05 0.65 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` ### Baseline ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2426 s 0 s 254 s 3732 s 0 s #2 2793 MHz 4066 s 0 s 266 s 2061 s 0 s Memory: 6.781219482421875 GB (4810.6640625 MB free) Uptime: 646.96 sec Load Avg: 1.0 1.03 0.69 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` --- # Target result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 9:5 * Package commit: 5d1260 * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 9.700 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 8.433 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 38.899 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 35.200 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 11.999 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 10.299 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 1505 s 0 s 178 s 3678 s 0 s #2 2793 MHz 4012 s 0 s 260 s 1071 s 0 s Memory: 6.781219482421875 GB (4834.796875 MB free) Uptime: 541.86 sec Load Avg: 1.02 1.05 0.65 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` --- # Baseline result # Benchmark Report for */home/runner/work/TestParticle.jl/TestParticle.jl* ## Job Properties * Time of benchmark: 7 Dec 2022 - 9:7 * Package commit: 83510c * Julia commit: 0434de * 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 | |-----------------------------------------------------|---------------:|--------:|---------------:|------------:| | `["trace", "analytic field", "in place"]` | 9.600 μs (5%) | | 14.89 KiB (1%) | 157 | | `["trace", "analytic field", "out of place"]` | 8.400 μs (5%) | | 13.25 KiB (1%) | 133 | | `["trace", "numerical field", "in place"]` | 38.999 μs (5%) | | 28.50 KiB (1%) | 175 | | `["trace", "numerical field", "out of place"]` | 35.300 μs (5%) | | 22.78 KiB (1%) | 147 | | `["trace", "time-dependent field", "in place"]` | 11.899 μs (5%) | | 16.09 KiB (1%) | 172 | | `["trace", "time-dependent field", "out of place"]` | 10.200 μs (5%) | | 14.45 KiB (1%) | 148 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["trace", "analytic field"]` - `["trace", "numerical field"]` - `["trace", "time-dependent field"]` ## Julia versioninfo ``` Julia Version 1.8.3 Commit 0434deb161e (2022-11-14 20:14 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.1 LTS uname: Linux 5.15.0-1023-azure #29-Ubuntu SMP Wed Oct 19 22:37:08 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 2426 s 0 s 254 s 3732 s 0 s #2 2793 MHz 4066 s 0 s 266 s 2061 s 0 s Memory: 6.781219482421875 GB (4810.6640625 MB free) Uptime: 646.96 sec Load Avg: 1.0 1.03 0.69 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server) Threads: 1 on 2 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 1 | | `BLAS.vendor()` | `openblas64` | | `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 |