X Tutup
Skip to content

Latest commit

 

History

History
 
 

README.md

Place these shell script files in a folder containing .py files which you want to benchmark. Run the benchmarks in the following order:

Similarity

Check if the output of UrduPython (vanilla, no translations) is the same as the output of Python, given the same program.

Execution Time

Measure the execution time of UrduPython vs Python, given the same program.

Generate Execution Time Results

Compile all the results into one nice CSV.

Pre reqs

Install hyperfine.

X Tutup