We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9066a77 commit e4e95e9Copy full SHA for e4e95e9
.github/workflows/hyper_threading_benchmarks.yml
@@ -24,7 +24,6 @@ jobs:
24
uv venv --python 3.9.15 cairo-vm-env
25
. cairo-vm-env/bin/activate
26
uv pip install -r requirements.txt
27
- echo PATH=$PATH >> $GITHUB_ENV
28
29
- name: Install Dependencies
30
run: |
@@ -78,10 +77,11 @@ jobs:
78
77
path: ${{ github.workspace }}/
79
80
- name: Compile programs
81
- run: make cairo_bench_programs
+ run: . cairo-vm-env/bin/activate && make cairo_bench_programs
82
83
- name: Run Benchmarks
84
+ . cairo-vm-env/bin/activate
85
cd ${{ github.workspace }}
86
chmod +x ./hyper_threading_main
87
chmod +x ./hyper_threading_pr
0 commit comments