Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Sep 24, 2020
1 parent e3f3584 commit ea36259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ Indeed, it appears that from the client's perspective the gauss query is a bit s
Below are a few ideas for todos that I might implement at some point or would welcome as pull requests.

- [ ] Compare benchmark results between PG versions
- [ ] Warmup phase
- [ ] Oneliner examples for README
- [ ] Dynamically adjust unit between ms, s, etc.
- [ ] Support specifying benchmarks using a single YAML file.
Expand All @@ -174,6 +173,7 @@ Below are a few ideas for todos that I might implement at some point or would we
- [ ] Provide an easy way to capture all inputs and outputs in a single tar.gz file or GitHub gist.
- [ ] Plot query times as a histogram (made a proof of concept for this, but didn't like it enough yet to release)
- [ ] Maybe add db name to verbose output, [see request](https://twitter.com/breinbaas1/status/1308138210606940160).
- [x] Warmup phase (can be done via init.sql and pg_prewarm()
- [x] Use `TIMING OFF` to reduce EXPLAIN overhead.
- [x] A flag to include planning time in `-m explain` mode.
- [x] A flag to use prepared queries in `-m client` mode.
Expand Down

0 comments on commit ea36259

Please sign in to comment.