Skip to content
#

benchmarking

Here are 700 public repositories matching this topic...

tsenart
tsenart commented Jul 5, 2018

Documentation overhaul

Vegeta's documentation today is OK, but it can be substantially improved. This issue is meant to track ideas and needs for better documentation.

examples/ directory

All common (or not so common) recipes and examples ought to be captured in an appropriately named file in the examples/ directory, be they CLI or library related.

The README should be reduc

robooo
robooo commented Nov 14, 2018

I can't find any other explanation or formulas for results like median, average, min/max, req/sec in documentation, readme or web page. On the documentation page I tried basic scenario to search result/s and get no relevant page.

I found this question on stackoverflow, so I'm not only one who didn't understand it
https://stackoverflow.com/questions/39665250/locust-result-summary-how-to-underst

BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

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-
![image](https://user-images.github

flobee
flobee commented Sep 2, 2019

Hi. It can make sense having a structure like this (base on phpunit) to add phpbench in complex structure:

tests/src/module/a/controller/AControllerTest.php
tests/src/module/a/controller/BControllerTest.php
tests/src/module/a/controller/CControllerTest.php

to:
tests/src/module/a/controller/AControllerBench.php
tests/src/module/a/controller/AControllerTest.php
tests/src/module/a/con
PragTob
PragTob commented Dec 18, 2016

For different use cases, like bencheeorg/benchee_html#10 it'd be great to have statistics about statistics - what I'd call "meta statistics" - although there's probably some better real statistics name for this :)

What should be in there (that I know of so far):

  • job size (how many jobs are in there)
  • minimum of run times over all jobs
  • maximum of run times over all jobs

This should be

tusty53
tusty53 commented Jun 25, 2019

This might be a detail but I believe it's preferable to use the term "Fabric" rather than "Hyperledger".
While the full name of the technology is "Hyperledger Fabric" the first part comes from the foundation that owns the project and has such naming convention for all of its inventions - "Hyperledger Calliper", "Hyperledger Sawtooth", "Hyperledger Aries" etc.
Using name "Fabric" would not only

Improve this page

Add a description, image, and links to the benchmarking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the benchmarking topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.