Skip to content

Commit

Permalink
refactor(benchmarks): evaluation pipeline (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst authored Aug 6, 2024
1 parent 90b0e66 commit cd2cece
Show file tree
Hide file tree
Showing 65 changed files with 2,784 additions and 1,600 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ licenses.txt
**/dist/
**/checkpoints/
**/outputs/
**/multirun/

# Other env files
.python-version
Expand All @@ -74,7 +75,6 @@ coverage.xml

# dotenv
.env
src/dbally_benchmark/.env

# coverage and pytest reports
coverage.xml
Expand All @@ -87,8 +87,8 @@ cmake-build-*/
**/.terraform.lock.hcl
**/.terraform

# experiments results
experiments/
# benchmarks
benchmarks/sql/data/

# mkdocs generated files
site/
22 changes: 0 additions & 22 deletions benchmark/dbally_benchmark/config.py

This file was deleted.

27 changes: 0 additions & 27 deletions benchmark/dbally_benchmark/constants.py

This file was deleted.

63 changes: 0 additions & 63 deletions benchmark/dbally_benchmark/dataset/bird_dataset.py

This file was deleted.

157 changes: 0 additions & 157 deletions benchmark/dbally_benchmark/e2e_benchmark.py

This file was deleted.

41 changes: 0 additions & 41 deletions benchmark/dbally_benchmark/evaluate.py

This file was deleted.

10 changes: 0 additions & 10 deletions benchmark/dbally_benchmark/experiment_config/config.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions benchmark/dbally_benchmark/iql/iql_result.py

This file was deleted.

Loading

0 comments on commit cd2cece

Please sign in to comment.