Skip to content

Commit b948717

Browse files
Add sjsonnet suite to regression bench (#626)
1 parent 7d5f5b3 commit b948717

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.mill

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ object bench extends ScalaModule with JmhModule with ScalafmtModule {
105105
def resources = Task.Sources(
106106
this.moduleDir / "resources" / "bug_suite",
107107
this.moduleDir / "resources" / "cpp_suite",
108-
this.moduleDir / "resources" / "go_suite"
108+
this.moduleDir / "resources" / "go_suite",
109+
this.moduleDir / "resources" / "sjsonnet_suite"
109110
)
110111

111112
def listRegressions = Task {

0 commit comments

Comments
 (0)