Skip to content

Commit

Permalink
ref: rename benchmarks -> benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
dPys committed Dec 25, 2024
1 parent d7e0f47 commit 072b145
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV/

# Benchmark results and data
results/
.benchmarks/
.benchmarking/
~/.nxbench/

# Git
Expand Down Expand Up @@ -81,4 +81,4 @@ downloaded_pdfs/
results/*

# html
html/*
html/*
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ include-package-data = true
packages = [
'nxbench',
"nxbench.data",
"nxbench.benchmarks",
"nxbench.benchmarking",
"nxbench.validation",
"nxbench.viz",
'nxbench.configs',
Expand Down Expand Up @@ -149,7 +149,7 @@ filterwarnings = [
# "error",
]
python_files = [
"nxbench/benchmarks/tests/test_*.py", "nxbench/data/tests/test_*.py", "nxbench/validation/tests/test_*.py", "nxbench/viz/tests/test_*.py", "nxbench/tests/test_*.py",
"nxbench/benchmarking/tests/test_*.py", "nxbench/data/tests/test_*.py", "nxbench/validation/tests/test_*.py", "nxbench/viz/tests/test_*.py", "nxbench/tests/test_*.py",
]
python_functions = [
"test_*",
Expand All @@ -163,9 +163,9 @@ omit = [
"nxbench/_version.py",
"nxbench/viz/tests/test_app.py",
"nxbench/viz/tests/test_utils.py",
"nxbench/benchmarks/tests/test_benchmark.py",
"nxbench/benchmarks/tests/test_config.py",
"nxbench/benchmarks/tests/test_utils.py",
"nxbench/benchmarking/tests/test_benchmark.py",
"nxbench/benchmarking/tests/test_config.py",
"nxbench/benchmarking/tests/test_utils.py",
"nxbench/data/tests/test_synthesize.py",
"nxbench/data/tests/test_repository.py",
"nxbench/data/tests/test_db.py",
Expand Down

0 comments on commit 072b145

Please sign in to comment.