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

Feat 12 iter #53

Merged
merged 8 commits into from
Jan 12, 2023
Merged

Feat 12 iter #53

merged 8 commits into from
Jan 12, 2023

Conversation

Ethan-Russell
Copy link
Member

Add iteration structure

@Ethan-Russell
Copy link
Member Author

I would still like to think about how to specify whether each iteration should reload the data.

@github-actions
Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 29 Dec 2022 - 17:42
    • Baseline: 29 Dec 2022 - 17:44
  • Package commits:
    • Target: 4a0d16
    • Baseline: e61257
  • Julia commits:
    • Target: 00177e
    • Baseline: 00177e
  • 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
["load_branch_table!"] 0.17 (5%) ✅ 0.51 (1%) ✅
["load_demand_table! with match"] 0.91 (5%) ✅ 1.00 (1%)
["load_demand_table! with shape"] 0.94 (5%) ✅ 1.00 (1%)
["load_demand_table!"] 1.06 (5%) ❌ 1.00 (1%)
["load_hours_table!"] 1.08 (5%) ❌ 1.00 (1%)
["setup_model"] 0.24 (5%) ✅ 0.81 (1%) ✅

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3436 s          0 s        239 s       4126 s          0 s
       #2  2793 MHz       1273 s          0 s        190 s       6344 s          0 s
  Memory: 6.781219482421875 GB (3993.6953125 MB free)
  Uptime: 786.97 sec
  Load Avg:  1.01  0.95  0.52
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       4828 s          0 s        280 s       4178 s          0 s
       #2  2793 MHz       1329 s          0 s        197 s       7760 s          0 s
  Memory: 6.781219482421875 GB (4469.8984375 MB free)
  Uptime: 935.63 sec
  Load Avg:  1.0  0.97  0.6
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 29 Dec 2022 - 17:42
  • Package commit: 4a0d16
  • Julia commit: 00177e
  • 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
["get_af"] 94.164 ns (5%) 32 bytes (1%) 2
["get_generator"] 51.791 ns (5%) 48 bytes (1%) 1
["get_pdem"] 116.061 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.629 ms (5%) 937.41 KiB (1%) 40844
["load_branch_table!"] 615.298 μs (5%) 36.83 KiB (1%) 818
["load_bus_table!"] 597.498 μs (5%) 35.09 KiB (1%) 728
["load_demand_table! with add"] 612.699 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with match"] 595.699 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with shape"] 602.998 μs (5%) 46.45 KiB (1%) 941
["load_demand_table!"] 605.598 μs (5%) 46.45 KiB (1%) 941
["load_gen_table!"] 875.897 μs (5%) 102.64 KiB (1%) 2740
["load_hours_table!"] 496.498 μs (5%) 23.62 KiB (1%) 494
["setup_model"] 3.165 s (5%) 1.170 s 2.07 GiB (1%) 22046679

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3436 s          0 s        239 s       4126 s          0 s
       #2  2793 MHz       1273 s          0 s        190 s       6344 s          0 s
  Memory: 6.781219482421875 GB (3993.6953125 MB free)
  Uptime: 786.97 sec
  Load Avg:  1.01  0.95  0.52
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 29 Dec 2022 - 17:44
  • Package commit: e61257
  • Julia commit: 00177e
  • 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
