Skip to content

Commit f8e1652

Browse files
authored
fix(benchmark): fix concurency config
Signed-off-by: NoneBack <chenlan2333@gmail.com>
1 parent 27efd16 commit f8e1652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
gotaskflow "github.com/noneback/go-taskflow"
88
)
99

10-
var executor = gotaskflow.NewExecutor(1)
10+
var executor = gotaskflow.NewExecutor(6400)
1111

1212
func BenchmarkC32(b *testing.B) {
1313
tf := gotaskflow.NewTaskFlow("G")

0 commit comments

Comments
 (0)