Skip to content

Commit b3157b1

Browse files
committed
fixup: use codspeedhq instead of avalanchehq
1 parent c438152 commit b3157b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+116
-76
lines changed

compat/testing/testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package codspeed
55

66
import (
7-
codspeed_testing "github.com/AvalancheHQ/codspeed-go/testing/testing"
7+
codspeed_testing "github.com/CodSpeedHQ/codspeed-go/testing/testing"
88
)
99

1010
type B = codspeed_testing.B

example-codspeed/cli/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
example "example"
1313

14-
codspeed_testing "github.com/AvalancheHQ/codspeed-go/testing/testing"
14+
codspeed_testing "github.com/CodSpeedHQ/codspeed-go/testing/testing"
1515
)
1616

1717
type corpusEntry = struct {

example-codspeed/fib_codspeed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package example
22

33
import (
4-
testing "github.com/AvalancheHQ/codspeed-go/compat/testing"
4+
testing "github.com/CodSpeedHQ/codspeed-go/compat/testing"
55
)
66

77
func BenchmarkFibonacci10(b *testing.B) {

example-codspeed/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module example
22

33
go 1.24.3
44

5-
require github.com/AvalancheHQ/codspeed-go v0.0.0
5+
require github.com/CodSpeedHQ/codspeed-go v0.0.0
66

7-
replace github.com/AvalancheHQ/codspeed-go => ..
7+
replace github.com/CodSpeedHQ/codspeed-go => ..

example/fib_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package example
22

3-
import testing "github.com/AvalancheHQ/codspeed-go/compat/testing"
3+
import testing "github.com/CodSpeedHQ/codspeed-go/compat/testing"
44

55
func BenchmarkFibonacci10(b *testing.B) {
66
for i := 0; i < b.N; i++ {

example/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module example
22

33
go 1.24.3
44

5-
require github.com/AvalancheHQ/codspeed-go v0.0.0
5+
require github.com/CodSpeedHQ/codspeed-go v0.0.0
66

7-
replace github.com/AvalancheHQ/codspeed-go => ..
7+
replace github.com/CodSpeedHQ/codspeed-go => ..
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 4ef9d6338b9285c7945a2d6bd04a2d28781fa175

go-runner/testdata/projects/zap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 07077a697f639389cc998ff91b8885feb25f520d

go-runner/testdata/projects/zerolog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9dacc014f38d60f563c2ab18719aec11fc06765c

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/AvalancheHQ/codspeed-go
1+
module github.com/CodSpeedHQ/codspeed-go
22

33
go 1.24.3

0 commit comments

Comments
 (0)