jenkinsci / jenkinsci/benchmark-plugin

Handle csv

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
7
Forks
4
PR merge metrics
No merged PRs in 30d

Description

It would be useful to handle simple csv file.
A "schema" in that case would be a header row, e.g.

simplest can be:
name:string,success:bool,value:float
or even
name:string,value:float

And result output can then be
test1,10.1
test2,10.2

etc.

Since generating and reading csv files is "easy" that will make help usability of the plugin.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.