You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2019/02/11 10:50:48 UTC

[incubator-crail-website] branch master updated: Python->C: Add link to source code

This is an automated email from the ASF dual-hosted git repository.

pepperjo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-crail-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d7756a  Python->C: Add link to source code
3d7756a is described below

commit 3d7756a916e6ae74715a07fbaf360d64e02ee7b3
Author: Jonas Pfefferle <pe...@apache.org>
AuthorDate: Mon Feb 11 11:50:25 2019 +0100

    Python->C: Add link to source code
---
 site/_posts/blog/2019-01-22-python.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

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 @@ is feasible however as shown above to get the best performance one needs
 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)
+