-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Salim Afiune Maya <[email protected]>
- Loading branch information
Showing
4 changed files
with
65 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,6 +198,18 @@ | |
"shell", "ssh", "[email protected]", | ||
], | ||
}, | ||
{ | ||
"name": "scan github org", | ||
"type": "go", | ||
"request": "launch", | ||
"program": "${workspaceRoot}/apps/cnquery/cnquery.go", | ||
"args": [ | ||
"scan", | ||
"github", | ||
"org", "hit-training", | ||
"--log-level", "trace" | ||
] | ||
}, | ||
{ | ||
"name": "Configure Built-in Providers", | ||
"type": "go", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8c98904
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.BenchmarkScan_MultipleAssets
120509233
ns/op 10996023 B/op 72642 allocs/op23087851
ns/op 10947462 B/op 72614 allocs/op5.22
BenchmarkScan_MultipleAssets - ns/op
120509233
ns/op23087851
ns/op5.22
This comment was automatically generated by workflow using github-action-benchmark.