-
Notifications
You must be signed in to change notification settings - Fork 322
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
Simplify a benchmarking test function #3111
Conversation
This pull request was exported from Phabricator. Differential Revision: D66398976 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3111 +/- ##
==========================================
- Coverage 95.43% 95.42% -0.01%
==========================================
Files 503 503
Lines 50264 50269 +5
==========================================
+ Hits 47967 47970 +3
- Misses 2297 2299 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Summary: Simplified a function. I'm splitting off parts of D66313060 to make it easlier to review. I also removed some unused pyre-ignores (I'm not sure what changed). Reviewed By: Balandat Differential Revision: D66398976
0859145
to
73a654c
Compare
This pull request was exported from Phabricator. Differential Revision: D66398976 |
Summary: Simplified a function. I'm splitting off parts of D66313060 to make it easlier to review. I also removed some unused pyre-ignores (I'm not sure what changed). Reviewed By: Balandat Differential Revision: D66398976
…Function` a " n_steps" attribute (facebook#3110) Summary: Differentiating between step and time will be needed when we allow different steps to take different amounts of time. The new attribute is not needed yet, but will be in the next diff. This PR: * Changes docstring references to "time intervals" to "epochs" (now more sharply differentiating them from "virutal seconds") * Gives `BenchmarkTestProblem` an attribute `n_epochs` * Change the MapData key from "t" to "epoch" Differential Revision: D66397779
Summary: Simplified a function. I'm splitting off parts of D66313060 to make it easlier to review. I also removed some unused pyre-ignores (I'm not sure what changed). Reviewed By: Balandat Differential Revision: D66398976
73a654c
to
e610c84
Compare
This pull request was exported from Phabricator. Differential Revision: D66398976 |
This pull request has been merged in e4cdeca. |
Summary: Simplify a function. I'm splitting off parts of D66313060 to make it easlier to review.
Differential Revision: D66398976