Skip to content

Commit

Permalink
Add support for storing results for all k-values
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 17, 2024
1 parent 0c81f15 commit 2c8168c
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 2c8168c

Please sign in to comment.