Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.49 KB

File metadata and controls

42 lines (32 loc) · 1.49 KB

$ python benchmark_buble.py


bubble sort benchmark test start


============================================================ test ruby bubble sort Start:

ruby bubble sortrun 100 times total time is : 0:00:01.424333 test ruby bubble sort end

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

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

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

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

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

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

============================================================ test C bubble sort Start:

C bubble sortrun 100 times total time is : 0:00:00.622323 test C bubble sort end


bubble sort benchmark test End