Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Commit

Permalink
On second thought this is a silly package, let's not use it
Browse files Browse the repository at this point in the history
  • Loading branch information
c2h5oh committed Mar 14, 2018
1 parent 20f5219 commit 834599a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 121 deletions.
3 changes: 1 addition & 2 deletions chainstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/pressly/chainstore/logmgr"
"github.com/pressly/chainstore/lrumgr"
"github.com/pressly/chainstore/memstore"
"github.com/pressly/chainstore/metricsmgr"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)
Expand Down Expand Up @@ -100,7 +99,7 @@ func TestAsyncChain(t *testing.T) {
},
logmgr.New(logger, "async"),
&testStore{},
metricsmgr.New("chaintest",
chainstore.New(
fs,
lrumgr.New(100, bs),
),
Expand Down
84 changes: 0 additions & 84 deletions metricsmgr/metrics_manager.go

This file was deleted.

35 changes: 0 additions & 35 deletions metricsmgr/metrics_manager_test.go

This file was deleted.

0 comments on commit 834599a

Please sign in to comment.