Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Add move of AB file after experiment run
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenskoett committed May 24, 2021
1 parent 5afaf5d commit 6188ef7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmarks-files/algos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ float:
run-groups:
eCP:
# args: [[30, 300, 800, 1200], #sc
args: [[130], #sc
[0.0], #span (0.0 < p < 1.0)
args: [[100], #sc
[0.3], #span (0.0 < p < 1.0)
[1], #cpol (1=avg, 2=abs)
[1]] #npol
query-args: [[1, 5, 10, 20]] #b
Expand All @@ -23,8 +23,8 @@ float:
run-groups:
eCP:
# args: [[30, 300, 800, 1200], #sc
args: [[130], #sc
[0.0], #span (0.0 < p < 1.0)
args: [[100], #sc
[0.3], #span (0.0 < p < 1.0)
[1], #cpol (1=avg, 2=abs)
[1]] #npol
query-args: [[1, 5, 10, 20]] #b
Expand All @@ -37,8 +37,8 @@ float:
run-groups:
eCP:
# args: [[30, 300, 800, 1200], #sc
args: [[130], #sc
[0.0], #span (0.0 < p < 1.0)
args: [[100], #sc
[0.3], #span (0.0 < p < 1.0)
[1], #cpol (1=avg, 2=abs)
[1]] #npol
query-args: [[1, 5, 10, 20]] #b
Expand Down
1 change: 1 addition & 0 deletions scripts/ecp_run_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ mv -v ecp_maintenance.csv mskk_benchmark/ecp_maintenance.csv
mv -v ecp_nodes_bulk.csv mskk_benchmark/ecp_nodes_bulk.csv
mv -v ecp_nodes_incr.csv mskk_benchmark/ecp_nodes_incr.csv
mv -v exports/exports.csv mskk_benchmark/exports.csv
mv -v results mskk_benchmark/results

# mkdir -p website
# python create_website.py --outputdir website --scatter --latex
Expand Down

0 comments on commit 6188ef7

Please sign in to comment.