Skip to content

Commit

Permalink
dev: use poetry in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Jun 18, 2024
1 parent c0b8dea commit 80c4e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ bench: $(COMPILED_CAIRO_0_BENCHMARK_FILES)
"$(CAIRO_VM_RS_CLI) $$file --layout all_cairo" \
"$(CAIRO_VM_ZIG_CLI) execute --filename $$file --layout all_cairo" \
"cairo run $$file" \
"cairo-run --layout starknet_with_keccak --program $$file" \
"poetry run cairo-run --layout starknet_with_keccak --program $$file" \
--export-markdown $$md_output \
--export-json $$json_output; \
done
Expand Down

0 comments on commit 80c4e01

Please sign in to comment.