Skip to content
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

Benchmark for scaling in N of independent resources #1041

Merged
merged 22 commits into from
Jul 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
4096 was too slow, try lower settings first
  • Loading branch information
t0yv0 committed Jul 8, 2021
commit c6088b04bb1daf8f1ea4e2904dc5b3855d7c4936
8 changes: 4 additions & 4 deletions misc/test/performance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ func TestGoManyResources(t *testing.T) {
{suffix: "-64-ALPHA-V2", resources: 64, payloadBytes: 8},
{suffix: "-128-ALPHA-V2", resources: 128, payloadBytes: 8},
{suffix: "-256-ALPHA-V2", resources: 256, payloadBytes: 8},
{suffix: "-512-ALPHA-V2", resources: 512, payloadBytes: 8},
{suffix: "-1024-ALPHA-V2", resources: 1024, payloadBytes: 8},
{suffix: "-2028-ALPHA-V2", resources: 2048, payloadBytes: 8},
{suffix: "-4096-ALPHA-V2", resources: 4096, payloadBytes: 8},
// {suffix: "-512-ALPHA-V2", resources: 512, payloadBytes: 8},
// {suffix: "-1024-ALPHA-V2", resources: 1024, payloadBytes: 8},
// {suffix: "-2028-ALPHA-V2", resources: 2048, payloadBytes: 8},
// {suffix: "-4096-ALPHA-V2", resources: 4096, payloadBytes: 8},
}

check := func(t *testing.T, cfg manyResourcesConfig) {
Expand Down