Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zuqq committed Jun 29, 2023
1 parent 4c2e797 commit c868156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduler/scheduling_algo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ func BenchmarkNodeDbConstruction(b *testing.B) {
for e := 1; e <= 4; e++ {
numNodes := int(math.Pow10(e))
b.Run(fmt.Sprintf("%d nodes", numNodes), func(b *testing.B) {
jobs := testfixtures.N1CpuJobs("queue-alice", testfixtures.PriorityClass0, 32*numNodes)
jobs := testfixtures.N1Cpu4GiJobs("queue-alice", testfixtures.PriorityClass0, 32*numNodes)
nodes := testfixtures.N32CpuNodes(numNodes, testfixtures.TestPriorities)
for i, node := range nodes {
for j := 32 * i; j < 32*(i+1); j++ {
Expand Down

0 comments on commit c868156

Please sign in to comment.