Skip to content

Commit

Permalink
only directories
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 25, 2025
1 parent b64b0ea commit 00b28a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generate-benchmark-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def construct_tag_groups(tag_groups, tag_dicts, dictionary):
def benchpark_benchmarks(benchmarks):
experiments_dir = "../experiments"
for x in os.listdir(experiments_dir):
if x != "caliper":
if os.path.isdir(x) and x != "caliper":
benchmarks.append(f"{x}")
return benchmarks

Expand Down

0 comments on commit 00b28a2

Please sign in to comment.