Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Sep 26, 2022
1 parent 1a4d1a2 commit 1901893
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ object RunBenchmark {

val runQueries = config.queries.map { w =>
val set = w.split(",").filter(_.nonEmpty).toSet
// Prefer white list using qxx instead of qxx-vxx
// prefer queries using qxx instead of qxx-vxx
allQueries.filter(q => set.contains(q.name.split('-')(0)))
} getOrElse {
allQueries
Expand Down

0 comments on commit 1901893

Please sign in to comment.