]> git.parisson.com Git - language-benchmark.git/commit
add first c, py, pyx benchs
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 17 Oct 2014 12:06:53 +0000 (14:06 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 17 Oct 2014 12:06:53 +0000 (14:06 +0200)
commit8a02b9cdfdba90db7987fdd9136977051116733f
treeed7b32fb775d3768528a4f985d7a250c40fe49a4
add first c, py, pyx benchs
19 files changed:
.gitignore [new file with mode: 0644]
c/tictoc [new file with mode: 0755]
c/tictoc.c [new file with mode: 0644]
py/.tictoc_1.py.kate-swp [new file with mode: 0644]
py/tictoc_0.1.py [new file with mode: 0644]
py/tictoc_0.py [new file with mode: 0644]
py/tictoc_1.py [new file with mode: 0644]
py/tictoc_2.py [new file with mode: 0644]
py/tictoc_3.py [new file with mode: 0644]
py/tt_test_2.py [new file with mode: 0644]
py/tt_test_3.py [new file with mode: 0644]
pyx/setup_0.py [new file with mode: 0644]
pyx/setup_1.py [new file with mode: 0644]
pyx/tictoc_0.c [new file with mode: 0644]
pyx/tictoc_0.pyx [new file with mode: 0644]
pyx/tictoc_0.so [new file with mode: 0755]
pyx/tictoc_1.c [new file with mode: 0644]
pyx/tictoc_1.pyx [new file with mode: 0644]
pyx/tictoc_1.so [new file with mode: 0755]