Skip to content

Commit

Permalink
Revert "Increase update_hint_regression problem size to 1000 (pytorch…
Browse files Browse the repository at this point in the history
…#136434)"

This reverts commit 3116fbd.

Reverted pytorch#136434 on behalf of https://github.com/ezyang due to whoops, this is too slow ([comment](pytorch#136434 (comment)))
  • Loading branch information
pytorchmergebot committed Sep 24, 2024
1 parent ebfcbe0 commit 064093a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@


class Benchmark(BenchmarkBase):
N = 1000
N = 20

def name(self):
return "update_hint_regression_1000"
return "update_hint_regression"

def description(self):
return "information at https://github.com/pytorch/pytorch/pull/129893"
Expand Down

0 comments on commit 064093a

Please sign in to comment.