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 22
22
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
23
23
# OF THE POSSIBILITY OF SUCH DAMAGE.
24
24
import os
25
+
25
26
import mx
26
27
27
28
py = ".py"
@@ -101,13 +102,12 @@ def _compile_interop():
101
102
# the python micro benchmarks
102
103
#
103
104
# ----------------------------------------------------------------------------------------------------------------------
104
- # TODO: commented out benchmarks are probably too slow atm, revisit this at a later time once performance picks up
105
105
pythonMicroBenchmarks = {
106
106
'arith-binop' : [],
107
107
'attribute-access' : [],
108
108
'attribute-access-polymorphic' : [],
109
- # 'attribute-bool': [],
110
- # 'boolean-logic': [],
109
+ 'attribute-bool' : [],
110
+ 'boolean-logic' : [],
111
111
'builtin-len' : [],
112
112
'builtin-len-tuple' : [],
113
113
'call-method-polymorphic' : [],
@@ -121,11 +121,11 @@ def _compile_interop():
121
121
'list-indexing' : [],
122
122
'list-iterating' : [],
123
123
'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' : [],
129
129
}
130
130
131
131
# XXX: testing
You can’t perform that action at this time.
0 commit comments