Skip to content

Commit

Permalink
Benchmarks: label Python results as "Python" not "NumPy".
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Mar 25, 2012
1 parent 6a1b23c commit 8522dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perf/bin/table.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

our %systems = (
"julia" => ["Julia" , $julia_ver ],
"python" => ["NumPy" , "1.5.1" ],
"python" => ["Python" , "2.7.1" ],
"matlab" => ["Matlab" , "R2011a" ],
"octave" => ["Octave" , "3.4" ],
"r" => ["R" , "2.14.2" ],
Expand Down

0 comments on commit 8522dc2

Please sign in to comment.