-
Updated
Apr 24, 2021 - Python
benchmark
Here are 2,799 public repositories matching this topic...
-
Updated
May 8, 2021
The original issue was reported in dotnet/performance#1701:
// Benchmark Process Environment Information:
// Runtime=.NET 6.0.0 (6.0.21.11801), X64 RyuJIT
// GC=Concurrent Workstation
// Job: Job-AQTFSE(PowerPlanMode=00000000-0000-0000-0000-000000000000, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
OverheadJitting
-
Updated
Aug 29, 2021 - Java
-
Updated
Aug 30, 2021 - PHP
When compiling benchmark-1.5.6.zip I get lot's of warnings:
cl : command line warning D9025: overriding '/W4' with '/w'
in various .vcxproj files e.g. GoogleBenchmark\test\output_test_helper.vcxproj
System
- OS: Windows 10 21H1
- Compiler and version: Visual Studio Professional 2019 16.11.0
This is because in various project properties the flag -w is set in additional optio
- 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
Aug 25, 2021 - Python
-
Updated
Aug 29, 2021 - Python
-
Updated
Apr 7, 2021 - Erlang
-
Updated
Aug 12, 2021
-
Updated
Aug 10, 2021 - Rust
-
Updated
Aug 7, 2021 - Go
-
Updated
Aug 30, 2021 - TeX
-
Updated
Aug 28, 2021 - PHP
-
Updated
Jun 6, 2021 - Swift
-
Updated
Jun 23, 2021 - JavaScript
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
We are building Chinese Documentation now. PRs of translation from the community are welcomed.
To make the community fully aware of the progress, we list here the documents to translate. Please feel free to leave a message and create a PR if you are willing to translate any one of the listed documents.
Rules
Reference
Roadmap of MMPose
-
Updated
Nov 30, 2017 - Objective-C
-
Updated
Jun 12, 2021 - Python
-
Updated
Feb 15, 2021
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 seems that
--shell
needs to be a single word -- which makes it impossible, amongst others, to testbusybox sh
orzsh --emulate sh
orbash --posix
.Sure, for busybox you can symlink, and for zsh / bash, I suppose you can create a stub script (or small C wrapper) that
exec's
the real shell with prepended options. But of course that perturbs the measurement.It might make sense