django-asv icon indicating copy to clipboard operation
django-asv copied to clipboard

Added database cache benchmark

Open Hisham-Pak opened this issue 3 months ago • 0 comments

This pull request adds database cache benchmarks as requested by @sarahboyce here

After running on these commits and one local commit showing improved set_many

asv run -b cache_benchmarks 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6^!
asv run -b cache_benchmarks bb61f0186d5c490caa44f3e3672d81e14414d33c^!
asv run -b cache_benchmarks 9c19aff7c7561e3a82978a272ecdaad40dda5c00^!
asv run -b cache_benchmarks 17df72114e222d63c2af9ed9780583f4cb0689eb^!
asv run -b cache_benchmarks 4b82578a6045746e7c470b7881dfcf182fd57048^!
asv run -b cache_benchmarks 5a8e8f80bb82a867eab7e4d9d099f21d0a976d22^!

I get these graphs: set_many cache_benchmarks

Hisham-Pak avatar Mar 24 '24 11:03 Hisham-Pak