["get_af"] 94.276 ns (5%) 32 bytes (1%) 2
["get_generator"] 53.327 ns (5%) 48 bytes (1%) 1
["get_pdem"] 113.083 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.614 ms (5%) 937.34 KiB (1%) 40843
["load_branch_table!"] 3.546 ms (5%) 72.06 KiB (1%) 1369
["load_bus_table!"] 595.699 μs (5%) 35.02 KiB (1%) 727
["load_demand_table! with add"] 639.699 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with match"] 655.199 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with shape"] 639.999 μs (5%) 46.39 KiB (1%) 940
["load_demand_table!"] 571.699 μs (5%) 46.39 KiB (1%) 940
["load_gen_table!"] 844.898 μs (5%) 102.58 KiB (1%) 2739
["load_hours_table!"] 458.499 μs (5%) 23.55 KiB (1%) 493
["setup_model"] 13.324 s (5%) 1.997 s 2.56 GiB (1%) 32114021

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       4828 s          0 s        280 s       4178 s          0 s
       #2  2793 MHz       1329 s          0 s        197 s       7760 s          0 s
  Memory: 6.781219482421875 GB (4469.8984375 MB free)
  Uptime: 935.63 sec
  Load Avg:  1.0  0.97  0.6
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   46 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       GenuineIntel
Model name:                      Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family:                      6
Model:                           106
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
Stepping:                        6
BogoMIPS:                        5586.87
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:               Microsoft
Virtualization type:             full
L1d cache:                       96 KiB (2 instances)
L1i cache:                       64 KiB (2 instances)
L2 cache:                        2.5 MiB (2 instances)
L3 cache:                        48 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Mmio stale data:   Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@github-actions
Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 29 Dec 2022 - 17:54
    • Baseline: 29 Dec 2022 - 17:56
  • Package commits:
    • Target: ba2ed0
    • Baseline: e61257
  • Julia commits:
    • Target: 00177e
    • Baseline: 00177e
  • 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
["load_branch_table!"] 0.17 (5%) ✅ 0.51 (1%) ✅
["load_demand_table! with add"] 1.07 (5%) ❌ 1.00 (1%)
["load_demand_table! with match"] 1.07 (5%) ❌ 1.00 (1%)
["load_demand_table! with shape"] 1.07 (5%) ❌ 1.00 (1%)
["load_demand_table!"] 1.07 (5%) ❌ 1.00 (1%)
["load_gen_table!"] 1.06 (5%) ❌ 1.00 (1%)
["load_hours_table!"] 1.16 (5%) ❌ 1.00 (1%)
["setup_model"] 0.25 (5%) ✅ 0.81 (1%) ✅

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       1008 s          0 s        157 s       5693 s          0 s
       #2  2793 MHz       3526 s          0 s        256 s       3079 s          0 s
  Memory: 6.781219482421875 GB (3929.77734375 MB free)
  Uptime: 691.92 sec
  Load Avg:  1.01  0.91  0.49
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       1755 s          0 s        186 s       6331 s          0 s
       #2  2793 MHz       4158 s          0 s        272 s       3843 s          0 s
  Memory: 6.781219482421875 GB (4523.69921875 MB free)
  Uptime: 833.48 sec
  Load Avg:  1.02  0.96  0.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 29 Dec 2022 - 17:54
  • Package commit: ba2ed0
  • Julia commit: 00177e
  • 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
["get_af"] 95.790 ns (5%) 32 bytes (1%) 2
["get_generator"] 49.490 ns (5%) 48 bytes (1%) 1
["get_pdem"] 117.562 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.429 ms (5%) 937.41 KiB (1%) 40844
["load_branch_table!"] 537.085 μs (5%) 36.83 KiB (1%) 818
["load_bus_table!"] 524.091 μs (5%) 35.09 KiB (1%) 728
["load_demand_table! with add"] 559.693 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with match"] 552.092 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with shape"] 556.990 μs (5%) 46.45 KiB (1%) 941
["load_demand_table!"] 547.991 μs (5%) 46.45 KiB (1%) 941
["load_gen_table!"] 822.287 μs (5%) 102.64 KiB (1%) 2740
["load_hours_table!"] 427.695 μs (5%) 23.62 KiB (1%) 494
["setup_model"] 3.065 s (5%) 1.102 s 2.07 GiB (1%) 22046679

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       1008 s          0 s        157 s       5693 s          0 s
       #2  2793 MHz       3526 s          0 s        256 s       3079 s          0 s
  Memory: 6.781219482421875 GB (3929.77734375 MB free)
  Uptime: 691.92 sec
  Load Avg:  1.01  0.91  0.49
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 29 Dec 2022 - 17:56
  • Package commit: e61257
  • Julia commit: 00177e
  • 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
