Skip to content

Commit d943972

Browse files
jegonzalankurdave
authored andcommitted
moving the benchmark application into the examples folder.
1 parent f4f839a commit d943972

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

graphx/src/main/scala/org/apache/spark/graphx/lib/SynthBenchmark.scala renamed to examples/src/main/scala/org/apache/spark/examples/graphx/SynthBenchmark.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.apache.spark.graphx.lib
1+
package org.apache.spark.examples.graphx
22

33
import org.apache.spark.SparkContext._
44
import org.apache.spark.graphx.PartitionStrategy
@@ -131,6 +131,4 @@ object SynthBenchmark {
131131
println(s"Run time: ${runTime/1000.0} seconds")
132132

133133
}
134-
135-
136134
}

0 commit comments

Comments
 (0)