Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rbench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stefan Braß
rbench
Commits
0aa4826e
Commit
0aa4826e
authored
4 years ago
by
Stefan Braß
Browse files
Options
Downloads
Patches
Plain Diff
Versuch mit Laufzeitdaten fuer ck und BAM
parent
b21d54e0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+8
-4
8 additions, 4 deletions
README.md
opt/bam_c_data.csv
+5
-0
5 additions, 0 deletions
opt/bam_c_data.csv
with
13 additions
and
4 deletions
README.md
+
8
−
4
View file @
0aa4826e
...
...
@@ -184,7 +184,7 @@ How to Use This Software:
-
`db/input_sets.sql`
-
`db/input_graphs.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,
-
get the data files,
...
...
@@ -194,13 +194,17 @@ How to Use This Software:
of your choice, this produces a file of the form
`<SYSTEM>_<INSTALL_NUMBER>_<MACHINE>_<YEAR>_<MONTH>_<DAY>.tsv`
with the measurements.
Move these to the
`db
\
results`
directory.
-
Execute
`..
\
conv_sql <FILE>.tsv`
in the
`db
\
results`
s
irectory
Move these to the
`db
/
results`
directory.
-
Execute
`..
/
conv_sql <FILE>.tsv`
in the
`db
/
results`
d
irectory
to turn the .tsv-file to SQL INSERT statements.
-
These can be loaded to the database.
Actually,
`db/load_data`
will automatically do that
(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:
Stay tuned. More information will be added soon.
...
...
This diff is collapsed.
Click to expand it.
opt/bam_c_data.csv
0 → 100644
+
5
−
0
View file @
0aa4826e
"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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment