Skip to content

AntoineA67/choupi-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

choupi-tester

Tester for push_swap project, made in Python

Installation

  • Install matplotlib
python3 -m pip install matplotlib
  • Clone (in push_swap folder)
git clone https://github.com/AntoineA67/choupi-tester/

How to use

  • compile your push_swap program then:
python3 choupi-tester/choupi-tester.py

Screenshot use

  • Minimal use, only tests 1, 3, 5, 100, 500
 python3 choupi-tester/choupi-tester.py -m

Screenshot minimal

  • Help

    python3 choupi-tester/choupi-tester.py -h
  • Range, default: 0 to 50

    Example from 20 to 100 python3 choupi-tester/choupi-tester.py 20 100 Screenshot 20-100

    Example from 0 to 40 python3 choupi-tester/choupi-tester.py 40

  • Average, will execute N tests per value in range, default: 10 The highest this value, the best the curve will be Example with 3 / with 300: Screenshot average 3 Screenshot average 300

About

Tester for push_swap project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages