Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gpuCI] Auto-merge branch-0.15 to branch-0.16 [skip ci] #1059

Merged
merged 3 commits into from
Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
- PR #1020 Updated Louvain to honor max_level, ECG now calls Louvain for 1 level, then full run.
- PR #1031 MG notebook
- PR #1034 Expose resolution (gamma) parameter in Louvain
- PR #1041 Use S3 bucket directly for benchmark plugin

## Bug Fixes
- PR #936 Update Force Atlas 2 doc and wrapper
Expand Down
7 changes: 1 addition & 6 deletions ci/benchmark/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,8 @@ export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'`

# Set Benchmark Vars
export DATASETS_DIR=${WORKSPACE}/datasets
export ASVRESULTS_DIR=${WORKSPACE}/ci/artifacts/asv/results
export BENCHMARKS_DIR=${WORKSPACE}/benchmarks

# Ensure ASV results directory exists

mkdir -p ${ASVRESULTS_DIR}

##########################################
# Environment Setup #
##########################################
Expand Down Expand Up @@ -159,7 +154,7 @@ set +e
time pytest -v -m "small and managedmem_on and poolallocator_on" \
--benchmark-gpu-device=0 \
--benchmark-gpu-max-rounds=3 \
--benchmark-asv-output-dir="${ASVRESULTS_DIR}" \
--benchmark-asv-output-dir="${S3_ASV_DIR}" \
--benchmark-asv-metadata="${BENCHMARK_META}"


Expand Down