test: add bench mark

This commit is contained in:
vicanso 2022-06-25 08:49:00 +08:00
parent f1276067d7
commit 93eec00bbe
2 changed files with 255 additions and 2 deletions

View file

@ -23,7 +23,6 @@
package charts
import (
"fmt"
"testing"
"github.com/stretchr/testify/assert"
@ -136,7 +135,6 @@ func TestTableChart(t *testing.T) {
assert.Nil(err)
data, err := tt.render(p)
assert.Nil(err)
fmt.Println(string(data))
assert.Equal(tt.result, string(data))
}
}