Python->C: Add link to source code
diff --git a/site/_posts/blog/2019-01-22-python.md b/site/_posts/blog/2019-01-22-python.md
index cb9ed21..33d0648 100644
--- a/site/_posts/blog/2019-01-22-python.md
+++ b/site/_posts/blog/2019-01-22-python.md
@@ -165,4 +165,15 @@
 a good understanding of the CPython C-API/internals. From the tested approaches
 this one requires the most glue code.
 
+### Setup & Source Code
+
+All tests were run on the following system:
+
+* Intel(R) Core(TM) i7-3770
+* 16GB DDR3-1600MHz
+* Ubuntu 16.04 / Linux kernel version 4.4.0-142
+* CPython 3.5.2
+
+The source code is available on [GitHub](https://github.com/zrlio/Python-c-benchmark)
+