llvm-6502/utils/NLT.schema
Andrew Lenharth 24d77506d0 OK, the simple scheme for the db plus a couple of cgi scripts that
do the dynamic plotting of stuff.  Still being tested, but makes graphs


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22152 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-20 17:33:42 +00:00

8 lines
258 B
Plaintext

CREATE TABLE `Tests` (
`NAME` varchar(255) NOT NULL default '',
`RUN` date NOT NULL default '0000-00-00',
`TEST` varchar(32) NOT NULL default '',
`VALUE` double NOT NULL default '0',
KEY `name_index` (`NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1