Skip to content

Commit

Permalink
new clean run for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna committed Nov 15, 2023
1 parent 8c49a75 commit 604fa64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-13-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"
run: export VERSION=evaluation-11-14-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"
2 changes: 1 addition & 1 deletion data/config/nuc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<hardware>i5-4250U</hardware>
<nickname>Intel NUC i5-4250U</nickname>
<source-dir>./src/test/resources/quant-study/</source-dir>
<version>evaluation-11-13-23</version>
<version>evaluation-11-14-23</version>
<quantity>16</quantity>
<workload>
<by-program>
Expand Down

0 comments on commit 604fa64

Please sign in to comment.