From c37dfd49183b746f306d41de02bbf391ca6b9fbb Mon Sep 17 00:00:00 2001 From: rjianu Date: Tue, 18 Jul 2023 14:45:16 +0300 Subject: [PATCH] chore: Add bench for min max without the goroutines --- benchresultsMinMax_using_func_on_partial_dataset.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 benchresultsMinMax_using_func_on_partial_dataset.txt diff --git a/benchresultsMinMax_using_func_on_partial_dataset.txt b/benchresultsMinMax_using_func_on_partial_dataset.txt new file mode 100644 index 0000000..61b0596 --- /dev/null +++ b/benchresultsMinMax_using_func_on_partial_dataset.txt @@ -0,0 +1,6 @@ +goos: linux +goarch: amd64 +pkg: github.com/Serares/coolStats +BenchmarkRun-16 10 226407658 ns/op +PASS +ok github.com/Serares/coolStats 2.491s