diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2016-09-18 16:26:36 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2016-09-18 16:34:11 +0200 |
commit | ccdbc683d6b419251e3643b27d7ec53e1f95a0e2 (patch) | |
tree | 8daeb2c475ce8d7a4b3b656716d078a2fbfea37e | |
parent | b99107563a5cc26d771057683154ef6893c91871 (diff) |
Add Bugs section
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -54,6 +54,16 @@ on the internet[1] to print out the mean and the standard deviation of the measurements to $programname.statistics files. +Bugs +---- + +Currently only the output of ezxml and goencxml is identical. The other +programs insert some space characters and new lines in places. Ideally +the output of all the programs should be identical. At the moment I +don't have the time to look into where these differences come from but +I doubt that they influence the benchmarking results in a significant way. + + [0] I used a subet of ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/oa_bulk/non_comm_use.A-B.xml.tar.gz (warning: the file is about 1.2GB in size) [1] http://stackoverflow.com/questions/9789806/command-line-utility-to-print-statistics-of-numbers-in-linux |