forked from django/djangobench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
17 lines (14 loc) · 723 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* Fix the startup benchmark.
* Lots and lots and lots more benchmarks. Some remaining ideas
* ORM overhead compared to cursor.execute()
* signal dispatch
* more datastructures
* more intensive url resolving and reversing
* model validation
* holistic request/response round-trip time (probably requires spawning
a running server and testing it).
* Parameterized benchmark output: it'd be awesome if there could be, say, a
single middleware benchmark that tested the overhead of each individual
middleware component. This could be done with multiple benchmarks, but
that starts getting into serious boilerplate. If a single benchmark could
report multiple result sets, that'd rock.