Skip to content
Snippets Groups Projects
Commit 0aa4826e authored by Stefan Braß's avatar Stefan Braß
Browse files

Versuch mit Laufzeitdaten fuer ck und BAM

parent b21d54e0
Branches
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ How to Use This Software: ...@@ -184,7 +184,7 @@ How to Use This Software:
- `db/input_sets.sql` - `db/input_sets.sql`
- `db/input_graphs.sql` - `db/input_graphs.sql`
- all files with the single measurements: `db/results/*.sql` - all files with the single measurements: `db/results/*.sql`
You should also read the database documentation in `db\db_doc.md`. You should also read the database documentation in `db/db_doc.md`.
* If you want to do your own measurements with one of the existing systems, * If you want to do your own measurements with one of the existing systems,
- get the data files, - get the data files,
...@@ -194,13 +194,17 @@ How to Use This Software: ...@@ -194,13 +194,17 @@ How to Use This Software:
of your choice, this produces a file of the form of your choice, this produces a file of the form
`<SYSTEM>_<INSTALL_NUMBER>_<MACHINE>_<YEAR>_<MONTH>_<DAY>.tsv` `<SYSTEM>_<INSTALL_NUMBER>_<MACHINE>_<YEAR>_<MONTH>_<DAY>.tsv`
with the measurements. with the measurements.
Move these to the `db\results` directory. Move these to the `db/results` directory.
- Execute `..\conv_sql <FILE>.tsv` in the `db\results` sirectory - Execute `../conv_sql <FILE>.tsv` in the `db/results` directory
to turn the .tsv-file to SQL INSERT statements. to turn the .tsv-file to SQL INSERT statements.
- These can be loaded to the database. - These can be loaded to the database.
Actually, `db/load_data` will automatically do that Actually, `db/load_data` will automatically do that
(the existing tables will be deleted first, and all data in the (the existing tables will be deleted first, and all data in the
`db\results` directory will be imported again). `db/results` directory will be imported again).
* Some Examples of SQL Queries:
- select * from benchmark;
- select * from xsb;
* If you want to add your own system: * If you want to add your own system:
Stay tuned. More information will be added soon. Stay tuned. More information will be added soon.
......
"SYS","BENCH","IMPL","FILE","NODES","EDGES","SIZE","COST","ITER","TIME_MS"
"bam","tcff","5","c1k","1000","1000","1000000","1001000","1000","62"
"bam","tcff","5","c2k","2000","2000","4000000","4002000","2000","295"
"bam","tcff","5","c3k","3000","3000","9000000","9003000","3000","892"
"bam","tcff","5","c4k","4000","4000","16000000","16004000","4000","2873"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment