This commit is contained in:
Jean-Yves Stephan 2015-07-21 13:27:50 -07:00
parent 933f3f0bb5
commit d866cce1a1
2 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,7 @@ case class QueryForTest(
tableIdentifier.last
}
}
BenchmarkResult(
name = query.name,
joinTypes = joinTypes,

View File

@ -183,7 +183,6 @@ abstract class Dataset(
* Starts an experiment run with a given set of queries.
* @param queries Queries to be executed.
* @param resultsLocation The location of performance results.
* @param queryOutputLocation If defined, location where queries results should be saved as parquet files
* @param includeBreakdown If it is true, breakdown results of a query will be recorded.
* Setting it to true may significantly increase the time used to
* execute a query.