We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4573b6 commit e011061Copy full SHA for e011061
ApiClient.ts
@@ -27,6 +27,7 @@ export type CloudUploadRequest = {
27
}
28
29
export type RobinUploadRequest = {
30
+ benchmarkName?: string
31
projectId: string
32
repoOwner?: string
33
repoName?: string
index.ts
@@ -88,8 +88,9 @@ const run = async () => {
88
/**
89
* If project Exist - Its Robin
90
*/
91
- info('Uploading to Robin Basic')
+ info('Uploading to Robin')
92
const request: RobinUploadRequest = {
93
+ benchmarkName: name,
94
projectId: projectId,
95
repoOwner: repoOwner,
96
repoName: repoName,
0 commit comments