From 3a134d8f1e78d063cc0f79ffba89988ffc58567f Mon Sep 17 00:00:00 2001 From: rjianu Date: Tue, 18 Jul 2023 14:47:23 +0300 Subject: [PATCH] chore: Add bench logs for first implementation of min max --- benchresultsMinMax_add_min_max.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 benchresultsMinMax_add_min_max.txt diff --git a/benchresultsMinMax_add_min_max.txt b/benchresultsMinMax_add_min_max.txt new file mode 100644 index 0000000..46b5cfe --- /dev/null +++ b/benchresultsMinMax_add_min_max.txt @@ -0,0 +1,6 @@ +goos: linux +goarch: amd64 +pkg: github.com/Serares/coolStats +BenchmarkRun-16 10 374300073 ns/op +PASS +ok github.com/Serares/coolStats 4.114s