benchmark
Here are 3,074 public repositories matching this topic...
-
Updated
Mar 21, 2022 - Python
-
Updated
May 8, 2021
Various characters (e.g. |) if used in a Params will end up invalidating the generated markdown, causing it to render incorrectly. It'd be helpful if benchmarkdotnet could escape the markdown output, e.g. output \| instead of |.
-
Updated
Apr 1, 2022 - Java
Is your feature request related to a problem? Please describe.
The benchmark library recoginzes a command line option --v to set verbosity.
A benchmark program might want to set its own verbosity based on that flag.
Describe the solution you'd like
Have a declaration in the public interface that lets the calling program know the verbosity value.
**Describe alternatives you've
-
Updated
Apr 1, 2022 - PHP
- I have marked all applicable categories:
- exception-raising bug
- RL algorithm bug
- documentation request (i.e. "X is missing from the documentation.")
- new feature request
- I have visited the [source website], and in particular read the [known issues]
- I have searched through the [issue tracker] and [issue categories] for duplicates
- [ ]
-
Updated
Jul 20, 2020
-
Updated
Mar 9, 2022 - Python
-
Updated
Jan 7, 2022 - Python
-
Updated
Mar 27, 2022 - Rust
-
Updated
Nov 25, 2021
-
Updated
Mar 17, 2022 - Erlang
Roadmap of MMAction2
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that you wo
Motivation:
We plan to improve our documentation and tutorials! Users may encounter various problems during the use of MMPose, and we plan to collect all these feedback and provide a more detailed documentation or guidance.
Please feel free to leave a message and create a PR if you are willing to contribute.
Related issues #917, #902, #922
TODO:
- Move some useful discussi
Roadmap of MMPose
-
Updated
Feb 16, 2022 - C#
-
Updated
Mar 8, 2022 - Go
-
Updated
Mar 23, 2022 - PHP
-
Updated
Jun 23, 2021 - JavaScript
-
Updated
Feb 23, 2022 - Swift
-
Updated
Nov 30, 2017 - Objective-C
-
Updated
Feb 28, 2022 - Python
Improve this page
Add a description, image, and links to the benchmark topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the benchmark topic, visit your repo's landing page and select "manage topics."
It would be helpful to see the elapsed time on the initial time measurement.
Right now, I have a very long running benchmark subject sitting at "Initial time measurement" and "ETA 00:00:00"; I'd love to see the elapsed time ticking at least in this case, e.g. as " AT 00:10:23", indicating that hyperfine is 10 minutes 23 seconds into the initial run.