Update convert_test.go

This commit is contained in:
Lucis
2020-06-02 11:46:42 +08:00
committed by GitHub
parent 828e4b0981
commit c36718662a

View File

@@ -7,7 +7,7 @@ import (
func BenchmarkConvert(b *testing.B) {
//读取文件
inputFile := "/work/dana_work/gopath/src/github.com/lucish/convert-video/src/huangxiao.h265"
inputFile := "/test"
src, err := ReadAll(inputFile)
if err != nil || len(src) == 0 {
fmt.Println(err.Error())