File tree 13 files changed +22
-22
lines changed
13 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
# isucandar
2
2
3
- [ ![ test] ( https://github.com/rosylilly /isucandar/workflows/test/badge.svg )] ( https://github.com/rosylilly /isucandar/actions?query=workflow%3Atest )
4
- [ ![ codecov] ( https://codecov.io/gh/rosylilly /isucandar/branch/master/graph/badge.svg?token=KO1N8H5S53 )] ( https://codecov.io/gh/rosylilly /isucandar )
3
+ [ ![ test] ( https://github.com/isucon /isucandar/workflows/test/badge.svg )] ( https://github.com/isucon /isucandar/actions?query=workflow%3Atest )
4
+ [ ![ codecov] ( https://codecov.io/gh/isucon /isucandar/branch/master/graph/badge.svg?token=KO1N8H5S53 )] ( https://codecov.io/gh/isucon /isucandar )
5
5
6
6
isucandar は [ ISUCON] ( http://isucon.net/ ) などの負荷試験で使える機能を集めたベンチマーカーフレームワークです。
7
7
@@ -91,8 +91,8 @@ fmt.Printf("%v", err)
91
91
// standard: original error message
92
92
fmt.Printf (" %+v " , err)
93
93
// standard:
94
- // github.com/rosylilly /isucandar/failure.TestPrint:
95
- // ~/src/github.com/rosylilly /isucandar/failure/failure_test.go:10
94
+ // github.com/isucon /isucandar/failure.TestPrint:
95
+ // ~/src/github.com/isucon /isucandar/failure/failure_test.go:10
96
96
// - original error message
97
97
98
98
// 最も最近つけられた ErrorCode は以下のように取得できます。
@@ -274,8 +274,8 @@ parallel.Reset()
274
274
275
275
## Author
276
276
277
- Sho Kusano < rosylilly @aduca.org>
277
+ Sho Kusano < isucon @aduca.org>
278
278
279
279
## License
280
280
281
- See [ LICENSE] ( https://github.com/rosylilly /isucandar/blob/master/LICENSE )
281
+ See [ LICENSE] ( https://github.com/isucon /isucandar/blob/master/LICENSE )
Original file line number Diff line number Diff line change 8
8
"sync"
9
9
"sync/atomic"
10
10
11
- "github.com/rosylilly /isucandar/failure"
11
+ "github.com/isucon /isucandar/failure"
12
12
"golang.org/x/net/html"
13
13
"golang.org/x/net/html/atom"
14
14
)
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- "github.com/rosylilly /isucandar/failure"
11
+ "github.com/isucon /isucandar/failure"
12
12
)
13
13
14
14
func TestNoCookie (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package isucandar
3
3
import (
4
4
"context"
5
5
"fmt"
6
- "github.com/rosylilly /isucandar/failure"
7
- "github.com/rosylilly /isucandar/parallel"
6
+ "github.com/isucon /isucandar/failure"
7
+ "github.com/isucon /isucandar/parallel"
8
8
"sync"
9
9
"time"
10
10
)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package isucandar
2
2
3
3
import (
4
4
"context"
5
- "github.com/rosylilly /isucandar/failure"
6
- "github.com/rosylilly /isucandar/score"
5
+ "github.com/isucon /isucandar/failure"
6
+ "github.com/isucon /isucandar/score"
7
7
)
8
8
9
9
type BenchmarkResult struct {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package isucandar
2
2
3
3
import (
4
4
"context"
5
- "github.com/rosylilly /isucandar/failure"
6
- "github.com/rosylilly /isucandar/score"
5
+ "github.com/isucon /isucandar/failure"
6
+ "github.com/isucon /isucandar/score"
7
7
"sync"
8
8
)
9
9
Original file line number Diff line number Diff line change 6
6
"testing"
7
7
"time"
8
8
9
- "github.com/rosylilly /isucandar/failure"
9
+ "github.com/isucon /isucandar/failure"
10
10
)
11
11
12
12
var (
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"fmt"
6
6
7
- "github.com/rosylilly /isucandar/agent"
7
+ "github.com/isucon /isucandar/agent"
8
8
)
9
9
10
10
func main () {
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"math/rand"
7
7
8
- "github.com/rosylilly /isucandar/failure"
8
+ "github.com/isucon /isucandar/failure"
9
9
)
10
10
11
11
var (
Original file line number Diff line number Diff line change 6
6
"sync"
7
7
"time"
8
8
9
- "github.com/rosylilly /isucandar/pubsub"
10
- "github.com/rosylilly /isucandar/worker"
9
+ "github.com/isucon /isucandar/pubsub"
10
+ "github.com/isucon /isucandar/worker"
11
11
)
12
12
13
13
func launchWorker (ctx context.Context , pubsub * pubsub.PubSub , format string ) error {
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"time"
7
7
8
- "github.com/rosylilly /isucandar/worker"
8
+ "github.com/isucon /isucandar/worker"
9
9
)
10
10
11
11
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/rosylilly /isucandar
1
+ module github.com/isucon /isucandar
2
2
3
3
go 1.15
4
4
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"sync/atomic"
6
6
7
- "github.com/rosylilly /isucandar/parallel"
7
+ "github.com/isucon /isucandar/parallel"
8
8
)
9
9
10
10
var (
You can’t perform that action at this time.
0 commit comments