1d2f2d14c5
2. 流量减少99% 3. cpu使用率降低50% 4. 速度提高了400%
14 lines
191 B
Go
14 lines
191 B
Go
package main
|
|
|
|
import (
|
|
"intimate"
|
|
"testing"
|
|
)
|
|
|
|
var estore = intimate.NewStoreExtractor()
|
|
var sstore = intimate.NewStoreSource(string(intimate.STOpenrec))
|
|
|
|
func TestCase0(t *testing.T) {
|
|
|
|
}
|