Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entanglement simulation on a grid with custom predicates #90

Merged
merged 11 commits into from
Feb 12, 2024

Conversation

Abhishek-1Bhatt
Copy link
Member

@Abhishek-1Bhatt Abhishek-1Bhatt commented Jan 17, 2024

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

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Krastanov
Copy link
Member

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

@Krastanov
Copy link
Member

This looks pretty good. I left some minor comments.

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

Copy link
Contributor

github-actions bot commented Jan 31, 2024

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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["register", "creation_and_initialization", "from_tests"] 1.06 (5%) ❌ 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

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

  • ["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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["register", "creation_and_initialization", "from_tests"] 1.08 (5%) ❌ 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["register", "creation_and_initialization", "from_tests"] 1.08 (5%) ❌ 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

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

  • ["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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

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

  • ["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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

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

  • ["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
Copy link
Member

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.

@Abhishek-1Bhatt
Copy link
Member Author

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
Copy link
Member

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?

_, il = findmin(n->n.tag[2], low_nodes) # TODO make [2] into a nice named property
_, ih = findmax(n->n.tag[2], high_nodes)
_, il = choose_low(n->n.tag[2], low_nodes) # TODO make [2] into a nice named property
_, ih = choose_high(n->n.tag[2], high_nodes)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, you are saying I should have removed the underscore. Indeed, the underscore should not be there.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, in case of a vector of NamedTuple the output is the NamedTuple, the above snippet takes in a simple vector.

julia> using QuantumSavory; using QuantumSavory.ProtocolZoo: EntanglementCounterpart;

julia> reg = Register(5);

julia> a = [(slot=reg[9], tag=Tag(EntanglementCounterpart, 4, 1)), (slot=reg[8], tag=Tag(EntanglementCounterpart, 2, 5)), (slot=reg[4], tag=Tag(EntanglementCounterpart, 3, 1)), (slot=reg[1], tag=Tag(EntanglementCounterpart, 3, 1))]
4-element Vector{@NamedTuple{slot::RegRef, tag::Tag}}:
 (slot = Slot 9, tag = Entangled to 4.1)
 (slot = Slot 8, tag = Entangled to 2.5)
 (slot = Slot 4, tag = Entangled to 3.1)
 (slot = Slot 1, tag = Entangled to 3.1)

julia> argmax(n->n.tag[2], a)
(slot = Slot 9, tag = Entangled to 4.1)

Copy link
Member

@Krastanov Krastanov Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes, it should be just il = choose_low(low_nodes). Then it all works, right? argmax has way more signatures than I expected. With that change the random_index function should also work. Apologies for the only partial update.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

argmax(argmin) returns the tuple: (slot = Slot 9, tag = Entangled to 4.1)
we can't use it to index the array of NamedTuple, so it doesn't work like that, if we want to do argmax, we would have to return il and ih directly

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

argmax((n->n.tag[2] for n in low_nodes))

Start from scratch here: what is the point of this change -- it is to make it easy for a user to provide a chooser function that gives you the preferred node to select. You can not have such a function depend on the internals of your code, you can not expect the user to know of it. Apologies for the repeated typos though, those are on me.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change totally makes sense. The problem is just that it the way it was implemented before(using argmax or argmin), it didn't work with indexing.
The third comment suggests doing il = choose_low(low_nodes), that throws an error:

using QuantumSavory; using QuantumSavory.ProtocolZoo: EntanglementCounterpart;

reg = Register(5);

low_nodes = [(slot=reg[9], tag=Tag(EntanglementCounterpart, 4, 1)), (slot=reg[8], tag=Tag(EntanglementCounterpart, 2, 5)), (slot=reg[4], tag=Tag(EntanglementCounterpart, 3, 1)), (slot=reg[1], tag=Tag(EntanglementCounterpart, 3, 1))]

choose_low = argmin
choose_low(low_nodes)
ERROR: MethodError: no method matching isless(::RegRef, ::RegRef)

Closest candidates are:
  isless(!Matched::Missing, ::Any)
   @ Base missing.jl:87
  isless(::Any, !Matched::Missing)
   @ Base missing.jl:88

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check my last comment. Does this work: argmax((n->n.tag[2] for n in low_nodes)) or something to that effect.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation comment also helps with this:

the `nodeL` predicate can return many positive candidates; `chooseL` picks one of them (by index into the array of filtered `nodeL` results), defaults to a random pick `arr->rand(keys(arr))`; if you are working on a repeater chain a good choice is `argmin`, i.e. the node furthest to the "left"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, thanks, I got really confused in the beginning, sorry about that

@Krastanov Krastanov added the Skip-Changelog label for control of CI: skips the changelog check label Feb 12, 2024

## Custom Predicates

function top_left(net, node, x)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am waiting on CI and will then merge. However, this is an O(n) check for something that should be O(1).

From a node index get its x y coordinates (currently you get only one of them).
Then do the same for the other node.

Then just compare them to verify that you are to the left (one comparison) and to the top (second comparison).

No need for a for loop.

Submit a PR with the fix and feel free to merge it. It should also make this function much simpler.

@Krastanov
Copy link
Member

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

@Krastanov Krastanov merged commit 7b884df into QuantumSavory:master Feb 12, 2024
9 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip-Changelog label for control of CI: skips the changelog check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants