mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
437b2982cd
* Add asv code * Get a benchmark running * better output folder * Move benchmark file * Cleanup of config * Run a query and benchmark * Skip benchmarks for isort * Set up materialized columns before test * Better skipping logic * Add first proper benchmark, add some documentation * Person property filtering * Add new workflow * Show stderr in test run * Continue debugging actions * Try to save benchmark results to separate repo * Output to main directory * Scheduling * Remove if temporarily * Int for ms * Comment on the PR * Collapsible section * Update README * Clarification * Remove h3 * Remove pyproject.toml, .gitignore changes that are unneeded
36 lines
444 B
Plaintext
36 lines
444 B
Plaintext
venv
|
|
env
|
|
.venv
|
|
*.pyc
|
|
__pycache__/
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
node_modules/
|
|
*.code-workspace
|
|
node_modules
|
|
.vscode/
|
|
frontend/.cache/
|
|
.mypy_cache
|
|
frontend/dist/
|
|
frontend/types/
|
|
*Type.ts
|
|
frontend/yarn-error.log
|
|
.idea
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
yarn-error.log
|
|
.yalc
|
|
yalc.lock
|
|
cypress/screenshots/
|
|
docker-compose.prod.yml
|
|
.python-version
|
|
*.isorted
|
|
build-storybook.log
|
|
storybook-static
|
|
ee/benchmarks/results
|