Skip to content
#

benchmark-framework

Here are 86 public repositories matching this topic...

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
PhilippWendler
PhilippWendler commented Apr 8, 2020

The HTML tables have state that defines which columns are currently shown. Sometimes it is nice to be able to link to tables with only a subset of columns shown (for example, when linking to regression tables in a bug report irrelevant columns can be hidden from view).

To enable this, we need to add the definition of visible columns to the state that is managed as part of the URL from #550.

Improve this page

Add a description, image, and links to the benchmark-framework 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 benchmark-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.