["get_af"] 92.911 ns (5%) 32 bytes (1%) 2
["get_generator"] 49.081 ns (5%) 48 bytes (1%) 1
["get_pdem"] 122.563 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.477 ms (5%) 937.34 KiB (1%) 40843
["load_branch_table!"] 3.185 ms (5%) 72.06 KiB (1%) 1369
["load_bus_table!"] 499.392 μs (5%) 35.02 KiB (1%) 727
["load_demand_table! with add"] 523.592 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with match"] 517.692 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with shape"] 518.293 μs (5%) 46.39 KiB (1%) 940
["load_demand_table!"] 512.192 μs (5%) 46.39 KiB (1%) 940
["load_gen_table!"] 779.389 μs (5%) 102.58 KiB (1%) 2739
["load_hours_table!"] 369.594 μs (5%) 23.55 KiB (1%) 493
["setup_model"] 12.079 s (5%) 1.329 s 2.57 GiB (1%) 32170671

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       1755 s          0 s        186 s       6331 s          0 s
       #2  2793 MHz       4158 s          0 s        272 s       3843 s          0 s
  Memory: 6.781219482421875 GB (4523.69921875 MB free)
  Uptime: 833.48 sec
  Load Avg:  1.02  0.96  0.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   46 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       GenuineIntel
Model name:                      Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family:                      6
Model:                           106
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
Stepping:                        6
BogoMIPS:                        5586.87
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:               Microsoft
Virtualization type:             full
L1d cache:                       96 KiB (2 instances)
L1i cache:                       64 KiB (2 instances)
L2 cache:                        2.5 MiB (2 instances)
L3 cache:                        48 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Mmio stale data:   Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@codecov
Copy link

codecov bot commented Dec 29, 2022

Codecov Report

Base: 77.09% // Head: 81.11% // Increases project coverage by +4.01% 🎉

Coverage data is based on head (b182747) compared to base (1480fe1).
Patch coverage: 88.88% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   77.09%   81.11%   +4.01%     
==========================================
  Files          11       12       +1     
  Lines         930     1027      +97     
==========================================
+ Hits          717      833     +116     
+ Misses        213      194      -19     
Impacted Files Coverage Δ
src/io/data.jl 74.34% <73.33%> (+0.01%) ⬆️
src/io/util.jl 84.00% <84.00%> (ø)
src/model/iteration.jl 84.61% <84.61%> (+84.61%) ⬆️
src/E4ST.jl 91.37% <100.00%> (+37.53%) ⬆️
src/io/config.jl 93.33% <100.00%> (+0.47%) ⬆️
src/model/dcopf.jl 91.58% <100.00%> (+1.96%) ⬆️
src/model/results.jl 24.13% <100.00%> (+24.13%) ⬆️
src/model/setup.jl 79.66% <100.00%> (+6.93%) ⬆️
... and 2 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 30 Dec 2022 - 22:26
    • Baseline: 30 Dec 2022 - 22:28
  • Package commits:
    • Target: 13cb1d
    • Baseline: e61257
  • Julia commits:
    • Target: 00177e
    • Baseline: 00177e
  • 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
["get_af"] 1.05 (5%) ❌ 1.00 (1%)
["load_branch_table!"] 0.17 (5%) ✅ 0.51 (1%) ✅
["load_bus_table!"] 1.11 (5%) ❌ 1.00 (1%)
["load_demand_table! with add"] 1.09 (5%) ❌ 1.00 (1%)
["load_demand_table! with match"] 1.12 (5%) ❌ 1.00 (1%)
["load_demand_table! with shape"] 1.09 (5%) ❌ 1.00 (1%)
["load_demand_table!"] 1.10 (5%) ❌ 1.00 (1%)
["load_gen_table!"] 1.08 (5%) ❌ 1.00 (1%)
["load_hours_table!"] 1.13 (5%) ❌ 1.00 (1%)
["setup_model"] 0.24 (5%) ✅ 0.81 (1%) ✅

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3112 s          0 s        211 s       2763 s          0 s
       #2  2793 MHz       1430 s          0 s        183 s       4466 s          0 s
  Memory: 6.781219482421875 GB (4008.0859375 MB free)
  Uptime: 616.96 sec
  Load Avg:  1.01  0.93  0.51
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3158 s          0 s        218 s       4119 s          0 s
       #2  2793 MHz       2764 s          0 s        221 s       4510 s          0 s
  Memory: 6.781219482421875 GB (4576.1171875 MB free)
  Uptime: 758.56 sec
  Load Avg:  1.0  0.96  0.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 30 Dec 2022 - 22:26
  • Package commit: 13cb1d
  • Julia commit: 00177e
  • 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
