Commit Graph

3 Commits

Author SHA1 Message Date
Michael Gottesman
9dc54410e5 Change the prims cpp benchmark to match the prims swift benchmark.
Also up the number of iterations the swift benchmark in the stdlib runs so that
it matches the number of iterations the c++ version does. This iteration number
is enough to cause the c++ version to run for ~1 second. With this same number
of iterations, the swift version takes ~10 seconds.

Swift SVN r15205
2014-03-18 21:45:41 +00:00
Michael Gottesman
f4f42e50f1 Updates to Prims so that the c++ code actually works. Now it has a test harness/test cases/test data generator/etc. Still need to make the relevant swift modifications.
Swift SVN r14523
2014-02-28 17:47:57 +00:00
Michael Gottesman
f50163308c Added first graph benchmark prims, an implementation of prim's minimum spanning tree computation.
*NOTE* This is not ready yet. I still need to write tests for it.

Swift SVN r13933
2014-02-15 01:25:43 +00:00