-
Updated
Jul 22, 2020 - Python
benchmark
Here are 2,357 public repositories matching this topic...
-
Updated
Oct 11, 2020
The Job
and Toolchain
columns are redundant, Runtime
is all we need:
I see this very often when our users are presenting BDN results at conferences|meetups etc
The Job
column should remain visible when the user has set the Job id in explicit way.
/cc @stephentoub
-
Updated
Nov 27, 2020 - Java
In #466 a description about how to "disable" CPU performance scaling on Linux was added. It works by setting the cpufreq governor to performance
(which is arguably not the only way to stabilize CPU frequency) and, later after the benchmark is done, setting that to powersave
.
I personally think it's more appropriate to memorize what the previous governor was by a simple shell variable, and l
-
Updated
Nov 27, 2020 - PHP
-
Updated
Jul 20, 2020
-
Updated
Nov 16, 2020 - Erlang
-
Updated
Nov 12, 2020 - Python
-
Updated
Oct 3, 2020
-
Updated
Nov 7, 2020 - Rust
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 17, 2020 - Go
-
Updated
Nov 25, 2020 - PHP
-
Updated
Dec 19, 2018 - Swift
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Nov 30, 2017 - Objective-C
-
Updated
Aug 5, 2020 - Python
-
Updated
May 15, 2020
-
Updated
Jun 11, 2018 - C
-
Updated
Jul 28, 2020 - C++
-
Updated
Jul 30, 2017 - Jupyter Notebook
-
Updated
Nov 3, 2020 - 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."
I would like to parameterize the command name based on the parameters from the parameter list
Currently the
--command-name
only seem to take into account the first one in the list it would be nice if we could parametrerize the--command-name
with the<VAR>
as we do in the actual commandHere is a concrete example I'm running