benchmarking
benchmarking copied to clipboard
Date format generated by acmeair-driver can't be parsed by javascrpit Date()
Hi, I run the acmeair benchmark on ppc with cassandra. I got an error from the cassandra driver, because fromDateWeb is undefined. The reason is that the date string generated by __generateDate can't be parsed by javascript Date(). The format for this date string is generated here.
For my time zone it results in a string like this: Wed Nov 16 00:00:00 CET 2016
In case of mongodb, I don't get an error. However, the query doesn't find any fligts. After fixing this issue, the through-put is slightly decreased and the footprint after load is higher.
I created a pull request for the acme-driver repository.
If/when the change lands in the main repo we'll look at upgrading.
Sent email to Moss Uchida asking if the referenced PR is going to land.