Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ryo1kato/0e325521b08474d5ca9d68e9e8d53ed3 to your computer and use it in GitHub Desktop.

Select an option

Save ryo1kato/0e325521b08474d5ca9d68e9e8d53ed3 to your computer and use it in GitHub Desktop.
master$ ./perftest.sh | tee out
Caching the file...
#---- Testing for /zzzz/ ----
egrep,0.136,0.090,0.045
amlgrep,3.127,3.106,0.107
hmlgrep,0.418,0.363,0.053
rmlgrep,53.629,53.554,0.073
pymlgrep,12.103,12.027,0.073
#---- Testing for /SPARSE$/ ----
egrep,0.186,0.141,0.044
amlgrep,3.382,3.362,0.105
hmlgrep,0.308,0.252,0.054
rmlgrep,53.556,53.481,0.074
pymlgrep,12.136,12.057,0.071
#---- Testing for /Amazon/ ----
egrep,0.202,0.155,0.045
amlgrep,3.321,3.300,0.108
hmlgrep,0.748,0.676,0.068
rmlgrep,56.236,56.155,0.081
pymlgrep,12.490,12.414,0.073
#---- Testing for /Ama[Zz]o*n/ ----
egrep,0.327,0.281,0.045
amlgrep,3.484,3.463,0.108
hmlgrep,0.717,0.651,0.063
rmlgrep,61.860,61.781,0.079
pymlgrep,12.244,12.173,0.070
#---- Testing for /^foo/ ----
egrep,0.247,0.201,0.044
amlgrep,4.289,4.269,0.106
hmlgrep,0.434,0.384,0.043
rmlgrep,54.010,53.933,0.074
pymlgrep,15.140,15.066,0.073
#---- Testing for /ba[rz]/ ----
egrep,0.606,0.559,0.046
amlgrep,4.237,4.191,0.133
hmlgrep,6.131,5.999,0.130
rmlgrep,103.062,102.949,0.111
pymlgrep,14.702,14.626,0.074
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment