Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2013-10-30 02:45:25 +0400
committerMatthieu Aubry <matt@piwik.org>2013-10-30 02:45:25 +0400
commit6c160c696f0385906d79d05d96d5965541a1f9fe (patch)
tree45de38091b4bbdb85d6363a2b8747264327431cb /tests/PHPUnit/Benchmarks
parent34a6bd00b57303645438af2ad4b3f013d82aa557 (diff)
Update and rename README.txt to README.md
Diffstat (limited to 'tests/PHPUnit/Benchmarks')
-rw-r--r--tests/PHPUnit/Benchmarks/README.md (renamed from tests/PHPUnit/Benchmarks/README.txt)11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/PHPUnit/Benchmarks/README.txt b/tests/PHPUnit/Benchmarks/README.md
index d9c2bbaab9..3b7677e072 100644
--- a/tests/PHPUnit/Benchmarks/README.txt
+++ b/tests/PHPUnit/Benchmarks/README.md
@@ -1,9 +1,8 @@
- BENCHMARKS TESTS
-===================
+
Piwik comes with a system that can be used to benchmark certain Piwik processes. The benchmarking
system relies both on PHPUnit and VisualPHPUnit.
-- Benchmarks & Fixtures -
+== Benchmarks & Fixtures
Piwik's benchmarks are written as unit tests. Except, they don't setup the database by themselves.
Instead, there are several 'fixture' classes that do the setup. You can mix and match different
@@ -13,7 +12,7 @@ For example, you can test how long it takes to generate reports for one site wit
in one day, or you can test how long it takes to generate reports for 1,000 sites w/ 12 visits
each on one day, simply by changing the fixture.
-- Running Benchmarks -
+== Running Benchmarks
To run a benchmark, first load VisualPHPUnit by pointing your browser to:
@@ -51,7 +50,7 @@ http://path/to/piwik/trunk/tests/lib/visualphpunit/
NOTE: You cannot at present run more than one benchmark, so make sure you only select one.
-- Included Benchmarks and Fixtures -
+== Included Benchmarks and Fixtures
These are the benchmarks currently written for Piwik:
@@ -80,7 +79,7 @@ These are the fixtures currently included with Piwik:
website with ~230,000 visits on one day. There are around ~2.3 pageviews per visit and
each visit resulted in at least one conversion.
-- Benchmarking with git -
+== Benchmarking with git
If you use git, you can use the benchmarking system to easily see if there are performance
regressions caused by your changes.