["get_af"] 97.268 ns (5%) 32 bytes (1%) 2
["get_generator"] 47.336 ns (5%) 48 bytes (1%) 1
["get_pdem"] 119.019 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.431 ms (5%) 937.41 KiB (1%) 40844
["load_branch_table!"] 532.901 μs (5%) 36.83 KiB (1%) 818
["load_bus_table!"] 518.201 μs (5%) 35.09 KiB (1%) 728
["load_demand_table! with add"] 560.001 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with match"] 559.401 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with shape"] 558.900 μs (5%) 46.45 KiB (1%) 941
["load_demand_table!"] 551.801 μs (5%) 46.45 KiB (1%) 941
["load_gen_table!"] 812.401 μs (5%) 102.64 KiB (1%) 2740
["load_hours_table!"] 419.001 μs (5%) 23.62 KiB (1%) 494
["setup_model"] 3.033 s (5%) 1.101 s 2.07 GiB (1%) 22046679

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3112 s          0 s        211 s       2763 s          0 s
       #2  2793 MHz       1430 s          0 s        183 s       4466 s          0 s
  Memory: 6.781219482421875 GB (4008.0859375 MB free)
  Uptime: 616.96 sec
  Load Avg:  1.01  0.93  0.51
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 30 Dec 2022 - 22:28
  • Package commit: e61257
  • Julia commit: 00177e
  • 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
