Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 607 Bytes

File metadata and controls

19 lines (15 loc) · 607 Bytes

bubble_sort_sample_benchmark

a sample bubble sort by c go python perl

============================ Don't try to run this test case under the windows. at first , I run this test case under the windows, go lang is the most slowly. after run it under ubuntu(the same laptop). the result is totally diffrent. go lang will be more Efficiently than python and perl. +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1.How to run the test: python benchmark_buble.py

2.testout.md and result1.md is my test result.

3.this just a test . if you have any good idea. pls let me know.