Skip to content

Commit

Permalink
Merge pull request #159 from renaissance-benchmarks/axel22-patch-1
Browse files Browse the repository at this point in the history
Reduce the default number of iterations in als
  • Loading branch information
axel22 committed Jun 19, 2019
2 parents 5d4088a + 2f18119 commit a8d474c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following is the complete list of benchmarks, separated into groups.

#### apache-spark

- `als` - Runs the ALS algorithm from the Spark MLlib. (default repetitions: 60)
- `als` - Runs the ALS algorithm from the Spark MLlib. (default repetitions: 30)

- `chi-square` - Runs the chi-square test from Spark MLlib. (default repetitions: 60)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import scala.util.Random
@Group("apache-spark")
@Summary("Runs the ALS algorithm from the Spark MLlib.")
@Licenses(Array(License.APACHE2))
@Repetitions(60)
@Repetitions(30)
class Als extends RenaissanceBenchmark with SparkUtil {

// TODO: Consolidate benchmark parameters across the suite.
Expand Down

0 comments on commit a8d474c

Please sign in to comment.