Add/update hello benchmark
This commit is contained in:
19
.gitea/workflows/hello.yml
Normal file
19
.gitea/workflows/hello.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
name: Benchmark
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
strategy:
|
||||
matrix:
|
||||
BMS_MODIFIER: [0,4,8,12,16,20,24,28,31]
|
||||
RANDOM_SEED: [0]
|
||||
VARIANT: [0,2]
|
||||
container:
|
||||
image: registry.cloud.peeters.page/small-boom-config:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Run
|
||||
run: (set -o pipefail && time /opt/simulator +permissive +dramsim +dramsim_ini_dir=/opt/dramsim2_ini +max-cycles=1000000000 +permissive-off /opt/pk ./binaries/hello_BMS_MODIFIER_$BMS_MODIFIER_RANDOM_SEED_$RANDOM_SEED_VARIANT_$VARIANT </dev/null)
|
||||
BIN
binaries/hello_BMS_MODIFIER_0_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_0_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_0_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_0_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_12_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_12_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_12_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_12_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_16_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_16_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_16_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_16_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_20_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_20_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_20_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_20_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_24_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_24_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_24_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_24_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_28_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_28_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_28_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_28_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_31_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_31_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_31_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_31_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_4_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_4_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_4_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_4_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_8_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_8_RANDOM_SEED_0_VARIANT_0.riscv
Executable file
Binary file not shown.
BIN
binaries/hello_BMS_MODIFIER_8_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
BIN
binaries/hello_BMS_MODIFIER_8_RANDOM_SEED_0_VARIANT_2.riscv
Executable file
Binary file not shown.
Reference in New Issue
Block a user