Bump release version
This commit is contained in:
parent
21c7b8eee9
commit
54b88448c5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/profiling.yaml
vendored
6
.github/workflows/profiling.yaml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
poetry install --no-interaction --all-extras
|
poetry install --no-interaction --all-extras
|
||||||
poetry add scalene
|
poetry add pyinstrument
|
||||||
|
|
||||||
|
|
||||||
# Set environment variables for SHAs
|
# Set environment variables for SHAs
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
# Ensure the script is executable
|
# Ensure the script is executable
|
||||||
chmod +x cognee/api/v1/cognify/code_graph_pipeline.py
|
chmod +x cognee/api/v1/cognify/code_graph_pipeline.py
|
||||||
# Run Scalene
|
# Run Scalene
|
||||||
poetry run scalene --json --outfile base_results.json cognee/api/v1/cognify/code_graph_pipeline.py
|
poetry run pyinstrument --json --outfile base_results.json cognee/api/v1/cognify/code_graph_pipeline.py
|
||||||
|
|
||||||
# Run profiler on head branch
|
# Run profiler on head branch
|
||||||
- name: Run profiler on head branch
|
- name: Run profiler on head branch
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
# Ensure the script is executable
|
# Ensure the script is executable
|
||||||
chmod +x cognee/api/v1/cognify/code_graph_pipeline.py
|
chmod +x cognee/api/v1/cognify/code_graph_pipeline.py
|
||||||
# Run Scalene
|
# Run Scalene
|
||||||
poetry run scalene --json --outfile head_results.json cognee/api/v1/cognify/code_graph_pipeline.py
|
poetry run pyinstrument --json --outfile head_results.json cognee/api/v1/cognify/code_graph_pipeline.py
|
||||||
|
|
||||||
# Compare profiling results
|
# Compare profiling results
|
||||||
- name: Compare profiling results
|
- name: Compare profiling results
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue