Skip to content

Commit 95fee2e

Browse files
perform the test for 2 seconds
1 parent 7148ea4 commit 95fee2e

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/world-benchmark-1-22-1.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
go-version: '1.22.1'
5050

5151
- name: Perform the benchmark
52-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=4
52+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=4
5353

5454

5555
benchmark-8-cpu:
@@ -63,7 +63,7 @@ jobs:
6363
go-version: '1.22.1'
6464

6565
- name: Perform the benchmark
66-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=8
66+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=8
6767

6868

6969
benchmark-16-cpu:
@@ -77,7 +77,7 @@ jobs:
7777
go-version: '1.22.1'
7878

7979
- name: Perform the benchmark
80-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=16
80+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=16
8181

8282

8383
benchmark-32-cpu:
@@ -91,7 +91,7 @@ jobs:
9191
go-version: '1.22.1'
9292

9393
- name: Perform the benchmark
94-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=32
94+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=32
9595

9696
benchmark-64-cpu:
9797
runs-on: ubuntu-latest
@@ -104,4 +104,4 @@ jobs:
104104
go-version: '1.22.1'
105105

106106
- name: Perform the benchmark
107-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=64
107+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=64

.github/workflows/world-benchmark-1-22-4.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
go-version: '1.22.4'
5050

5151
- name: Perform the benchmark
52-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=4
52+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=4
5353

5454

5555
benchmark-8-cpu:
@@ -63,7 +63,7 @@ jobs:
6363
go-version: '1.22.4'
6464

6565
- name: Perform the benchmark
66-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=8
66+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=8
6767

6868

6969

@@ -78,7 +78,7 @@ jobs:
7878
go-version: '1.22.4'
7979

8080
- name: Perform the benchmark
81-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=16
81+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=16
8282

8383

8484
benchmark-32-cpu:
@@ -92,7 +92,7 @@ jobs:
9292
go-version: '1.22.4'
9393

9494
- name: Perform the benchmark
95-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=32
95+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=32
9696

9797
benchmark-64-cpu:
9898
runs-on: ubuntu-latest
@@ -105,4 +105,4 @@ jobs:
105105
go-version: '1.22.4'
106106

107107
- name: Perform the benchmark
108-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=64
108+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=64

.github/workflows/world-benchmark-1-25.4.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
go-version: '1.22.4'
5050

5151
- name: Perform the benchmark
52-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=4
52+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=4
5353

5454

5555
benchmark-8-cpu:
@@ -63,7 +63,7 @@ jobs:
6363
go-version: '1.22.4'
6464

6565
- name: Perform the benchmark
66-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=8
66+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=8
6767

6868

6969

@@ -78,7 +78,7 @@ jobs:
7878
go-version: '1.22.4'
7979

8080
- name: Perform the benchmark
81-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=16
81+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=16
8282

8383

8484
benchmark-32-cpu:
@@ -92,7 +92,7 @@ jobs:
9292
go-version: '1.22.4'
9393

9494
- name: Perform the benchmark
95-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=32
95+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=32
9696

9797
benchmark-64-cpu:
9898
runs-on: ubuntu-latest
@@ -105,4 +105,4 @@ jobs:
105105
go-version: '1.22.4'
106106

107107
- name: Perform the benchmark
108-
run: cd world && go test -bench=. -benchmem -benchtime=1s -cpu=64
108+
run: cd world && go test -bench=. -benchmem -benchtime=2s -cpu=64

0 commit comments

Comments
 (0)