Skip to content

Releases: JoeyHendricks/python-benchmark-harness

python-benchmark-harness v1.0.3

03 Feb 20:25
Compare
Choose a tag to compare

A small amount of changes and renamed project name.

python-micro-benchmarks v1.0.2

29 Jan 13:14
Compare
Choose a tag to compare

This release is a rework of most of the original components of QuickPotato updating the database structure to work better and improving dialogue with the end-users through the API interface.
This version also introduces stronger automatic analysis allowing users to compare tests using a letter rank or score.

For more information see the full changelog here: v1.0.1...v1.0.2

minor bug fix (QuickPotato)

05 Jun 14:13
Compare
Choose a tag to compare

Introduced a minor fix from issue #7 heatmaps now render better.

Bug fixes and light restructuring (QuickPotato)

03 Jun 12:12
95edbf1
Compare
Choose a tag to compare
  • #5 Disabled async by default because of profiling issues on very fast code.
  • #5 Moved the performance testing object from QuickPotato.profiling.intrusive import performance_test to QuickPotato init.
  • Improved the version numbering.

non-intrusive profiling and quality of life improvements (QuickPotato)

13 May 20:13
844e258
Compare
Choose a tag to compare
  • Introduction of non-intrusive profiling.
  • Some minor performance gains introduced when generating heatmaps.
  • Minor improvements on the code and the structure of the project.
  • Trying to release QuickPotato on PyPi from GitHub.

More and improved code visualizations and quality of life improvements (QuickPotato)

26 Apr 00:12
Compare
Choose a tag to compare

added the following stuff:

  • d3-flame graphs (they are much better than the old SVG rendered ones)
  • d3 Heatmaps
  • a multitude of bug fixes.

Flame Graphs and Technical Improvements (QuickPotato)

20 Jan 22:49
Compare
Choose a tag to compare

added the following functionality:

  • flame graphs
  • flame graph comparisons
  • flame graphs than can be exported based on test results
  • quick profiling with flame graphs
  • overall technical improvements

Initial beta release (QuickPotato)

04 Oct 16:59
Compare
Choose a tag to compare
Pre-release
v0.0.1-beta.1

improved repository layout