Skip to content

Commit

Permalink
Removed test_config.yml
Browse files Browse the repository at this point in the history
Removed test config, hepscore will now run with default configuration, allowing for comparison with other systems. The runtime will significantly increase as a result.
  • Loading branch information
AdamG412 committed Oct 4, 2023
1 parent 29856cf commit 2807307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
5 changes: 1 addition & 4 deletions hepscore/hepscore.def
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Bootstrap: docker
From: rockylinux:8

%files
test_config.yml

%post

dnf -y install epel-release
Expand All @@ -14,4 +11,4 @@ pip3 install git+https://gitlab.cern.ch/hep-benchmarks/hep-score.git
mkdir results

%runscript
/usr/local/bin/hep-score -m singularity -f test_config.yml results
/usr/local/bin/hep-score -m singularity results
19 changes: 0 additions & 19 deletions hepscore/test_config.yml

This file was deleted.

0 comments on commit 2807307

Please sign in to comment.