Code Monkey home page Code Monkey logo

ft_containers_tester--fork's Introduction

ft_containers_tester

Tests for ft_containers including output and performance (compared to std::) on the same tasks.

run_preview

Usage:

python3 main.py [ path | test_mode ]

default: clone into ft_containers directory, launch

git clone https://github.com/greg-gav/ft_containers_tester
cd ft_containers_tester && python3 main.py

example:

python3 main.py ~/ft_containers vec

If path not specified, using default path: ../ (test files in parent directory)
Files in 'path' should be your *.hpp implementation.

Available test modes:
vec -> test vector implementation
stack -> test stack implementation
map -> test map implementation
set -> test set implementation
util -> test utilities implementation
If test_mode not specified, using default mode: all (run all tests)

Running

python3 main.py 

is equivalent to:

python3 main.py ../ all 

Test No. not in order running in multithreaded mode (test No's stay consistent between runs)

Folder structure:

  • Compile errors log to log/
  • Temporary cpp files and executables to tmp/

Compile:

  • Indicates if the test compiled with your container (shouldn't be red).
  • Compile is done in multithreaded mode

Pass:

  • Indicates if your container functions the same as std one (shouldn't be red).

Exit:

  • Indicates exit status of the test (should be "OK")

Performance:

  • Performance is measured relative to std library. x1 is equal, higher is better (shouldn't be red)

ft_containers_tester--fork's People

Contributors

greg-gav avatar nicolasgasco avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.