From 2e79b4ac22321abd69c7f1a9748b5761abaab1ec Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 22 Jan 2020 10:48:21 +0100 Subject: Added micro optimisation when sorting frame == 2 and less reverse rotate when frame == full stack, norming --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 91259c3..0728978 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Test argument stack parsing Make sure to have Python3.6 >= +![benchmark\_image](./bench.png) + ``` python benchmark.py 10 100 5 10 python benchmark_plot.py @@ -59,6 +61,8 @@ python benchmark_plot.py Plot operation distribution +![benchmark\_dist\_image](./bench_dist.png) + ``` python benchmark_plot.py --dist ``` -- cgit