Skip to content

Commit

Permalink
Add support for storing results for all k-values (#4728)
Browse files Browse the repository at this point in the history
Another small PR for nx-cugraph benchmark logging.

Authors:
  - Ralph Liu (https://github.com/nv-rliu)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #4728
  • Loading branch information
nv-rliu authored Oct 18, 2024
1 parent fde2fb4 commit 69d6601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_system_info():

dataset_patt = re.compile(".*ds=([\w-]+).*")
backend_patt = re.compile(".*backend=(\w+).*")
k_patt = re.compile(".*k=(10*).*")
k_patt = re.compile(".*k=(\d+).*")

# Organize all benchmark runs by the following hierarchy: algo -> backend -> dataset
benchmarks = get_all_benchmark_info()
Expand Down

0 comments on commit 69d6601

Please sign in to comment.