Bench fcs zkp#1373
Conversation
cae6da9 to
1474e0e
Compare
eefc01a to
2dc9e5f
Compare
6029aa0 to
b8e8a5d
Compare
3c5bbfd to
b1591b6
Compare
| @@ -0,0 +1,36 @@ | |||
| # Setting up 2 nodes Benchmarking on 2 Severs | |||
|
|
|||
| To setup AWS EC2 nodes See: [AWS Setup 2 Machines](../../../token/core/zkatdlog/nogh/v1/validator/bench/transfer_service/aws_setup_2_machines.md) | |||
There was a problem hiding this comment.
Make it general and say if we want to run the benchmark on AWS: ... setting link.
There was a problem hiding this comment.
Is that setting relevant for AWS only?
There was a problem hiding this comment.
setting_up_nodes.md is general and links to aws_setup_2_machines.md which is AWS specific setup.
Some settings where used on AWS only - alot of overlap though
There was a problem hiding this comment.
To setup AWS EC2 nodes See: [AWS Setup 2 Machines]
Setting up 2 nodes Benchmarking on 2 Severs (General)
| @@ -0,0 +1,49 @@ | |||
| /* | |||
There was a problem hiding this comment.
What is the deference between transfer_zk_only and transfer_service?
if we need transfer_zk_only .. then we need to describe it un the docs and indicated the deferences between these two.
| } | ||
| } | ||
|
|
||
| func BenchmarkTranferRegression2in2out(b *testing.B) { |
There was a problem hiding this comment.
I that test described in on of the documentation files?
if not maybe t add it to this doc: docs/drivers/benchmark/core/dlognogh/dlognogh_regression.md
by the way we need this test? is it the same as the parallel regression test?
Do we have it in our graphs and results that we reported?
| // f. TransferApplicationDataValidate [validates metadata] | ||
| // 4. After all validators pass, it checks that all metadata have been validated | ||
|
|
||
| func (q *TransferServiceView) Call(viewCtx view.Context) (interface{}, error) { |
There was a problem hiding this comment.
TransferServiceView is misleading as a name cause a token request validation is exeuted by the view. Please, rename it.
There was a problem hiding this comment.
renamed TransferServiceView to TransferServiceTokenValidationView
Signed-off-by: Effi-S <effi.szt@gmail.com>
|
Hi, @adecaro I addressed your comments. Please let me know if you have more. |
We are adding ZKP Benchmarking to test overhead of FSC nodes on TPS