Commit Graph

3 Commits

Author SHA1 Message Date
Michael Gottesman
b0ff333390 Revert "Revert "Add prims to Benchmark.swift.""
This reverts commit r15200. This readds prim with a smaller test case to get
around type checker slowness that causes the compiling with Benchmarks to be
prohibitively slow. Now we use a smaller dataset but run it for more times.

Swift SVN r15204
2014-03-18 21:13:22 +00:00
Michael Gottesman
76d1053768 Revert "Add prims to Benchmark.swift."
This reverts commit r15164. I need to reduce the size of the test case and run
it more times instead. I am reverting this for now to unblock Nadav. When it is
fixed I will recommit it.

Swift SVN r15200
2014-03-18 20:42:41 +00:00
Michael Gottesman
997356fdd4 Add prims to Benchmark.swift.
We are actually doing a pretty good job optimizing this (even though I
am sure it could be better). The test case is a 5000 node prim run. IIRC
when I ran the cpp version of this on my local cpu it was instantaneous.
The swift version is ~1.5 seconds.

Swift SVN r15164
2014-03-17 23:03:06 +00:00