Skip to content

Commit

Permalink
fix tests build
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Feb 19, 2024
1 parent 3f22a8f commit 4bec37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/bundle/lint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.mondoo.com/cnquery/v10/llx"
"go.mondoo.com/cnquery/v10/providers-sdk/v1/resources"
"go.mondoo.com/cnquery/v10/providers-sdk/v1/testutils"
"go.mondoo.com/cnspec/v10/internal/bundle"
)

var schema llx.Schema
var schema resources.ResourcesSchema

func init() {
runtime := testutils.Local()
Expand Down

1 comment on commit 4bec37d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 4bec37d Previous: 3339fd0 Ratio
BenchmarkScan_MultipleAssets - ns/op 186174806 ns/op 87273648 ns/op 2.13
BenchmarkScan_MultipleAssets - B/op 97360013 B/op 39912149 B/op 2.44
BenchmarkScan_MultipleAssets - allocs/op 708428 allocs/op 284568 allocs/op 2.49

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.