1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-4500 Revive perf tests

This commit is contained in:
Mikhail Iudin 2024-11-14 18:06:53 +01:00
parent 7653e88ab4
commit 04989eb4d7
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
6 changed files with 7 additions and 7 deletions

View file

@ -169,11 +169,11 @@ func GrpcAccountCreate(workspace, networkMode, staging string) string {
}' localhost:31007 anytype.ClientCommands.AccountCreate`
}
func GrpcMetricsSetParameters() string {
func GrpcInitialSetParameters() string {
return `grpcurl -import-path ../anytype-heart/ -proto pb/protos/service/service.proto -plaintext -d '{
"platform": "test",
"version": "0.0.0-test"
}' localhost:31007 anytype.ClientCommands.MetricsSetParameters`
}' localhost:31007 anytype.ClientCommands.InitialSetParameters`
}
func StartAnytypeBackground() error {