Documentation ¶
Index ¶
Constants ¶
View Source
const Dir = "fixtures"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerConfig ¶
type SemanticConfig ¶
type SemanticConfig struct { // BlacklistTypes is a list og types that should not appear in semantic UAST. // Used to test if all cases of a specific native AST type were converted to semantic UAST. BlacklistTypes []string }
type Suite ¶
type Suite struct { Lang string Ext string // with dot Path string UpdateNative bool // update native ASTs in fixtures to ones produced by driver UpdateUAST bool // update UASTs in fixtures to ones produced by driver WriteViewerJSON bool // write JSON compatible with uast-viewer WritePreprocessed bool // write a preprocessed UAST for fixtures NewDriver func() driver.Native Transforms driver.Transforms BenchName string // fixture name to benchmark (with no extension) Semantic SemanticConfig Docker DockerConfig }
func (*Suite) RunBenchmarks ¶
Click to show internal directories.
Click to hide internal directories.