Skip to content

Fix setting -g if ENABLE_EDG #74

Fix setting -g if ENABLE_EDG

Fix setting -g if ENABLE_EDG #74

Workflow file for this run

name: run benchmark
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
soa-benchmark:
runs-on: cern-nextgen-h100
container: registry.cern.ch/ngt-wp1.7/wp1.7-soa-benchmark:latest
steps:
- uses: actions/checkout@v4
- name: build and compile
run: |
cmake -B ${{github.workspace}}
cmake --build ${{github.workspace}}
- name: run benchmarks
run: |
python3 run_benchmarks.py ${{github.workspace}} soa_versions.csv
python3 plot_benchmarks.py ${{github.workspace}} soa_versions.csv
echo "Files in Workspace Directory:"
ls -l ${{github.workspace}}
- name: collect artifacts
run: |
mkdir soa-benchmark-results
mv ${{github.workspace}}/*.png soa-benchmark-results/
mv ${{github.workspace}}/*.json soa-benchmark-results/
echo "Files in Results Directory:"
ls -l soa-benchmark-results
- name: upload results
uses: actions/upload-artifact@v4
with:
name: soa-benchmark-results
path: soa-benchmark-results
# - name: run soa_wrapper
# run: |
# ${{github.workspace}}/build/soa_wrapper
# - name: run soa_boost
# run: |
# ${{github.workspace}}/build/soa_boost