["get_af"] 92.369 ns (5%) 32 bytes (1%) 2
["get_generator"] 48.156 ns (5%) 48 bytes (1%) 1
["get_pdem"] 120.215 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.313 ms (5%) 937.34 KiB (1%) 40843
["load_branch_table!"] 3.102 ms (5%) 72.06 KiB (1%) 1369
["load_bus_table!"] 466.600 μs (5%) 35.02 KiB (1%) 727
["load_demand_table! with add"] 515.498 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with match"] 497.700 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with shape"] 513.901 μs (5%) 46.39 KiB (1%) 940
["load_demand_table!"] 502.400 μs (5%) 46.39 KiB (1%) 940
["load_gen_table!"] 750.003 μs (5%) 102.58 KiB (1%) 2739
["load_hours_table!"] 372.001 μs (5%) 23.55 KiB (1%) 493
["setup_model"] 12.573 s (5%) 1.846 s 2.56 GiB (1%) 32147482

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.4
Commit 00177ebc4fc (2022-12-23 21:32 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3158 s          0 s        218 s       4119 s          0 s
       #2  2793 MHz       2764 s          0 s        221 s       4510 s          0 s
  Memory: 6.781219482421875 GB (4576.1171875 MB free)
  Uptime: 758.56 sec
  Load Avg:  1.0  0.96  0.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   46 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       GenuineIntel
Model name:                      Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family:                      6
Model:                           106
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
Stepping:                        6
BogoMIPS:                        5586.87
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:               Microsoft
Virtualization type:             full
L1d cache:                       96 KiB (2 instances)
L1i cache:                       64 KiB (2 instances)
L2 cache:                        2.5 MiB (2 instances)
L3 cache:                        48 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Mmio stale data:   Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@Ethan-Russell
Copy link
Member Author

closes #12

@github-actions
Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 10 Jan 2023 - 19:26
    • Baseline: 10 Jan 2023 - 19:29
  • Package commits:
    • Target: b2b559
    • Baseline: e61257
  • Julia commits:
    • Target: 17cfb8
    • Baseline: 17cfb8
  • 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
["get_generator"] 1.09 (5%) ❌ 1.00 (1%)
["get_pdem"] 0.93 (5%) ✅ 1.00 (1%)
["load_af_table!"] 1.07 (5%) ❌ 1.00 (1%)
["load_branch_table!"] 0.19 (5%) ✅ 0.51 (1%) ✅
["load_bus_table!"] 1.17 (5%) ❌ 1.00 (1%)
["load_demand_table! with add"] 1.07 (5%) ❌ 1.00 (1%)
["load_demand_table! with match"] 1.07 (5%) ❌ 1.00 (1%)
["load_demand_table! with shape"] 1.06 (5%) ❌ 1.00 (1%)
["load_demand_table!"] 1.05 (5%) ❌ 1.00 (1%)
["load_gen_table!"] 1.07 (5%) ❌ 1.00 (1%)
["load_hours_table!"] 1.09 (5%) ❌ 1.00 (1%)
["setup_model"] 0.26 (5%) ✅ 0.80 (1%) ✅

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       2621 s          0 s        218 s       3217 s          0 s
       #2  2593 MHz       2100 s          0 s        220 s       3697 s          0 s
  Memory: 6.781219482421875 GB (3934.38671875 MB free)
  Uptime: 614.41 sec
  Load Avg:  1.01  0.95  0.52
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       3996 s          0 s        274 s       3262 s          0 s
       #2  2593 MHz       2146 s          0 s        227 s       5110 s          0 s
  Memory: 6.781219482421875 GB (4516.78515625 MB free)
  Uptime: 762.05 sec
  Load Avg:  1.0  0.97  0.6
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 10 Jan 2023 - 19:26
  • Package commit: b2b559
  • Julia commit: 17cfb8
  • 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
["get_af"] 100.122 ns (5%) 32 bytes (1%) 2
["get_generator"] 58.377 ns (5%) 48 bytes (1%) 1
["get_pdem"] 114.866 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.895 ms (5%) 937.41 KiB (1%) 40844
["load_branch_table!"] 610.509 μs (5%) 36.83 KiB (1%) 818
["load_bus_table!"] 603.511 μs (5%) 35.09 KiB (1%) 728
["load_demand_table! with add"] 616.808 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with match"] 625.708 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with shape"] 619.708 μs (5%) 46.45 KiB (1%) 941
["load_demand_table!"] 602.709 μs (5%) 46.45 KiB (1%) 941
["load_gen_table!"] 896.512 μs (5%) 102.64 KiB (1%) 2740
["load_hours_table!"] 462.206 μs (5%) 23.62 KiB (1%) 494
["setup_model"] 3.495 s (5%) 1.272 s 2.07 GiB (1%) 22046679

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       2621 s          0 s        218 s       3217 s          0 s
       #2  2593 MHz       2100 s          0 s        220 s       3697 s          0 s
  Memory: 6.781219482421875 GB (3934.38671875 MB free)
  Uptime: 614.41 sec
  Load Avg:  1.01  0.95  0.52
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 10 Jan 2023 - 19:29
  • Package commit: e61257
  • Julia commit: 17cfb8
  • 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
