Skip to content

Instantly share code, notes, and snippets.

View xiaoxubeii's full-sized avatar
🤖
I am a DALEK.

Bei Xu xiaoxubeii

🤖
I am a DALEK.
View GitHub Profile
@xiaoxubeii
xiaoxubeii / client_benchmark_test.go
Created October 19, 2018 11:03
Gpool benchmark client
package client
import (
"encoding/binary"
"fmt"
"testing"
"time"
"github.com/TarsCloud/TarsGo/tars/transport"
)
@xiaoxubeii
xiaoxubeii / server.go
Created October 19, 2018 11:02
Gpool benchmark test server
package main
import (
"encoding/binary"
"fmt"
"time"
"github.com/TarsCloud/TarsGo/tars/transport"
)