From a0e560adc17c541cf50b051222f0570414d59736 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 10 Aug 2021 11:37:58 -0500 Subject: Add some more details to contributing guide, and add sample caches for 0.7 patch versions --- examples/benchmark.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/benchmark.py b/examples/benchmark.py index 1d0fd8e..e50a0fc 100755 --- a/examples/benchmark.py +++ b/examples/benchmark.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -"""An example of benchmarking cache write speeds with semi-randomized response content""" +""" +An example of benchmarking cache write speeds with semi-randomized response content +""" from os import urandom from random import random from time import perf_counter as time -- cgit v1.2.1