You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flags.StringP("language", "l", "", "name of the language to be tested")
108
106
flags.StringP("commit", "c", "", "commit id that's being tested and will be used as a tag in performance report")
109
107
flags.StringSlice("exclude-suffixes", []string{".legacy", ".native", ".uast"}, "file suffixes to be excluded")
110
-
flags.String("filter-prefix", fileFilterPrefix, "file prefix to be filtered")
111
-
flags.StringP("storage", "s", prom.Kind, fmt.Sprintf("storage kind to store the results(%s, %s, %s)", prom.Kind, influxdb.Kind, file.Kind))
108
+
flags.String("filter-prefix", performance.FileFilterPrefix, "file prefix to be filtered")
109
+
flags.StringP("storage", "s", pushgateway.Kind, fmt.Sprintf("storage kind to store the results(%s, %s, %s)", pushgateway.Kind, influxdb.Kind, file.Kind))
flags.StringP("language", "l", "", "name of the language to be tested")
157
156
flags.StringP("commit", "c", "", "commit id that's being tested and will be used as a tag in performance report")
158
157
flags.StringSlice("exclude-suffixes", []string{".legacy", ".native", ".uast"}, "file suffixes to be excluded")
159
-
flags.String("filter-prefix", fileFilterPrefix, "file prefix to be filtered")
160
-
flags.StringP("storage", "s", prom_pushgateway.Kind, fmt.Sprintf("storage kind to store the results(%s, %s, %s)", prom_pushgateway.Kind, influxdb.Kind, file.Kind))
158
+
flags.String("filter-prefix", performance.FileFilterPrefix, "file prefix to be filtered")
159
+
flags.StringP("storage", "s", pushgateway.Kind, fmt.Sprintf("storage kind to store the results(%s, %s, %s)", pushgateway.Kind, influxdb.Kind, file.Kind))
flags.Bool("custom-driver", false, "if this flag is set to true CLI pulls corresponding language driver repo's commit, builds docker image and installs it onto the bblfsh container")
0 commit comments