Close T1952.
Details
- Reviewers
zack seirl - Maniphest Tasks
- T1952: Log raw datapoint in graph benchmarks
- Commits
- rDGRPH30218b7dc68f: server: benchmark: output raw datapoints in CSV log file
Diff Detail
- Repository
- rDGRPH Compressed graph representation
- Branch
- benchmark-log-raw-data
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 7273 Build 10291: tox-on-jenkins Jenkins Build 10290: arc lint + arc unit
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DGRPH/job/tox/12/
See console output for more information: https://jenkins.softwareheritage.org/job/DGRPH/job/tox/12/console
java/server/src/main/java/org/softwareheritage/graph/benchmark/Benchmark.java | ||
---|---|---|
105 | Before the main loop, please output a CSV line with the column names, in order to make the CSV self-explanatory (to some extent, at least). | |
112 | Can you use ";" as separator? Even if numbers use "." as decimal separator it is less confusing to not have commas around in CSV that contain numbers. |
java/server/src/main/java/org/softwareheritage/graph/benchmark/Benchmark.java | ||
---|---|---|
112 | Oh, while at it, please make the CSV separator a constant or class attribute somewhere, rather then hard coding and duplicating it. |
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DGRPH/job/tox/13/
See console output for more information: https://jenkins.softwareheritage.org/job/DGRPH/job/tox/13/console