1.build bubble_sort.c file with gcc bubble_sort.c -o "bu_c.out" 2.python benchmark_buble.py output:
$ python benchmark_buble.py
bubble sort benchmark test start
============================================================ test python bubble sort Start:
============================================================ test perl bubble sort Start:
============================================================ test go bubble sort Start:
============================================================ test C bubble sort Start:
bubble sort benchmark test End