Skip to content

Commit de1e231

Browse files
committed
feat: add go-runner
1 parent 90fa223 commit de1e231

File tree

71 files changed

+6921
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+6921
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go-runner/testdata/raw_results/*.json filter=lfs diff=lfs merge=lfs -text

.gitmodules

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[submodule "go-runner/testdata/projects/fzf"]
2+
path = go-runner/testdata/projects/fzf
3+
url = https://github.com/junegunn/fzf
4+
[submodule "go-runner/testdata/projects/opentelemetry-go"]
5+
path = go-runner/testdata/projects/opentelemetry-go
6+
url = https://github.com/open-telemetry/opentelemetry-go
7+
[submodule "go-runner/testdata/projects/golang-benchmarks"]
8+
path = go-runner/testdata/projects/golang-benchmarks
9+
url = https://github.com/SimonWaldherr/golang-benchmarks
10+
[submodule "go-runner/testdata/projects/fuego"]
11+
path = go-runner/testdata/projects/fuego
12+
url = https://github.com/go-fuego/fuego
13+
[submodule "go-runner/testdata/projects/hugo"]
14+
path = go-runner/testdata/projects/hugo
15+
url = https://github.com/gohugoio/hugo/
16+
[submodule "go-runner/testdata/projects/zerolog"]
17+
path = go-runner/testdata/projects/zerolog
18+
url = https://github.com/rs/zerolog
19+
[submodule "go-runner/testdata/projects/zap"]
20+
path = go-runner/testdata/projects/zap
21+
url = https://github.com/uber-go/zap
22+
[submodule "go-runner/testdata/projects/cli-runtime"]
23+
path = go-runner/testdata/projects/cli-runtime
24+
url = https://github.com/kubernetes/cli-runtime

go-runner/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build-*/
2+
target/
3+
.codspeed

0 commit comments

Comments
 (0)