コード例 #1
0
ファイル: trybot.go プロジェクト: 1394/skia-buildbot
// Register the processor with the ingestion framework.
func init() {
	ingestion.Register(config.CONSTRUCTOR_NANO_TRYBOT, newPerfTrybotProcessor)
}
コード例 #2
0
// Register the processor with the ingestion framework.
func init() {
	ingestion.Register(config.CONSTRUCTOR_NANO, newPerfProcessor)
}
コード例 #3
0
ファイル: trybot.go プロジェクト: 1394/skia-buildbot
func init() {
	ingestion.Register(config.CONSTRUCTOR_GOLD_TRYBOT, newGoldTrybotProcessor)
}
コード例 #4
0
ファイル: goldingestion.go プロジェクト: 1394/skia-buildbot
// Register the processor with the ingestion framework.
func init() {
	ingestion.Register(config.CONSTRUCTOR_GOLD, newGoldProcessor)
}
コード例 #5
0
// Register the processor with the ingestion framework.
func init() {
	ingestion.Register(config.CONSTRUCTOR_PDF, newPDFProcessor)
}