Skip to content

Commit

Permalink
[aia] test generation - change default metric
Browse files Browse the repository at this point in the history
  • Loading branch information
aspilnyy authored and MaXal committed Nov 28, 2024
1 parent 2f5ac70 commit 9cb32d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { aiaLanguages, aiaModels, getAllProjects } from "./aia"
const chartsDeclaration: ChartDefinition[] = aiaLanguages.map((project) => {
return {
labels: [project],
measures: ["SyntaxErrorsSessionRatio"],
measures: ["SessionsWithoutSyntaxErrorsRatio"],
projects: aiaModels.map((model) => "test-generation_" + project + "_" + model),
}
})
Expand Down

0 comments on commit 9cb32d2

Please sign in to comment.