gorgonia.org/gorgonia@v0.9.17/perf_test.go (about)

     1  package gorgonia
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestNodePool(t *testing.T) {
    10  	assert := assert.New(t)
    11  	n := borrowNode()
    12  	assert.NotNil(n)
    13  }