["get_af"] 103.032 ns (5%) 32 bytes (1%) 2
["get_generator"] 53.383 ns (5%) 48 bytes (1%) 1
["get_pdem"] 123.339 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.557 ms (5%) 937.34 KiB (1%) 40843
["load_branch_table!"] 3.223 ms (5%) 72.06 KiB (1%) 1369
["load_bus_table!"] 516.607 μs (5%) 35.02 KiB (1%) 727
["load_demand_table! with add"] 577.708 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with match"] 585.908 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with shape"] 583.308 μs (5%) 46.39 KiB (1%) 940
["load_demand_table!"] 571.508 μs (5%) 46.39 KiB (1%) 940
["load_gen_table!"] 836.412 μs (5%) 102.58 KiB (1%) 2739
["load_hours_table!"] 425.806 μs (5%) 23.55 KiB (1%) 493
["setup_model"] 13.355 s (5%) 2.146 s 2.57 GiB (1%) 32203769

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1024-azure #30-Ubuntu SMP Wed Nov 16 23:37:59 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       3996 s          0 s        274 s       3262 s          0 s
       #2  2593 MHz       2146 s          0 s        227 s       5110 s          0 s
  Memory: 6.781219482421875 GB (4516.78515625 MB free)
  Uptime: 762.05 sec
  Load Avg:  1.0  0.97  0.6
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   46 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       GenuineIntel
Model name:                      Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
CPU family:                      6
Model:                           85
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
Stepping:                        7
BogoMIPS:                        5187.81
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:               Microsoft
Virtualization type:             full
L1d cache:                       64 KiB (2 instances)
L1i cache:                       64 KiB (2 instances)
L2 cache:                        2 MiB (2 instances)
L3 cache:                        35.8 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Mmio stale data:   Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:          Vulnerable
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x07, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 1024, 36608) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@@ -246,7 +248,7 @@ function get_egen_gen(data, model, gen_idx, year_idx)
end

function get_egen_gen(data, model, gen_idx, year_idx, hour_idx)
return model[:pgen_gen][gen_idx, year_idx, hour_idx]
return model[:pgen_gen][gen_idx, year_idx, hour_idx] * get_hour_weight(data, hour_idx)
Copy link
Member

Choose a reason for hiding this comment

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

We should make sure that egen isn't multiplied by hour weight later

Copy link
Member

Choose a reason for hiding this comment

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

clarify in documentation that this is total energy for all hours in that hour_idx

@github-actions
Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 12 Jan 2023 - 21:51
    • Baseline: 12 Jan 2023 - 21:54
  • Package commits:
    • Target: f9df55
    • Baseline: 1480fe
  • Julia commits:
    • Target: 17cfb8
    • Baseline: 17cfb8
  • 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
["get_generator"] 1.06 (5%) ❌ 1.00 (1%)
["load_af_table!"] 0.92 (5%) ✅ 1.00 (1%)
["load_branch_table!"] 0.16 (5%) ✅ 0.51 (1%) ✅
["load_bus_table!"] 0.88 (5%) ✅ 1.00 (1%)
["load_demand_table! with add"] 0.89 (5%) ✅ 1.00 (1%)
["load_demand_table! with match"] 0.91 (5%) ✅ 1.00 (1%)
["load_demand_table! with shape"] 1.09 (5%) ❌ 1.00 (1%)
["load_demand_table!"] 0.90 (5%) ✅ 1.00 (1%)
["load_gen_table!"] 0.86 (5%) ✅ 1.00 (1%)
["setup_model"] 0.25 (5%) ✅ 0.78 (1%) ✅

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3276 s          0 s        239 s       3058 s          0 s
       #2  2793 MHz       1482 s          0 s        172 s       4905 s          0 s
  Memory: 6.781219482421875 GB (3926.203125 MB free)
  Uptime: 663.35 sec
  Load Avg:  1.01  0.94  0.52
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       4664 s          0 s        279 s       3103 s          0 s
       #2  2793 MHz       1528 s          0 s        179 s       6320 s          0 s
  Memory: 6.781219482421875 GB (4506.90234375 MB free)
  Uptime: 810.83 sec
  Load Avg:  1.0  0.97  0.6
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 12 Jan 2023 - 21:51
  • Package commit: f9df55
  • Julia commit: 17cfb8
  • 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
