Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 11, 2023
1 parent e992ade commit 48ef158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/python/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ set -e -u

rm -Rf env
python3 -m venv env

# OSTYPE necessary in python 3.12.{0,1} due to https://github.com/python/cpython/issues/112252
export OSTYPE=linux

. env/bin/activate
pip install -r requirements.txt
python setup.py develop
Expand Down

1 comment on commit 48ef158

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@                     Benchmark Difference                    @@
#     Name   Old (instructions)   New (instructions)   Change (%)
  2023_1_1            1,453,000            1,453,013            0
  2023_1_2            1,426,870            1,426,883            0
  2023_2_1              614,077              614,090            0
  2023_2_2              590,018              590,031            0
  2023_3_1              928,553              928,566            0
  2023_3_2              674,566              674,579            0
Benchmark Instructions (count) Instructions (%)
2023_1_1 1,453,013 25.5
2023_1_2 1,426,883 25.1
2023_3_1 928,566 16.3
2023_3_2 674,579 11.9
2023_2_1 614,090 10.8
2023_2_2 590,031 10.4

Please sign in to comment.