Round 13 - Yesod with Postgres#2247
Conversation
* Added /updates code
|
@saurabhnanda thanks so much for the contribution! We're currently only taking bug fixes and minor changes for our round 13 test. All other merge requests should be opened against our round-14 branch. Would you mind closing this PR and re-opening one against our round-14 branch? |
|
@knewmanTE It would be great if you could include this in round 13 itself. I really want to make the Yesod benchmarks better, which seem to be suffering just because of the DB choice (MySQL vs Postgres). All Travis CI tests are passing, so this shouldn't break anything. However, if you still feel that including this in round 13 won't be possible, I'll close and reopen against round 14. |
| *.o | ||
| *.sqlite3 | ||
| .hsenv* | ||
| yesod-devel/ |
There was a problem hiding this comment.
This file should be merged with frameworks/Haskell/yesod-postgres/.gitignore.
Additionally, is there a reason to not simply add bench to .gitignore?
There was a problem hiding this comment.
Thank you for looking into this. Any other changes that you think are required?
There was a problem hiding this comment.
You are welcome. No, I think the rest looks fine by me
There was a problem hiding this comment.
Made the change. Can't add bench to .gitignore because bench/src contains the source code.
|
Looks good to me; if Travis-CI agrees, we'll merge it in. |
|
So, Travis CI passed. Just curious why did the |
|
@saurabhnanda We do some |
|
Thanks a lot! When will the preliminary data be updated? I'm eager to see how this benchmark performs. |
|
@saurabhnanda I believe we kicked off another prelim round earlier today so this won't be in the next update. There may be one more just to make sure all the environments are working, but if not it will be in the final. After the new servers are up and we get this round done, our hope is the rounds will come much, much faster with an end goal being continuous benchmarking! |
|
I realize this is already merged in, but should yesod-postgres its own directory, or should this test have been added to the benchmark_config for the main yesod directory? ping @msmith-techempower @nbrady-techempower |
|
... yes, this should have been added to the existing @nbrady-techempower Is on my list now |
|
@msmith-techempower "Looks good to me; if Travis-CI agrees, we'll merge it in." I'm follow my master blindly! |
Fine, you're off my list. |
|
Let me know what needs to be changed.
|
|
@saurabhnanda I hadn't noticed that this was a separate directory. Ideally, additional a tests for an existing framework would be contained within the same folder. So bringing this in to the existing |
|
@nbrady-techempower Even within the Also, what is |
|
I'm unable to run the |
|
Did you close |
|
Yesod with Postgres because the Haskell binding for MySQL has concurrency issues.