["get_af"] 94.503 ns (5%) 32 bytes (1%) 2
["get_generator"] 54.368 ns (5%) 48 bytes (1%) 1
["get_pdem"] 115.515 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.489 ms (5%) 937.41 KiB (1%) 40844
["load_branch_table!"] 571.398 μs (5%) 36.83 KiB (1%) 818
["load_bus_table!"] 560.197 μs (5%) 35.09 KiB (1%) 728
["load_demand_table! with add"] 626.398 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with match"] 621.798 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with shape"] 636.498 μs (5%) 46.45 KiB (1%) 941
["load_demand_table!"] 608.198 μs (5%) 46.45 KiB (1%) 941
["load_gen_table!"] 898.797 μs (5%) 106.16 KiB (1%) 2797
["load_hours_table!"] 487.998 μs (5%) 23.62 KiB (1%) 494
["setup_model"] 3.141 s (5%) 1.168 s 2.07 GiB (1%) 22046679

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       3276 s          0 s        239 s       3058 s          0 s
       #2  2793 MHz       1482 s          0 s        172 s       4905 s          0 s
  Memory: 6.781219482421875 GB (3926.203125 MB free)
  Uptime: 663.35 sec
  Load Avg:  1.01  0.94  0.52
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 12 Jan 2023 - 21:54
  • Package commit: 1480fe
  • Julia commit: 17cfb8
  • 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
["get_af"] 94.386 ns (5%) 32 bytes (1%) 2
["get_generator"] 51.386 ns (5%) 48 bytes (1%) 1
["get_pdem"] 118.665 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.862 ms (5%) 937.34 KiB (1%) 40843
["load_branch_table!"] 3.584 ms (5%) 72.06 KiB (1%) 1369
["load_bus_table!"] 639.698 μs (5%) 35.02 KiB (1%) 727
["load_demand_table! with add"] 703.397 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with match"] 685.798 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with shape"] 586.198 μs (5%) 46.39 KiB (1%) 940
["load_demand_table!"] 672.198 μs (5%) 46.39 KiB (1%) 940
["load_gen_table!"] 1.043 ms (5%) 106.09 KiB (1%) 2796
["load_hours_table!"] 513.197 μs (5%) 23.55 KiB (1%) 493
["setup_model"] 12.808 s (5%) 1.372 s 2.67 GiB (1%) 34103249

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       4664 s          0 s        279 s       3103 s          0 s
       #2  2793 MHz       1528 s          0 s        179 s       6320 s          0 s
  Memory: 6.781219482421875 GB (4506.90234375 MB free)
  Uptime: 810.83 sec
  Load Avg:  1.0  0.97  0.6
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   46 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       GenuineIntel
Model name:                      Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family:                      6
Model:                           106
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
Stepping:                        6
BogoMIPS:                        5586.87
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:               Microsoft
Virtualization type:             full
L1d cache:                       96 KiB (2 instances)
L1i cache:                       64 KiB (2 instances)
L2 cache:                        2.5 MiB (2 instances)
L3 cache:                        48 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Mmio stale data:   Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@github-actions
Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 12 Jan 2023 - 22:11
    • Baseline: 12 Jan 2023 - 22:13
  • Package commits:
    • Target: e45931
    • Baseline: 1480fe
  • Julia commits:
    • Target: 17cfb8
    • Baseline: 17cfb8
  • 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
["load_branch_table!"] 0.17 (5%) ✅ 0.51 (1%) ✅
["load_bus_table!"] 1.10 (5%) ❌ 1.00 (1%)
["load_demand_table! with add"] 1.11 (5%) ❌ 1.00 (1%)
["load_demand_table! with match"] 1.10 (5%) ❌ 1.00 (1%)
["load_demand_table! with shape"] 1.10 (5%) ❌ 1.00 (1%)
["load_demand_table!"] 1.10 (5%) ❌ 1.00 (1%)
["load_gen_table!"] 1.05 (5%) ❌ 1.00 (1%)
["load_hours_table!"] 1.14 (5%) ❌ 1.00 (1%)
["setup_model"] 0.25 (5%) ✅ 0.78 (1%) ✅

