hrtools/server/case_test.go
2021-04-27 18:36:08 +08:00

13 lines
198 B
Go

package main
import (
"testing"
"github.com/474420502/focus/compare"
pqueuekey "github.com/474420502/focus/priority_queuekey"
)
func Benchmark123(b *testing.B) {
pqueuekey.New(compare.Int)
}