Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use json unquoted number/bool types, supported nested arrays and maps, improving perf/benchmarks #46

Merged
merged 14 commits into from
Aug 18, 2023

Conversation

ldemailly
Copy link
Member

@ldemailly ldemailly commented Aug 10, 2023

Fix #45

@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (31afb57) 100.00% compared to head (c9773f9) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          366       449   +83     
=========================================
+ Hits           366       449   +83     
Files Changed Coverage Δ
console_logging.go 100.00% <100.00%> (ø)
logger.go 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ldemailly ldemailly changed the title wip improving perf/benchmarks use json unquote number/bools, improving perf/benchmarks Aug 18, 2023
@ldemailly ldemailly changed the title use json unquote number/bools, improving perf/benchmarks use json unquoted number/bool types, improving perf/benchmarks Aug 18, 2023
@ldemailly ldemailly changed the title use json unquoted number/bool types, improving perf/benchmarks use json unquoted number/bool types, supported nested arrays and maps, improving perf/benchmarks Aug 18, 2023
@ldemailly ldemailly merged commit 1ea5181 into main Aug 18, 2023
6 checks passed
@ldemailly ldemailly deleted the improve_bench branch August 18, 2023 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More benchmarks and improve performance, compare with other loggers
1 participant