You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server --> Benchmarks just the server. Implemented using cargo bench
E2E --> Benchmarks from the SDKs. Implementation depends on the language. Because every client should have the same behavior, there should exist a general blueprint so we can compare each language's benchmark as well as compare to previous results so we can monitor performance improvements and downgrades.
Server Benchmarks
Task creation speed
Task query speed
E2E SDK Benchmarks
Publisher
Task creation speed
Task result query speed
Worker
Task pulling speed
Task result submission speed
E2E
Time to complete 10k tasks with N workers (we can use a matrix method to test with 1, 2, 4, 8, 16, 32 workers).
The text was updated successfully, but these errors were encountered:
Benchmarks Types
There are two types of benchmarks:
cargo bench
Server Benchmarks
E2E SDK Benchmarks
Publisher
Worker
E2E
The text was updated successfully, but these errors were encountered: