Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
*: change the organization name from XeLabs to xelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG committed Feb 27, 2018
1 parent fa5d179 commit 5543425
Show file tree
Hide file tree
Showing 8 changed files with 688 additions and 350 deletions.
340 changes: 0 additions & 340 deletions COPYING

This file was deleted.

674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/XeLabs/benchyou.svg?branch=master)](https://travis-ci.org/XeLabs/benchyou) [![Go Report Card](https://goreportcard.com/badge/github.com/XeLabs/benchyou)](https://goreportcard.com/report/github.com/XeLabs/benchyou) [![codecov.io](https://codecov.io/gh/XeLabs/benchyou/graphs/badge.svg)](https://codecov.io/gh/XeLabs/benchyou/branch/master)
[![Build Status](https://travis-ci.org/xelabs/benchyou.svg?branch=master)](https://travis-ci.org/xelabs/benchyou) [![Go Report Card](https://goreportcard.com/badge/github.com/xelabs/benchyou)](https://goreportcard.com/report/github.com/xelabs/benchyou) [![codecov.io](https://codecov.io/gh/xelabs/benchyou/graphs/badge.svg)](https://codecov.io/gh/xelabs/benchyou/branch/master)

## About
## benchyou

benchyou is a benchmark tool for MySQL, similar Sysbench.

Expand Down Expand Up @@ -71,7 +71,7 @@ total-number: the total number events
## Build

```
$git clone https://github.com/XeLabs/benchyou
$git clone https://github.com/xelabs/benchyou
$cd benchyou
$make build
$./bin/benchyou -h
Expand Down Expand Up @@ -142,3 +142,7 @@ batch update(10 rows per transaction):
query-range(Write/Read Ratio=128:8):
./bin/benchyou --mysql-host=192.168.0.3 --mysql-user=benchyou --mysql-password=benchyou --ssh-user=benchyou --ssh-password=benchyou --oltp-tables-count=64 --write-threads=128 --read-threads=8 --max-time=3600 --mysql-range-order=DESC range
```

## License

benchyou is released under the GPLv3. See LICENSE
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -3,7 +3,7 @@ export PATH := $(GOPATH)/bin:$(PATH)

build:
@echo "--> go get..."
go get github.com/XeLabs/go-mysqlstack/driver
go get github.com/xelabs/go-mysqlstack/driver

@echo "--> Building..."
@mkdir -p bin/
Expand Down
2 changes: 1 addition & 1 deletion src/sysbench/insert.go
Expand Up @@ -20,7 +20,7 @@ import (
"xcommon"
"xworker"

"github.com/XeLabs/go-mysqlstack/common"
"github.com/xelabs/go-mysqlstack/common"
)

// Insert tuple.
Expand Down
6 changes: 3 additions & 3 deletions src/xcommon/mock.go
Expand Up @@ -4,9 +4,9 @@ import (
"net"
"strconv"

"github.com/XeLabs/go-mysqlstack/driver"
"github.com/XeLabs/go-mysqlstack/sqlparser/depends/sqltypes"
"github.com/XeLabs/go-mysqlstack/xlog"
"github.com/xelabs/go-mysqlstack/driver"
"github.com/xelabs/go-mysqlstack/sqlparser/depends/sqltypes"
"github.com/xelabs/go-mysqlstack/xlog"
)

// MockConf mocks conf.
Expand Down
2 changes: 1 addition & 1 deletion src/xcommon/random.go
Expand Up @@ -13,7 +13,7 @@ import (
"math/rand"
"time"

"github.com/XeLabs/go-mysqlstack/common"
"github.com/xelabs/go-mysqlstack/common"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion src/xworker/worker.go
Expand Up @@ -14,7 +14,7 @@ import (
"log"
"xcommon"

"github.com/XeLabs/go-mysqlstack/driver"
"github.com/xelabs/go-mysqlstack/driver"
)

// Metric tuple.
Expand Down

0 comments on commit 5543425

Please sign in to comment.