tuura / graph-families

Collection of benchmarks for graph families and associated algorithms
Other
0 stars 1 forks source link

Processor benchmarks #1

Closed allegroCoder closed 9 years ago

allegroCoder commented 9 years ago

Inside 'real' folder, all the processor models which have been used and tested so far are present. Furthermore, the README file provide a short description of the folder and the 'benchmark.txt' file contains the benchmarks which have been performed on the graphs contained into the folder.

This file can me easily modified in order to keep the folder up to date, when a new model comes out.

snowleopard commented 9 years ago

Great, many thanks!

Let me suggest the following directory structure: real/processors/README.md real/processors/Intel-8051/*.work real/processors/ARM-Cortex-M0+/*.work real/processors/TI-MPS430/*.work

Please use .md instead of .txt, because it is much more readable and supports proper tables. I think it is fine to put both .txt files into a single README.md. Add a short paragraph about how to reproduce the results: 1) get Workcraft, 2) load model, 3) run SCENCO.

allegroCoder commented 9 years ago

You are welcome Andrey! I should have performed all the modifications you requested me Andrey. I didn't know before how to properly use md files, so maybe have a quick look at it. But I think it should be fine as it looks like the table now! :+1:

snowleopard commented 9 years ago

Many thanks Alessandro! I have accepted the pull request. Will probably do some minor changes myself in a couple of days, and add some more benchmarks.