Benchmark Group List

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

  • []

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       2297 s          0 s        194 s       3572 s          0 s
       #2  2793 MHz       2391 s          0 s        207 s       3440 s          0 s
  Memory: 6.781219482421875 GB (3965.43359375 MB free)
  Uptime: 610.92 sec
  Load Avg:  1.01  0.93  0.51
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       2342 s          0 s        201 s       4960 s          0 s
       #2  2793 MHz       3755 s          0 s        244 s       3484 s          0 s
  Memory: 6.781219482421875 GB (4567.625 MB free)
  Uptime: 755.44 sec
  Load Avg:  1.0  0.96  0.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 12 Jan 2023 - 22:11
  • Package commit: e45931
  • Julia commit: 17cfb8
  • 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
["get_af"] 99.009 ns (5%) 32 bytes (1%) 2
["get_generator"] 52.972 ns (5%) 48 bytes (1%) 1
["get_pdem"] 117.348 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.424 ms (5%) 937.41 KiB (1%) 40844
["load_branch_table!"] 531.405 μs (5%) 36.83 KiB (1%) 818
["load_bus_table!"] 519.105 μs (5%) 35.09 KiB (1%) 728
["load_demand_table! with add"] 562.104 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with match"] 566.106 μs (5%) 46.45 KiB (1%) 941
["load_demand_table! with shape"] 559.405 μs (5%) 46.45 KiB (1%) 941
["load_demand_table!"] 554.805 μs (5%) 46.45 KiB (1%) 941
["load_gen_table!"] 824.108 μs (5%) 106.16 KiB (1%) 2797
["load_hours_table!"] 423.104 μs (5%) 23.62 KiB (1%) 494
["setup_model"] 3.100 s (5%) 1.132 s 2.07 GiB (1%) 22046679

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       2297 s          0 s        194 s       3572 s          0 s
       #2  2793 MHz       2391 s          0 s        207 s       3440 s          0 s
  Memory: 6.781219482421875 GB (3965.43359375 MB free)
  Uptime: 610.92 sec
  Load Avg:  1.01  0.93  0.51
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 12 Jan 2023 - 22:13
  • Package commit: 1480fe
  • Julia commit: 17cfb8
  • 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
["get_af"] 97.805 ns (5%) 32 bytes (1%) 2
["get_generator"] 51.377 ns (5%) 48 bytes (1%) 1
["get_pdem"] 113.658 ns (5%) 48 bytes (1%) 3
["load_af_table!"] 4.359 ms (5%) 937.34 KiB (1%) 40843
["load_branch_table!"] 3.156 ms (5%) 72.06 KiB (1%) 1369
["load_bus_table!"] 470.769 μs (5%) 35.02 KiB (1%) 727
["load_demand_table! with add"] 508.653 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with match"] 514.752 μs (5%) 46.39 KiB (1%) 940
["load_demand_table! with shape"] 509.156 μs (5%) 46.39 KiB (1%) 940
["load_demand_table!"] 502.255 μs (5%) 46.39 KiB (1%) 940
["load_gen_table!"] 782.880 μs (5%) 106.09 KiB (1%) 2796
["load_hours_table!"] 371.038 μs (5%) 23.55 KiB (1%) 493
["setup_model"] 12.310 s (5%) 1.327 s 2.66 GiB (1%) 34108722

Benchmark Group List

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

  • []

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.1 LTS
  uname: Linux 5.15.0-1030-azure #37-Ubuntu SMP Mon Dec 12 19:15:51 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz       2342 s          0 s        201 s       4960 s          0 s
       #2  2793 MHz       3755 s          0 s        244 s       3484 s          0 s
  Memory: 6.781219482421875 GB (4567.625 MB free)
  Uptime: 755.44 sec
  Load Avg:  1.0  0.96  0.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   46 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       GenuineIntel
Model name:                      Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family:                      6
Model:                           106
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
Stepping:                        6
BogoMIPS:                        5587.11
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:               Microsoft
Virtualization type:             full
L1d cache:                       96 KiB (2 instances)
L1i cache:                       64 KiB (2 instances)
L2 cache:                        2.5 MiB (2 instances)
L3 cache:                        48 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Mmio stale data:   Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@Ethan-Russell Ethan-Russell merged commit 926e02c into main Jan 12, 2023
@Ethan-Russell Ethan-Russell deleted the feat-12-iter branch July 2, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants