ADT
        arm-eh
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        new-ast
        new-ast-unique-expr
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 9ec8c5f was             f15fe0a, checked in by tdelisle <tdelisle@…>, 7 years ago           | 
        
        
          | 
             
Jenkins benchmarks updated to use plot plugin 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100755
               
             
           | 
        
        
          | 
            File size:
            193 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #!/bin/bash
 | 
|---|
| 2 | 
 | 
|---|
| 3 | CSV=$1
 | 
|---|
| 4 | tmpfile=$(mktemp)
 | 
|---|
| 5 | function finish {
 | 
|---|
| 6 |   rm -rf "$tmpfile"
 | 
|---|
| 7 | }
 | 
|---|
| 8 | trap finish EXIT
 | 
|---|
| 9 | 
 | 
|---|
| 10 | mv $CSV $tmpfile
 | 
|---|
| 11 | cat $tmpfile | tr "\n" "\t" | sed -r 's/\t,/,/g;s/,\t/,/g' | tr "\t" "\n" > $CSV
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.