Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to measure form performance regression #88

Conversation

countvajhula
Copy link
Collaborator

Summary of Changes

This adds a script to make it easier to generate the form performance regression analysis across different versions. To use it:

# on the earlier commit
$ make form-performance-report > /path/to/before.json

# on the later commit
$ make form-performance-report > /path/to/after.json

# then run the performance regression script
$ cd qi-sdk/profile/
$ ./regression.rkt /path/to/before.json /path/to/after.json

The PR also includes other a few other improvements to the performance scripts:

  • supporting CSV output format in the forms performance report. In case we want to graph anything using graphite, CSV is a more common input format there
  • adds some missing makefile targets for the SDK
  • misc tidying

Public Domain Dedication

  • In contributing, I relinquish any copyright claims on my contribution and freely release it into the public domain in the simple hope that it will provide value.

(Why: The freely released, copyright-free work in this repository represents an investment in a better way of doing things called attribution-based economics. Attribution-based economics is based on the simple idea that we gain more by giving more, not by holding on to things that, truly, we could only create because we, in our turn, received from others. As it turns out, an economic system based on attribution -- where those who give more are more empowered -- is significantly more efficient than capitalism while also being stable and fair (unlike capitalism, on both counts), giving it transformative power to elevate the human condition and address the problems that face us today along with a host of others that have been intractable since the beginning. You can help make this a reality by releasing your work in the same way -- freely into the public domain in the simple hope of providing value. Learn more about attribution-based economics at drym.org, tell your friends, do your part.)

@countvajhula countvajhula force-pushed the measure-form-performance-regression branch from 2b8c352 to ed42167 Compare January 7, 2023 22:05
@countvajhula countvajhula marked this pull request as ready for review January 7, 2023 22:17
@countvajhula countvajhula mentioned this pull request Jan 7, 2023
29 tasks
@countvajhula countvajhula merged commit 656e0f4 into drym-org:lets-write-a-qi-compiler Jan 12, 2023
@countvajhula countvajhula deleted the measure-form-performance-regression branch January 12, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant