Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • B benchPlatform
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OnGres Inc.OnGres Inc.
  • benchPlatform
  • Issues
  • #22
Closed
Open
Issue created Apr 01, 2019 by Ghost User@ghostContributor

Create a function for converting output to CSV for sysbench and ycsb

Function should be placed in modules/compute_set/lib/default.sh. It only needs to output all the contents of a file to CSV. No aggregation is needed. Final results can be uploaded into a different file.

Possible conventions:

# Prefered:
function convertToCSV {
  tool=$(getTag Tool)
  # $1: file to process


  if [ $tool == "sysbench"] ;then
    ...
  elif [ $tool == "ycsb" ]
}

The output should be placed in a local folder with all the results.

Assignee
Assign to
Time tracking