salspaugh / splparser

Simple parser for Splunk Processing Language (SPL) written in Python.
Other
35 stars 14 forks source link

Re-implement all tests so they run faster #129

Closed salspaugh closed 10 years ago

salspaugh commented 10 years ago

Right now they are all really slow, probably because they each spend a couple seconds importing the parser, which is really slow.