-
Updated
May 23, 2020 - Python
benchmark
Here are 2,141 public repositories matching this topic...
-
Updated
Jul 1, 2020
For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
 could be clarified a bit, e.g. in updates-ii 'query' is highlighted as a symbol, but in iii 'queries' is highlighted as a symbol, which is confusing as to what the correct parameter name is. I think the former might be a formatting typo.
Also, it refers to it as a query parameter, whereas in mult
Describe the bug
We are using clang 8 with libc++ with libc++'s thread annotation enabled by -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS globally. However, it conflicts with benchmark's mutex wrapper's thread annotation.
System
Which OS, compiler, and compiler version are you using:
- OS: Linux
- Compiler and version: clang 8 with libc++
To reproduce
Steps to reproduc
Hi,
The results computed here could be difficult to read and their is no documentation about how they are computed.
The idea is to display :
- CPU / RAM of sieger
- CPU / RAM of targets
- Runtime / flag compilation
- Steps (warm-up ...)
- Sieger tool
- Sieger options
Results,
Supersed #68
Document methodology
It would be useful to have some documentation on the recommended approach for generating UUIDs from Lua sysbench scripts. Some all-Lua uuid modules out there are actually not thread-safe and require hacks to get to work properly.
However, there is a thread-safe FFI/cdef-based UUID generation Lua module here:
https://github.com/AlexWoo/lua-uuid/blob/master/uuid.lua
It would be good to eith
-
Updated
Apr 22, 2020
I stumbled across <interaction> and ts_interaction_server, but I'm not sure what the use case is or how it is supposed to be used.
Has anyone used this recently and can add some documentation? Or explain to me how this works and I'll write something.
/cc @nniclausse
-
Updated
Jul 2, 2020 - Python
-
Updated
Jan 15, 2020
I changed a benchmark to do twice as much work per iteration, and added a multiplier of 2 in the .throughput() to account for this. Time taken per iteration went up, but so did throughput. However criterion reported this as a regression, which is wrong/misleading.
When throughput is provided, "regression" and "improvement" labels should probably be based on throughput rather than time per ite
Remove Unsafe Blocks
-
Updated
Jun 21, 2020 - Go
Hi, I'm looking around for test my linux based machine whit docker but don't see the 'how to' anywhere, someone know how to run the official test suite?
http://www.phoronix-test-suite.com/documentation/
thanks in advance,
There should be a more intuitive way to select the size range on which benchmarks are run.
The chart has an option to highlight the active range. We could make that highlight interactive, for example: let me drag the endpoints of the highlighted range to change it.
We should still display the exact numerical value of the current size range somewhere on the toolbar, but the current popup butt
As far as I understand according to #228 the preparation code output should be stripped of any and all <script> tags, yet it only strips the first script tag it finds. This is due to String.prototype.replace() stopping after the first match unless a RegExp with the global flag is used.
However d
-
Updated
Jun 10, 2020 - Python
-
Updated
Nov 30, 2017 - Objective-C
-
Updated
Jun 11, 2018 - C
-
Updated
Apr 18, 2020 - Python
-
Updated
May 15, 2020
更新首页文档
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
更新首页信息
1 增加版本说明
2 简化说明文案
Describe alternatives you've considered
N/A
Additional context
N/A
-
Updated
Jul 30, 2017 - Jupyter Notebook
If you modify jmh-extras and run the with-FlightRecorderProfiler scripted test, the local modifications won't be picked up. The reason is that the scripted test doesn't set the version of extras so the default (non snapshot) version is used.
The workaround is:
diff --git a/plugin/src/sbt-test/sbt-jmh/with-FlightRecorderProfiler/build.sbt b/plugin/src/sbt-test/sbt-jmh/with-FlightRecorImprove 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 can't test shell aliases and function, can it? :)