Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.11 KB

File metadata and controls

31 lines (25 loc) · 1.11 KB

1.build go file with go build bubble_sort.go 2.python benchmark_buble.py output: $ python benchmark_buble.py


bubble sort benchmark test start


============================================================ test python bubble sort Start:

python bubble sortrun 100 times total time is : 0:00:03.458957 test python bubble sort end

============================================================ test perl bubble sort Start:

perl bubble sortrun 100 times total time is : 0:00:01.680204 test perl bubble sort end

============================================================ test go bubble sort Start:

go bubble sortrun 100 times total time is : 0:00:00.980326 test go bubble sort end


bubble sort benchmark test End