Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneStefani authored Jan 14, 2018
1 parent 187707a commit f0faec9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $ gcc input.c linked_list_pq.c main.c skewed_heap_pq.c -o experiment.out
```

Then run the executable:

`./experiment.out`

The following arguments are accepted/required:
Expand All @@ -24,10 +25,12 @@ The following arguments are accepted/required:
- t: number of trials to run

Example input:

`$ ./experiment.out -i heap -q 10 -h 1 -d samples/triangular.txt -s samples/triangular_exec -o 100 -t 5`

## Running the Python script
This feature requires Python 3.5 or greater on the machine. In the main base folder run:

`$ python3 task_runner.py`

## Running the tests
Expand Down

0 comments on commit f0faec9

Please sign in to comment.