File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2222# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2323# OF THE POSSIBILITY OF SUCH DAMAGE.
2424import os
25+
2526import mx
2627
2728py = ".py"
@@ -101,13 +102,12 @@ def _compile_interop():
101102# the python micro benchmarks
102103#
103104# ----------------------------------------------------------------------------------------------------------------------
104- # TODO: commented out benchmarks are probably too slow atm, revisit this at a later time once performance picks up
105105pythonMicroBenchmarks = {
106106 'arith-binop' : [],
107107 'attribute-access' : [],
108108 'attribute-access-polymorphic' : [],
109- # 'attribute-bool': [],
110- # 'boolean-logic': [],
109+ 'attribute-bool' : [],
110+ 'boolean-logic' : [],
111111 'builtin-len' : [],
112112 'builtin-len-tuple' : [],
113113 'call-method-polymorphic' : [],
@@ -121,11 +121,11 @@ def _compile_interop():
121121 'list-indexing' : [],
122122 'list-iterating' : [],
123123 'math-sqrt' : [],
124- # 'object-allocate': [],
125- # 'object-layout-change': [],
126- # 'special-add': [],
127- # 'special-add-int': [],
128- # 'special-len': [],
124+ 'object-allocate' : [],
125+ 'object-layout-change' : [],
126+ 'special-add' : [],
127+ 'special-add-int' : [],
128+ 'special-len' : [],
129129}
130130
131131# XXX: testing
You can’t perform that action at this time.
0 commit comments