Skip to content

Commit b066471

Browse files
authored
[sisk] Fix warning (#9609)
`benchmark_config.json` wasn't correct resulting in the following warning: Framework sisk does not define a default test in benchmark_config.json
1 parent 3bb6021 commit b066471

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

frameworks/CSharp/sisk/benchmark_config.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
"os": "Linux",
1818
"database_os": "Linux",
1919
"display_name": "Sisk Framework"
20-
}
21-
},
22-
{
20+
},
2321
"cadente": {
2422
"plaintext_url": "/plaintext",
2523
"json_url": "/json",
@@ -38,4 +36,4 @@
3836
}
3937
}
4038
]
41-
}
39+
}

0 commit comments

Comments
 (0)