QuantumSavory / QuantumSavory.jl

A full stack simulator of quantum hardware, from the low-level analog physics to high-level network dynamics. Includes discrete event simulator, symbolic representation for quantum object, and works with many backend simulators.
https://quantumsavory.github.io/QuantumSavory.jl/
MIT License
30 stars 11 forks source link

Entanglement simulation on a grid with custom predicates #90

Closed ba2tro closed 6 months ago

ba2tro commented 7 months ago

Following #85, here, an entanglement simulation is implemented on a grid that runs EntanglerProt and SwapperProt only on the diagonal

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fdcbe41) 74.98% compared to head (427e079) 71.11%. Report is 9 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #90 +/- ## ========================================== - Coverage 74.98% 71.11% -3.87% ========================================== Files 37 37 Lines 1399 1475 +76 ========================================== Hits 1049 1049 - Misses 350 426 +76 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Krastanov commented 7 months ago

It seems this is completely independent from #86 , right? I should be able to merge it shortly

Krastanov commented 7 months ago

This looks pretty good. I left some minor comments.

An example based on this should be added to the examples folder as well.

github-actions[bot] commented 7 months ago
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmarks: - Target: 31 Jan 2024 - 20:21 - Baseline: 31 Jan 2024 - 20:22 * Package commits: - Target: d56c3f - Baseline: 23da67 * Julia commits: - Target: 830411 - Baseline: 830411 * 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 | |-------------------------------------------------------------|---------------|--------------| | `["register", "creation_and_initialization", "from_tests"]` | 1.06 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.1430 Commit 83041110e18 (2024-01-31 16:49 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3618 s 0 s 254 s 2873 s 0 s #2 2586 MHz 3696 s 0 s 247 s 2836 s 0 s #3 3243 MHz 3677 s 0 s 259 s 2824 s 0 s #4 2445 MHz 3551 s 0 s 224 s 3004 s 0 s Memory: 15.606903076171875 GB (13603.046875 MB free) Uptime: 682.0 sec Load Avg: 1.21 2.13 1.48 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1430 Commit 83041110e18 (2024-01-31 16:49 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 3960 s 0 s 265 s 3296 s 0 s #2 3267 MHz 3948 s 0 s 258 s 3349 s 0 s #3 2445 MHz 3846 s 0 s 276 s 3413 s 0 s #4 2445 MHz 3638 s 0 s 237 s 3680 s 0 s Memory: 15.606903076171875 GB (13667.359375 MB free) Uptime: 759.66 sec Load Avg: 1.22 1.93 1.46 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 31 Jan 2024 - 20:21 * Package commit: d56c3f * Julia commit: 830411 * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 198.861 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.868 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1430 Commit 83041110e18 (2024-01-31 16:49 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3618 s 0 s 254 s 2873 s 0 s #2 2586 MHz 3696 s 0 s 247 s 2836 s 0 s #3 3243 MHz 3677 s 0 s 259 s 2824 s 0 s #4 2445 MHz 3551 s 0 s 224 s 3004 s 0 s Memory: 15.606903076171875 GB (13603.046875 MB free) Uptime: 682.0 sec Load Avg: 1.21 2.13 1.48 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 31 Jan 2024 - 20:22 * Package commit: 23da67 * Julia commit: 830411 * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 187.330 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.881 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1430 Commit 83041110e18 (2024-01-31 16:49 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 3960 s 0 s 265 s 3296 s 0 s #2 3267 MHz 3948 s 0 s 258 s 3349 s 0 s #3 2445 MHz 3846 s 0 s 276 s 3413 s 0 s #4 2445 MHz 3638 s 0 s 237 s 3680 s 0 s Memory: 15.606903076171875 GB (13667.359375 MB free) Uptime: 759.66 sec Load Avg: 1.22 1.93 1.46 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.86 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmarks: - Target: 5 Feb 2024 - 20:56 - Baseline: 5 Feb 2024 - 20:58 * Package commits: - Target: 4785e0 - Baseline: 23da67 * Julia commits: - Target: cfcf8a - Baseline: cfcf8a * 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: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3192 MHz 4049 s 0 s 272 s 2593 s 0 s #2 2568 MHz 3719 s 0 s 243 s 2943 s 0 s #3 2445 MHz 3752 s 0 s 249 s 2914 s 0 s #4 3244 MHz 3359 s 0 s 266 s 3279 s 0 s Memory: 15.60690689086914 GB (13537.83203125 MB free) Uptime: 694.14 sec Load Avg: 1.22 2.02 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 4291 s 0 s 286 s 3152 s 0 s #2 3243 MHz 3935 s 0 s 259 s 3527 s 0 s #3 2445 MHz 4085 s 0 s 263 s 3383 s 0 s #4 2593 MHz 3459 s 0 s 281 s 3979 s 0 s Memory: 15.60690689086914 GB (13627.04296875 MB free) Uptime: 775.85 sec Load Avg: 1.2 1.82 1.39 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 5 Feb 2024 - 20:56 * Package commit: 4785e0 * Julia commit: cfcf8a * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 211.807 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.903 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3192 MHz 4049 s 0 s 272 s 2593 s 0 s #2 2568 MHz 3719 s 0 s 243 s 2943 s 0 s #3 2445 MHz 3752 s 0 s 249 s 2914 s 0 s #4 3244 MHz 3359 s 0 s 266 s 3279 s 0 s Memory: 15.60690689086914 GB (13537.83203125 MB free) Uptime: 694.14 sec Load Avg: 1.22 2.02 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 5 Feb 2024 - 20:58 * Package commit: 23da67 * Julia commit: cfcf8a * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 203.441 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.941 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 4291 s 0 s 286 s 3152 s 0 s #2 3243 MHz 3935 s 0 s 259 s 3527 s 0 s #3 2445 MHz 4085 s 0 s 263 s 3383 s 0 s #4 2593 MHz 3459 s 0 s 281 s 3979 s 0 s Memory: 15.60690689086914 GB (13627.04296875 MB free) Uptime: 775.85 sec Load Avg: 1.2 1.82 1.39 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.86 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmarks: - Target: 5 Feb 2024 - 21:01 - Baseline: 5 Feb 2024 - 21:02 * Package commits: - Target: d822e4 - Baseline: 23da67 * Julia commits: - Target: cfcf8a - Baseline: cfcf8a * 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 | |-------------------------------------------------------------|---------------|--------------| | `["register", "creation_and_initialization", "from_tests"]` | 1.08 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3866 s 0 s 268 s 3652 s 0 s #2 3113 MHz 3946 s 0 s 244 s 3594 s 0 s #3 3245 MHz 3478 s 0 s 250 s 4071 s 0 s #4 3244 MHz 3446 s 0 s 266 s 4077 s 0 s Memory: 15.60690689086914 GB (13523.703125 MB free) Uptime: 782.9 sec Load Avg: 1.18 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 4071 s 0 s 279 s 4211 s 0 s #2 2445 MHz 4196 s 0 s 258 s 4105 s 0 s #3 2445 MHz 3687 s 0 s 264 s 4622 s 0 s #4 2735 MHz 3634 s 0 s 280 s 4652 s 0 s Memory: 15.60690689086914 GB (13617.6328125 MB free) Uptime: 860.63 sec Load Avg: 1.15 1.84 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 5 Feb 2024 - 21:1 * Package commit: d822e4 * Julia commit: cfcf8a * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 194.414 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.900 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3866 s 0 s 268 s 3652 s 0 s #2 3113 MHz 3946 s 0 s 244 s 3594 s 0 s #3 3245 MHz 3478 s 0 s 250 s 4071 s 0 s #4 3244 MHz 3446 s 0 s 266 s 4077 s 0 s Memory: 15.60690689086914 GB (13523.703125 MB free) Uptime: 782.9 sec Load Avg: 1.18 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 5 Feb 2024 - 21:2 * Package commit: 23da67 * Julia commit: cfcf8a * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 180.658 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.940 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1474 Commit cfcf8a02627 (2024-02-05 05:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 4071 s 0 s 279 s 4211 s 0 s #2 2445 MHz 4196 s 0 s 258 s 4105 s 0 s #3 2445 MHz 3687 s 0 s 264 s 4622 s 0 s #4 2735 MHz 3634 s 0 s 280 s 4652 s 0 s Memory: 15.60690689086914 GB (13617.6328125 MB free) Uptime: 860.63 sec Load Avg: 1.15 1.84 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.86 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmarks: - Target: 6 Feb 2024 - 17:08 - Baseline: 6 Feb 2024 - 17:09 * Package commits: - Target: c39524 - Baseline: e22ca8 * Julia commits: - Target: 353884 - Baseline: 353884 * 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 | |-------------------------------------------------------------|---------------|--------------| | `["register", "creation_and_initialization", "from_tests"]` | 1.08 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.1476 Commit 353884c7e81 (2024-02-06 13:30 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3197 MHz 3568 s 0 s 243 s 4624 s 0 s #2 3242 MHz 3852 s 0 s 253 s 4334 s 0 s #3 2445 MHz 3584 s 0 s 229 s 4615 s 0 s #4 2445 MHz 3336 s 0 s 239 s 4857 s 0 s Memory: 15.60690689086914 GB (13564.05078125 MB free) Uptime: 846.45 sec Load Avg: 1.17 2.03 1.4 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1476 Commit 353884c7e81 (2024-02-06 13:30 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3744 s 0 s 257 s 5195 s 0 s #2 2445 MHz 4007 s 0 s 261 s 4932 s 0 s #3 3288 MHz 3880 s 0 s 248 s 5063 s 0 s #4 3241 MHz 3548 s 0 s 254 s 5391 s 0 s Memory: 15.60690689086914 GB (13644.484375 MB free) Uptime: 922.83 sec Load Avg: 1.2 1.84 1.38 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 6 Feb 2024 - 17:8 * Package commit: c39524 * Julia commit: 353884 * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 194.062 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.932 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1476 Commit 353884c7e81 (2024-02-06 13:30 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3197 MHz 3568 s 0 s 243 s 4624 s 0 s #2 3242 MHz 3852 s 0 s 253 s 4334 s 0 s #3 2445 MHz 3584 s 0 s 229 s 4615 s 0 s #4 2445 MHz 3336 s 0 s 239 s 4857 s 0 s Memory: 15.60690689086914 GB (13564.05078125 MB free) Uptime: 846.45 sec Load Avg: 1.17 2.03 1.4 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 6 Feb 2024 - 17:9 * Package commit: e22ca8 * Julia commit: 353884 * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 180.177 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.921 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1476 Commit 353884c7e81 (2024-02-06 13:30 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 3744 s 0 s 257 s 5195 s 0 s #2 2445 MHz 4007 s 0 s 261 s 4932 s 0 s #3 3288 MHz 3880 s 0 s 248 s 5063 s 0 s #4 3241 MHz 3548 s 0 s 254 s 5391 s 0 s Memory: 15.60690689086914 GB (13644.484375 MB free) Uptime: 922.83 sec Load Avg: 1.2 1.84 1.38 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.86 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmarks: - Target: 8 Feb 2024 - 04:25 - Baseline: 8 Feb 2024 - 04:26 * Package commits: - Target: fcca51 - Baseline: e22ca8 * Julia commits: - Target: 72d3ab - Baseline: 72d3ab * 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: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3276 MHz 3762 s 0 s 254 s 3068 s 0 s #2 3243 MHz 3389 s 0 s 238 s 3462 s 0 s #3 2445 MHz 3570 s 0 s 268 s 3237 s 0 s #4 3214 MHz 3830 s 0 s 261 s 2988 s 0 s Memory: 15.60690689086914 GB (13670.5234375 MB free) Uptime: 711.24 sec Load Avg: 1.16 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3074 MHz 3978 s 0 s 266 s 3618 s 0 s #2 2619 MHz 3510 s 0 s 254 s 4103 s 0 s #3 3276 MHz 3728 s 0 s 281 s 3844 s 0 s #4 3243 MHz 4186 s 0 s 277 s 3394 s 0 s Memory: 15.60690689086914 GB (13643.65234375 MB free) Uptime: 789.23 sec Load Avg: 1.14 1.84 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 8 Feb 2024 - 4:25 * Package commit: fcca51 * Julia commit: 72d3ab * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 190.205 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.913 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3276 MHz 3762 s 0 s 254 s 3068 s 0 s #2 3243 MHz 3389 s 0 s 238 s 3462 s 0 s #3 2445 MHz 3570 s 0 s 268 s 3237 s 0 s #4 3214 MHz 3830 s 0 s 261 s 2988 s 0 s Memory: 15.60690689086914 GB (13670.5234375 MB free) Uptime: 711.24 sec Load Avg: 1.16 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 8 Feb 2024 - 4:26 * Package commit: e22ca8 * Julia commit: 72d3ab * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 182.902 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.911 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3074 MHz 3978 s 0 s 266 s 3618 s 0 s #2 2619 MHz 3510 s 0 s 254 s 4103 s 0 s #3 3276 MHz 3728 s 0 s 281 s 3844 s 0 s #4 3243 MHz 4186 s 0 s 277 s 3394 s 0 s Memory: 15.60690689086914 GB (13643.65234375 MB free) Uptime: 789.23 sec Load Avg: 1.14 1.84 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.85 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmarks: - Target: 8 Feb 2024 - 04:25 - Baseline: 8 Feb 2024 - 04:26 * Package commits: - Target: fcca51 - Baseline: e22ca8 * Julia commits: - Target: 72d3ab - Baseline: 72d3ab * 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: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3276 MHz 3762 s 0 s 254 s 3068 s 0 s #2 3243 MHz 3389 s 0 s 238 s 3462 s 0 s #3 2445 MHz 3570 s 0 s 268 s 3237 s 0 s #4 3214 MHz 3830 s 0 s 261 s 2988 s 0 s Memory: 15.60690689086914 GB (13670.5234375 MB free) Uptime: 711.24 sec Load Avg: 1.16 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3074 MHz 3978 s 0 s 266 s 3618 s 0 s #2 2619 MHz 3510 s 0 s 254 s 4103 s 0 s #3 3276 MHz 3728 s 0 s 281 s 3844 s 0 s #4 3243 MHz 4186 s 0 s 277 s 3394 s 0 s Memory: 15.60690689086914 GB (13643.65234375 MB free) Uptime: 789.23 sec Load Avg: 1.14 1.84 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 8 Feb 2024 - 4:25 * Package commit: fcca51 * Julia commit: 72d3ab * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 190.205 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.913 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3276 MHz 3762 s 0 s 254 s 3068 s 0 s #2 3243 MHz 3389 s 0 s 238 s 3462 s 0 s #3 2445 MHz 3570 s 0 s 268 s 3237 s 0 s #4 3214 MHz 3830 s 0 s 261 s 2988 s 0 s Memory: 15.60690689086914 GB (13670.5234375 MB free) Uptime: 711.24 sec Load Avg: 1.16 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 8 Feb 2024 - 4:26 * Package commit: e22ca8 * Julia commit: 72d3ab * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 182.902 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.911 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3074 MHz 3978 s 0 s 266 s 3618 s 0 s #2 2619 MHz 3510 s 0 s 254 s 4103 s 0 s #3 3276 MHz 3728 s 0 s 281 s 3844 s 0 s #4 3243 MHz 4186 s 0 s 277 s 3394 s 0 s Memory: 15.60690689086914 GB (13643.65234375 MB free) Uptime: 789.23 sec Load Avg: 1.14 1.84 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.85 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmarks: - Target: 8 Feb 2024 - 04:25 - Baseline: 8 Feb 2024 - 04:26 * Package commits: - Target: fcca51 - Baseline: e22ca8 * Julia commits: - Target: 72d3ab - Baseline: 72d3ab * 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: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3276 MHz 3762 s 0 s 254 s 3068 s 0 s #2 3243 MHz 3389 s 0 s 238 s 3462 s 0 s #3 2445 MHz 3570 s 0 s 268 s 3237 s 0 s #4 3214 MHz 3830 s 0 s 261 s 2988 s 0 s Memory: 15.60690689086914 GB (13670.5234375 MB free) Uptime: 711.24 sec Load Avg: 1.16 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3074 MHz 3978 s 0 s 266 s 3618 s 0 s #2 2619 MHz 3510 s 0 s 254 s 4103 s 0 s #3 3276 MHz 3728 s 0 s 281 s 3844 s 0 s #4 3243 MHz 4186 s 0 s 277 s 3394 s 0 s Memory: 15.60690689086914 GB (13643.65234375 MB free) Uptime: 789.23 sec Load Avg: 1.14 1.84 1.41 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 8 Feb 2024 - 4:25 * Package commit: fcca51 * Julia commit: 72d3ab * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 190.205 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.913 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["register", "creation_and_initialization"]` - `["tagquery", "misc"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.1500 Commit 72d3abeb0e8 (2024-02-07 21:28 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1019-azure #19~22.04.1-Ubuntu SMP Wed Jan 10 22:57:03 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3276 MHz 3762 s 0 s 254 s 3068 s 0 s #2 3243 MHz 3389 s 0 s 238 s 3462 s 0 s #3 2445 MHz 3570 s 0 s 268 s 3237 s 0 s #4 3214 MHz 3830 s 0 s 261 s 2988 s 0 s Memory: 15.60690689086914 GB (13670.5234375 MB free) Uptime: 711.24 sec Load Avg: 1.16 2.04 1.43 WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/QuantumSavory.jl/QuantumSavory.jl* ## Job Properties * Time of benchmark: 8 Feb 2024 - 4:26 * Package commit: e22ca8 * Julia commit: 72d3ab * 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 | |-------------------------------------------------------------|----------------:|--------:|----------------:|------------:| | `["register", "creation_and_initialization", "from_tests"]` | 182.902 μs (5%) | | 704.48 KiB (1%) | 2454 | | `["tagquery", "misc", "from_tests"]` | 2.911 μs (5%) | | 7.84 KiB (1%) | 143 | ## Benchmark Group List Here's a list of all the benchmark groups executed...*[Comment body truncated]*
Krastanov commented 7 months ago

The findmin and findmax that were used in findswappablequbits do not make sense if we are not in a 1D chain, so they should also be parameterized. I think I did that correctly. Please review my changes, fix any issues that I have introduced to make the tests pass again and merge without waiting for me. The "Downgrade" is failing due to unrelated issues.

ba2tro commented 7 months ago

The argmin and argmax return the argument directly, whereas, we were indexing the result from findmin and findmax earlier. I have reverted that change as the random_index function also required indexing. Let me know if we should stick with argmin and argmax, I'll change the random_index to something like random_arg.

Krastanov commented 7 months ago

The argmin and argmax return the argument directly, whereas, we were indexing the result from findmin and findmax earlier.

julia> argmax([20,10,30])
3

It returns an index, not the argument itself. Am I getting something wrong?

Krastanov commented 6 months ago

check the commit I added for some small cleanup changes I made