File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed
internal/benchrunner/runners Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2
+ // or more contributor license agreements. Licensed under the Elastic License;
3
+ // you may not use this file except in compliance with the Elastic License.
4
+
1
5
package common
2
6
3
7
import (
4
8
"errors"
5
9
"fmt"
6
- "github.com/elastic/go-ucfg/yaml"
7
10
"os"
8
11
"path/filepath"
9
12
"strings"
13
+
14
+ "github.com/elastic/go-ucfg/yaml"
10
15
)
11
16
12
17
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ import (
9
9
_ "embed"
10
10
"encoding/json"
11
11
"fmt"
12
- "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
13
12
"io"
14
13
"sync"
15
14
"sync/atomic"
16
15
"time"
17
16
17
+ "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
18
+
18
19
"github.com/elastic/elastic-package/internal/elasticsearch"
19
20
"github.com/elastic/elastic-package/internal/elasticsearch/ingest"
20
21
"github.com/elastic/elastic-package/internal/logger"
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ package rally
7
7
import (
8
8
"encoding/json"
9
9
"fmt"
10
- "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
11
10
"strings"
12
11
"time"
13
12
13
+ "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
14
+
14
15
"github.com/dustin/go-humanize"
15
16
"github.com/jedib0t/go-pretty/table"
16
17
"github.com/jedib0t/go-pretty/text"
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import (
12
12
"encoding/json"
13
13
"errors"
14
14
"fmt"
15
- "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
16
15
"io"
17
16
"net/http"
18
17
"os"
@@ -22,6 +21,8 @@ import (
22
21
"text/template"
23
22
"time"
24
23
24
+ "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
25
+
25
26
"github.com/elastic/elastic-package/internal/packages/installer"
26
27
27
28
"github.com/magefile/mage/sh"
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import (
10
10
"encoding/json"
11
11
"errors"
12
12
"fmt"
13
- "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
14
13
"io"
15
14
"net/http"
16
15
"os"
@@ -19,6 +18,8 @@ import (
19
18
"sync"
20
19
"time"
21
20
21
+ "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
22
+
22
23
"github.com/elastic/elastic-package/internal/packages/installer"
23
24
24
25
"github.com/google/uuid"
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ package system
7
7
import (
8
8
"errors"
9
9
"fmt"
10
- "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
11
10
"os"
12
11
"path/filepath"
13
12
"time"
14
13
14
+ "github.com/elastic/elastic-package/internal/benchrunner/runners/common"
15
+
15
16
"github.com/aymerick/raymond"
16
17
"github.com/elastic/go-ucfg"
17
18
"github.com/elastic/go-ucfg/yaml"
You can’t perform that action at this time.
0 commit comments