Skip to content

Commit

Permalink
doc: Performance results (#50)
Browse files Browse the repository at this point in the history
* Benchmark refactor

* Building benchmark

* Parallel benchmark

* Revert to public runners

* Adding nearest benchmark

* API comparison

* Perf results cleanup

* Parallel updates

* Bumping datafusion

* Dataframe benchmarks

* Poetry version fix
  • Loading branch information
mwiewior authored Jan 5, 2025
1 parent 5243103 commit 4f516b8
Show file tree
Hide file tree
Showing 45 changed files with 4,928 additions and 2,690 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
workflow_dispatch:
jobs:
build:
env:
JUPYTER_PLATFORM_DIRS: 1
name: Deploy docs
runs-on: ubuntu-latest
steps:
Expand All @@ -16,6 +18,7 @@ jobs:
python-version: 3.12
- uses: snok/install-poetry@v1
with:
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ venv
.idea
sandbox/
.DS_Store
site/
site/
benchmark/bin/env.sh
benchmark/src/results
benchmark/src/results/overlap
Loading

0 comments on commit 4f516b8

Please sign in to comment.