Last active
August 29, 2015 13:57
-
-
Save kmader/9841364 to your computer and use it in GitHub Desktop.
Performance tests for spark using jython
This file contains hidden or 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
import timeit | |
import tipl.spark.SparkGlobal as SG | |
t=timeit.Timer('CLTest.main(["-boxsize=200"])',setup='import tipl.spark.CL as CLTest') | |
perfStats=t.repeat(20,2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment