Skip to content

Commit

Permalink
new full run config
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna committed Nov 16, 2023
1 parent 02f885f commit d67bafa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/large-scale-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Assembly
run: sbt assembly
- name: Execution
run: export VERSION=evaluation-11-15-23-2 && java -Xss30M -Xmx12G -jar target/scala-2.12/gvc0-assembly-0.1.0-SNAPSHOT.jar --config=./data/config/nuc.xml --execute --nickname=${{ runner.name }} --db-url=${{ secrets.DB_URL }} --db-user=${{ secrets.DB_USER }} --db-pass=${{ secrets.DB_PASSWORD }} --version="$VERSION"
run: export VERSION=evaluation-11-16-23 && java -Xss30M -Xmx12G -jar target/scala-2.12/gvc0-assembly-0.1.0-SNAPSHOT.jar --config=./data/config/nuc.xml --execute --nickname=${{ runner.name }} --db-url=${{ secrets.DB_URL }} --db-user=${{ secrets.DB_USER }} --db-pass=${{ secrets.DB_PASSWORD }} --version="$VERSION"
6 changes: 3 additions & 3 deletions data/config/nuc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<hardware>i5-4250U</hardware>
<nickname>Intel NUC i5-4250U</nickname>
<source-dir>./src/test/resources/quant-study/</source-dir>
<version>evaluation-11-15-23-2</version>
<version>evaluation-11-16-23</version>
<quantity>16</quantity>
<workload>
<by-program>
<p>
<match>list</match>
<match>avlja,composite,bst,list</match>
<stress>
<list>32</list>
<list>32,64,128</list>
</stress>
</p>
</by-program>
Expand Down

0 comments on commit d67bafa

Please sign in to comment.