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

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-09-11 17:16:12 +0300
committeronqtam <vik.kirilov@gmail.com>2017-09-11 17:16:12 +0300
commitef9da5263ac0092ce5662ab6c94b0eaf47a6ce03 (patch)
treeed0b218754c9bcb5cdc506a5bde91ed715990b62
parent0c65bef670dd60a46252b3749ec392823b5d1119 (diff)
updated the bar charts with the new benchmark data1.2.3
-rw-r--r--doc/html_generated/benchmarks.html2
-rw-r--r--doc/markdown/benchmarks.md2
-rw-r--r--scripts/data/benchmarks/asserts.pngbin88139 -> 116599 bytes
-rw-r--r--scripts/data/benchmarks/header.pngbin86817 -> 98766 bytes
-rw-r--r--scripts/data/benchmarks/implement.pngbin67622 -> 80300 bytes
-rw-r--r--scripts/data/benchmarks/runtime_assert.pngbin67337 -> 68656 bytes
-rw-r--r--scripts/data/benchmarks/runtime_info.pngbin71979 -> 64029 bytes
7 files changed, 4 insertions, 0 deletions
diff --git a/doc/html_generated/benchmarks.html b/doc/html_generated/benchmarks.html
index d1605c44..038c20cd 100644
--- a/doc/html_generated/benchmarks.html
+++ b/doc/html_generated/benchmarks.html
@@ -196,6 +196,8 @@ In these particular cases **doctest** makes 0 allocations when the assert doesn'
----------
+The bar charts were generated using [**this google spreadsheet**](https://docs.google.com/spreadsheets/d/1p3MAURUfPzKT7gtJOVuJU2_yVKSqkoD1nbypA1K3618) by pasting the data from the tables.
+
If you want a benchmark that is not synthetic - check out [**this blog post**](http://baptiste-wicht.com/posts/2016/09/blazing-fast-unit-test-compilation-with-doctest-11.html) of [**Baptiste Wicht**](https://github.com/wichtounet) who tested the compile times of the asserts in the 1.1 release with his [**Expression Templates Library**](https://github.com/wichtounet/etl)!
While reading the post - keep in mind that if a part of a process takes 50% of the time and is made 10000 times faster - the overall process would still be only roughly 50% faster.
diff --git a/doc/markdown/benchmarks.md b/doc/markdown/benchmarks.md
index b3262e28..7b76b811 100644
--- a/doc/markdown/benchmarks.md
+++ b/doc/markdown/benchmarks.md
@@ -191,6 +191,8 @@ In these particular cases **doctest** makes 0 allocations when the assert doesn'
----------
+The bar charts were generated using [**this google spreadsheet**](https://docs.google.com/spreadsheets/d/1p3MAURUfPzKT7gtJOVuJU2_yVKSqkoD1nbypA1K3618) by pasting the data from the tables.
+
If you want a benchmark that is not synthetic - check out [**this blog post**](http://baptiste-wicht.com/posts/2016/09/blazing-fast-unit-test-compilation-with-doctest-11.html) of [**Baptiste Wicht**](https://github.com/wichtounet) who tested the compile times of the asserts in the 1.1 release with his [**Expression Templates Library**](https://github.com/wichtounet/etl)!
While reading the post - keep in mind that if a part of a process takes 50% of the time and is made 10000 times faster - the overall process would still be only roughly 50% faster.
diff --git a/scripts/data/benchmarks/asserts.png b/scripts/data/benchmarks/asserts.png
index 26918c4a..e04f8506 100644
--- a/scripts/data/benchmarks/asserts.png
+++ b/scripts/data/benchmarks/asserts.png
Binary files differ
diff --git a/scripts/data/benchmarks/header.png b/scripts/data/benchmarks/header.png
index d07dac75..2bf334ca 100644
--- a/scripts/data/benchmarks/header.png
+++ b/scripts/data/benchmarks/header.png
Binary files differ
diff --git a/scripts/data/benchmarks/implement.png b/scripts/data/benchmarks/implement.png
index 987519d2..212271df 100644
--- a/scripts/data/benchmarks/implement.png
+++ b/scripts/data/benchmarks/implement.png
Binary files differ
diff --git a/scripts/data/benchmarks/runtime_assert.png b/scripts/data/benchmarks/runtime_assert.png
index 28f35292..c7670704 100644
--- a/scripts/data/benchmarks/runtime_assert.png
+++ b/scripts/data/benchmarks/runtime_assert.png
Binary files differ
diff --git a/scripts/data/benchmarks/runtime_info.png b/scripts/data/benchmarks/runtime_info.png
index 073a8ffb..fc6d0b7c 100644
--- a/scripts/data/benchmarks/runtime_info.png
+++ b/scripts/data/benchmarks/runtime_info.png
Binary files differ