Skip to content

Commit c962ee1

Browse files
authored
Merge pull request #33 from metno/tools_directory
move benchmarker to tools directory. Closes #29
2 parents b2b9a28 + 201d5dd commit c962ee1

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"sync"
1212
"time"
1313

14-
"github.com/metno/forti/benchmarker/internal/fortigrpc"
15-
"github.com/metno/forti/benchmarker/internal/fortihttp"
14+
"github.com/metno/forti/tools/benchmarker/internal/fortigrpc"
15+
"github.com/metno/forti/tools/benchmarker/internal/fortihttp"
1616
)
1717

1818
func main() {

benchmarker/internal/fortigrpc/fortigrpc.go renamed to tools/benchmarker/internal/fortigrpc/fortigrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"log"
77
"time"
88

9-
"github.com/metno/forti/benchmarker/internal/location"
109
"github.com/metno/forti/internal/internalprotocol"
10+
"github.com/metno/forti/tools/benchmarker/internal/location"
1111
"google.golang.org/grpc"
1212
"google.golang.org/grpc/credentials/insecure"
1313
)

benchmarker/internal/fortihttp/fortihttp.go renamed to tools/benchmarker/internal/fortihttp/fortihttp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
"time"
1111

12-
"github.com/metno/forti/benchmarker/internal/location"
12+
"github.com/metno/forti/tools/benchmarker/internal/location"
1313
)
1414

1515
type FortiHTTP struct {
File renamed without changes.

0 commit comments

Comments
 (0)