nesvoboda / containers-benchmark

Benchmark for ft_containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

containers-benchmark

A simple benchmark for ft_containers. This benchmark is used in the Containers Battleground.

Running the benchmark manually

1. Clone our copy your code in the directory of this repo

Folder name must be tested_code

git clone https://github.com/username/ft_containers tested_code

or

cp -r /whatever/folder/ft_containers ./tested_code

2. Run the setup script

./setup.sh

3. Run the benchmarks

./run_benchmarks.sh

About

Benchmark for ft_containers

License:GNU General Public License v3.0


Languages

Language:C++ 60.2%Language:Shell 26.2%Language:Python 13.6%