Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e15d75

Browse files
committed
ci/bench.sh: Add
1 parenta6b9464 commit4e15d75

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

‎.github/workflows/daily.yml‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ concurrency:
88
cancel-in-progress:true
99

1010
jobs:
11-
ci:
11+
bench:
12+
runs-on:ubuntu-latest
13+
steps:
14+
-uses:actions/checkout@v4
15+
-uses:actions/setup-go@v4
16+
with:
17+
go-version-file:./go.mod
18+
-run:AUTOBAHN=1 ./ci/bench.sh
19+
test:
1220
runs-on:ubuntu-latest
1321
steps:
1422
-uses:actions/checkout@v4

‎ci/bench.sh‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
set -eu
3+
cd --"$(dirname"$0")/.."
4+
5+
gotest --bench=."$@" ./...
6+
(
7+
cd ./internal/thirdparty
8+
gotest --bench=."$@" ./...
9+
)

‎make.sh‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ cd -- "$(dirname "$0")"
55
./ci/fmt.sh
66
./ci/lint.sh
77
./ci/test.sh
8+
./ci/bench.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp