Skip to content

Commit

Permalink
Upload clean results
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharras committed Oct 11, 2023
1 parent b748755 commit c8ea93e
Show file tree
Hide file tree
Showing 20 changed files with 90 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_benchmark_files_to_gsheet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GSPREAD_URL: ${{vars.GSPREAD_URL}}
run: |
echo "$GSPREAD_SERVICE_ACCOUNT_AUTH_KEY" > service_account.json
python ./benchmarks/kmeans/consolidate_results_csv.py ./benchmarks/kmeans/results.csv \
python ./benchmarks/kmeans/consolidate_result_csv.py ./benchmarks/kmeans/results.csv \
--sync-to-gspread --gspread-url $GSPREAD_URL --gspread-auth-key ./service_account.json
python ./benchmarks/pca/consolidate_results_csv.py ./benchmarks/pca/results.csv \
python ./benchmarks/pca/consolidate_result_csv.py ./benchmarks/pca/results.csv \
--sync-to-gspread --gspread-url $GSPREAD_URL --gspread-auth-key ./service_account.json
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
260 changes: 88 additions & 172 deletions benchmarks/kmeans/results.csv

Large diffs are not rendered by default.

0 comments on commit c8ea93e

Please sign in to comment.