-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to perform testing #1298
Comments
|
Then how can i check the througput? What tests should i follow? |
Good question. I don't have an answer. Perhaps others can help. Perhaps run:
|
@sachushaji from the screen shots it seems you were able to get |
Hi @ryanRfox. I wanted to test it at my local machine to check whether it reaches the specified throughput level and verifiy it myself. Most of the popular projects enables this by specifying standard testing codes so as to verify the throughput, but I couldn't find any here. Can you shed some light into this issue? |
@sachushaji IMHO so-called standard testing code is more for testing performance of running hardware but not the software. |
I also want the same thing..with minimal hatdware spec whats the throughput and latency the network can achieve. @abitmore : without generating blocks? Sigcheck_benchmark is for private testnet throughput? |
@abitmore I tried to run the performance tests as you mentioned but it gets an error |
@sachushaji As I said that commented out test code doesn't make sense. If you want to try it, best if you can try to fix it by yourself and tell us the result of the test and submit a pull request. Thanks. |
@abitmore okay, will try |
@pmconrad Did you post your 100k benchmark demo from your BitFest talk? Perhaps that will assist @sachushaji |
See #1337 |
Fixed by #1337. |
Bug Description
I was trying to test the performance testing for the implementation , but i am not able to test its performance. I followed the steps specified in the documentation but didn't gave any results.
Impacts
Not able to confirm whether the implementation achieves the specified transaction rates.
Steps To Reproduce
1.Successfully built dependencies and was able to launch the witness node.
2.Followed the steps specified in the testing document and was not able to launch the witness node.
3.Entered into the directory /programs/witness_node and executed the command.Tried out specific tests as mentioned in the document and got error.
Screenshots
The text was updated successfully, but these errors were encountered: