We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8aeb7 commit de12099Copy full SHA for de12099
example/fib_test.go
@@ -1,6 +1,6 @@
1
package example
2
3
-import testing "github.com/AvalancheHQ/codspeed-go/compat/testing"
+import "testing"
4
5
func BenchmarkFibonacci10(b *testing.B) {
6
for i := 0; i < b.N; i++ {
example/go.mod
@@ -1,7 +1,3 @@
module example
go 1.24.3
-
-require github.com/AvalancheHQ/codspeed-go v0.0.0
7
-replace github.com/AvalancheHQ/codspeed-go => ..
0 commit comments