#python

import benchmarking

benchmarking.mesh_modifier_benchmark("CUDASubdivideEdges", 15, {})
#python

import benchmarking

benchmarking.mesh_modifier_benchmark("SubdivideEdges", 15, {"vertices": 1})
#python

import benchmarking

benchmarking.mesh_modifier_benchmark("TransformPoints")
#python

import benchmarking

benchmarking.mesh_modifier_benchmark("CUDATransformPointsAsynchronous")