Skip to content

Commit ebd70e6

Browse files
author
Justin Fudally
committed
Move patched raft-bench to internal
1 parent 8afb169 commit ebd70e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/raft-boltdb/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55
"testing"
66

7-
"github.com/hashicorp/raft/bench"
7+
"github.com/github/freno/internal/raft/bench"
88
)
99

1010
func BenchmarkBoltStore_FirstIndex(b *testing.B) {

internal/raft-boltdb/bolt_store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"testing"
99

1010
"github.com/boltdb/bolt"
11-
"github.com/hashicorp/raft"
11+
"github.com/github/freno/internal/raft"
1212
)
1313

1414
func testBoltStore(t testing.TB) *BoltStore {

internal/raft/bench/bench.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package raftbench
66
// makes comparing backend performance easier by sharing the tests.
77

88
import (
9-
"github.com/hashicorp/raft"
9+
"github.com/github/freno/internal/raft"
1010
"testing"
1111
)
1212

0 commit comments

Comments
 (0)