-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT : Benchmark for integration tests (#477)
* Added Benchmark for integration tests * Relocated time measuring code * nit * Minor design changes * Using tabwriter
- Loading branch information
1 parent
036884a
commit 6d939e4
Showing
2 changed files
with
171 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
=========================================================================================================================== | ||
| File | PythonVM (ms) | GoVM (ms) | | ||
=========================================================================================================================== | ||
| get_point_from_x.small.cairo | 971 | 125 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| is_quad_residue.small.cairo | 963 | 152 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| reduce_v1.small.cairo | 931 | 130 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| uint256_unsigned_div_rem.small.cairo | 1061 | 132 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| set_add.small.cairo | 749 | 117 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| split64.small.cairo | 1014 | 117 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| uint256_signedNN.small.cairo | 752 | 114 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| split_felt.small.cairo | 841 | 145 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| split_int.small.cairo | 1037 | 133 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| uint256_add.small.cairo | 921 | 110 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| signed_div_rem.small.cairo | 816 | 117 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| sqrt.small.cairo | 960 | 119 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| uint256_sqrt.small.cairo | 1195 | 115 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| assert_not_zero.cairo | 586 | 100 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| blake.starknet_with_keccak.cairo | 2498 | 144 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| import_secp256R1P.small.cairo | 699 | 123 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| memcpy.cairo | 704 | 124 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| unsigned_div_rem.small.cairo | 843 | 118 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| factorial.cairo | 1161 | 123 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| hintrefs.cairo | 676 | 127 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| cmp.small.cairo | 897 | 110 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| dict_squash.small.cairo | 1240 | 166 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| div_mod_n.small.cairo | 921 | 113 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| find_element.small.cairo | 939 | 124 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| uint256_mul_div_mod.small.cairo | 1032 | 119 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| verify_zero.small.cairo | 781 | 112 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| ec.small.cairo | 1042 | 129 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| memset.cairo | 701 | 128 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| pow.small.cairo | 887 | 112 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| search_sorted_lower.small.cairo | 836 | 134 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| alloc.cairo | 666 | 126 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| simple.cairo | 596 | 110 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| assert_250_bits.small.cairo | 979 | 120 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| assert_not_equal.cairo | 638 | 101 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| dict.cairo | 678 | 115 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| is_positive.small.cairo | 884 | 128 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| usort.small.cairo | 797 | 119 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| verify_ecdsa_signature.small.cairo | 758 | 117 | | ||
--------------------------------------------------------------------------------------------------------------------------- | ||
| fib.cairo | 634 | 116 | | ||
=========================================================================================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters