Closed
Bug 754368
Opened 13 years ago
Closed 7 years ago
performance runtests.py should generate testname and testsuite data in csv output
Categories
(Tamarin Graveyard :: Tools, defect)
Tamarin Graveyard
Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: brbaker, Unassigned)
Details
We have been using csv data to generate performance data via pivot tables in excel. Currently it requires manual intervention to generate 2 additional columns so that you can easily group tests together via their "testsuite" (jebench, v8, asmicro, etc.)
Current CSV data:
avm,fullname,metric,iteration,value
avm,asmicro/vector-write-int-3.as,iterations/second,1,7.751937985
avm,asmicro/while-1.as,iterations/second,1,42395.6044
avm,jsbench/typed/SparseMatmult.as,time,1,39748
Proposed data:
Add testsuite: path information from "fullname"
Add testname: filename from "fullname"
avm,testsuite,testname,fullname,metric,iteration,value
avm,asmicro,vector-write-int-3.as,asmicro/vector-write-int-3.as,iterations/second,1,7.751937985
avm,asmicro,while-1.as,asmicro/while-1.as,iterations/second,1,42395.6044
avm,jsbench/typed,SparseMatmult.as,jsbench/typed/SparseMatmult.as,time,1,39748
Comment 1•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•