From 5785dc630084a519ad71697c02ba8954443779af Mon Sep 17 00:00:00 2001 From: TAdev0 Date: Tue, 9 Jul 2024 13:23:23 +0200 Subject: [PATCH] fmt --- .github/workflows/integration-test.yml | 4 +- integration_tests/BenchMarks.txt | 94 +++++++++++++------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 856cdea83..54dc72a03 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" diff --git a/integration_tests/BenchMarks.txt b/integration_tests/BenchMarks.txt index bbf1639ee..12fa4c45f 100644 --- a/integration_tests/BenchMarks.txt +++ b/integration_tests/BenchMarks.txt @@ -1,97 +1,97 @@ =========================================================================================================================== | File | PythonVM (ms) | GoVM (ms) | =========================================================================================================================== -| memset.cairo | 483 | 94 | +| assert_not_equal.cairo | 452 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| split_felt.small.cairo | 626 | 95 | +| memcpy.cairo | 441 | 93 | --------------------------------------------------------------------------------------------------------------------------- -| unsafe_keccak_finalize.small.cairo | 463 | 94 | +| unsafe_keccak.small.cairo | 470 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| assert_not_zero.cairo | 437 | 94 | +| search_sorted_lower.small.cairo | 547 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| blake.starknet_with_keccak.cairo | 3415 | 120 | +| uint256_signedNN.small.cairo | 514 | 95 | --------------------------------------------------------------------------------------------------------------------------- -| cmp.small.cairo | 681 | 96 | +| ecdsa_test.starknet_with_keccak.cairo | 1184 | 99 | --------------------------------------------------------------------------------------------------------------------------- -| is_positive.small.cairo | 526 | 95 | +| cmp.small.cairo | 691 | 101 | --------------------------------------------------------------------------------------------------------------------------- -| keccak_test.starknet_with_keccak.cairo| 1103 | 99 | +| is_quad_residue.small.cairo | 625 | 111 | --------------------------------------------------------------------------------------------------------------------------- -| assert_250_bits.small.cairo | 610 | 95 | +| is_zero.small.cairo | 620 | 95 | --------------------------------------------------------------------------------------------------------------------------- -| hintrefs.cairo | 457 | 93 | +| memset.cairo | 493 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| set_add.small.cairo | 448 | 95 | +| reduce_v1.small.cairo | 617 | 95 | --------------------------------------------------------------------------------------------------------------------------- -| uint256_signedNN.small.cairo | 517 | 94 | +| uint256_unsigned_div_rem.small.cairo | 661 | 97 | --------------------------------------------------------------------------------------------------------------------------- -| uint256_unsigned_div_rem.small.cairo | 668 | 96 | +| unsafe_keccak_finalize.small.cairo | 461 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| find_element.small.cairo | 542 | 96 | +| ec.small.cairo | 4079 | 133 | --------------------------------------------------------------------------------------------------------------------------- -| is_zero.small.cairo | 619 | 95 | +| hintrefs.cairo | 442 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| memcpy.cairo | 425 | 94 | +| set_add.small.cairo | 461 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| split64.small.cairo | 607 | 96 | +| split_int.small.cairo | 536 | 95 | --------------------------------------------------------------------------------------------------------------------------- -| uint256_add.small.cairo | 563 | 95 | +| uint256_sqrt.small.cairo | 703 | 97 | --------------------------------------------------------------------------------------------------------------------------- -| fib.cairo | 458 | 93 | +| fib.cairo | 454 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| simple.cairo | 435 | 94 | +| simple.cairo | 436 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| pedersen_test.small.cairo | 455 | 94 | +| assert_250_bits.small.cairo | 616 | 92 | --------------------------------------------------------------------------------------------------------------------------- -| assert_not_equal.cairo | 451 | 94 | +| dict_squash.small.cairo | 640 | 98 | --------------------------------------------------------------------------------------------------------------------------- -| div_mod_n.small.cairo | 660 | 96 | +| div_mod_n.small.cairo | 709 | 98 | --------------------------------------------------------------------------------------------------------------------------- -| get_point_from_x.small.cairo | 660 | 96 | +| sqrt.small.cairo | 617 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| reduce_v1.small.cairo | 618 | 95 | +| factorial.cairo | 805 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| verify_ecdsa_signature.small.cairo | 553 | 96 | +| verify_ecdsa_signature.small.cairo | 548 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| verify_zero.small.cairo | 521 | 94 | +| poseidon_test.starknet_with_keccak.cairo| 1079 | 98 | --------------------------------------------------------------------------------------------------------------------------- -| dict_squash.small.cairo | 635 | 101 | +| blake.starknet_with_keccak.cairo | 3396 | 113 | --------------------------------------------------------------------------------------------------------------------------- -| import_secp256R1P.small.cairo | 426 | 93 | +| dict.cairo | 520 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| split_int.small.cairo | 538 | 94 | +| find_element.small.cairo | 544 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| unsigned_div_rem.small.cairo | 618 | 96 | +| import_secp256R1P.small.cairo | 439 | 93 | --------------------------------------------------------------------------------------------------------------------------- -| search_sorted_lower.small.cairo | 534 | 95 | +| uint256_mul_div_mod.small.cairo | 688 | 97 | --------------------------------------------------------------------------------------------------------------------------- -| uint256_mul_div_mod.small.cairo | 696 | 97 | +| pedersen_test.small.cairo | 448 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| uint256_sqrt.small.cairo | 705 | 97 | +| is_positive.small.cairo | 568 | 99 | --------------------------------------------------------------------------------------------------------------------------- -| usort.small.cairo | 559 | 95 | +| signed_div_rem.small.cairo | 529 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| factorial.cairo | 885 | 96 | +| uint256_add.small.cairo | 530 | 95 | --------------------------------------------------------------------------------------------------------------------------- -| alloc.cairo | 443 | 219 | +| unsigned_div_rem.small.cairo | 639 | 95 | --------------------------------------------------------------------------------------------------------------------------- -| dict.cairo | 461 | 93 | +| usort.small.cairo | 561 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| is_quad_residue.small.cairo | 603 | 113 | +| bitwise_builtin_test.starknet_with_keccak.cairo| 1076 | 98 | --------------------------------------------------------------------------------------------------------------------------- -| sqrt.small.cairo | 624 | 95 | +| alloc.cairo | 427 | 226 | --------------------------------------------------------------------------------------------------------------------------- -| bitwise_builtin_test.starknet_with_keccak.cairo| 1084 | 99 | +| assert_not_zero.cairo | 427 | 91 | --------------------------------------------------------------------------------------------------------------------------- -| ecdsa_test.starknet_with_keccak.cairo | 1174 | 98 | +| pow.small.cairo | 532 | 94 | --------------------------------------------------------------------------------------------------------------------------- -| poseidon_test.starknet_with_keccak.cairo| 1075 | 99 | +| split64.small.cairo | 616 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| ec.small.cairo | 4109 | 135 | +| verify_zero.small.cairo | 553 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| pow.small.cairo | 519 | 95 | +| get_point_from_x.small.cairo | 638 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| signed_div_rem.small.cairo | 530 | 95 | +| split_felt.small.cairo | 736 | 96 | --------------------------------------------------------------------------------------------------------------------------- -| unsafe_keccak.small.cairo | 484 | 98 | +| keccak_test.starknet_with_keccak.cairo| 1075 | 99 | ===========================================================================================================================