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

perf(transform): use tera::Context::from_value instead of tera_context.insert with Value serialization. #56

Merged
merged 9 commits into from
Jan 30, 2024

Conversation

jmfiaschi
Copy link
Owner

No description provided.

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 112 lines in your changes are missing coverage. Please review.

Comparison is base (5be00d4) 68.59% compared to head (9445e78) 68.66%.
Report is 1 commits behind head on main.

❗ Current head 9445e78 differs from pull request most recent head 2213927. Consider uploading reports for the commit 2213927 to get more accurate results

Files Patch % Lines
src/step/reader.rs 54.54% 25 Missing ⚠️
src/step/transformer.rs 71.42% 14 Missing ⚠️
src/step/writer.rs 38.88% 11 Missing ⚠️
src/step/validator.rs 84.48% 9 Missing ⚠️
src/updater/tera.rs 73.33% 8 Missing ⚠️
src/document/json.rs 0.00% 6 Missing ⚠️
src/document/jsonl.rs 0.00% 6 Missing ⚠️
src/helper/string.rs 0.00% 5 Missing ⚠️
src/document/parquet.rs 0.00% 4 Missing ⚠️
src/document/xml.rs 0.00% 4 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   68.59%   68.66%   +0.07%     
==========================================
  Files          63       63              
  Lines        4136     4187      +51     
==========================================
+ Hits         2837     2875      +38     
- Misses       1299     1312      +13     
Flag Coverage Δ
integration-tests 68.66% <62.41%> (+0.07%) ⬆️
unit-tests 68.66% <62.41%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@jmfiaschi jmfiaschi changed the title Beta perf(transform): use tera::Context::from_value instead of tera_context.insert with Value serialization. Jan 29, 2024
# [2.9.0-beta.1](v2.8.0...v2.9.0-beta.1) (2024-1-29)

### Bug Fixes

* **cargo:** license ([81320e9](81320e9))
* **project:** lint and tests ([9445e78](9445e78))

### Features

* **document:** hide record in the logs ([a24ac59](a24ac59))
@jmfiaschi jmfiaschi merged commit acd1126 into main Jan 30, 2024
@jmfiaschi jmfiaschi deleted the beta branch January 30, 2024 07:49
github-actions bot pushed a commit that referenced this pull request Jan 30, 2024
## [2.8.1](v2.8.0...v2.8.1) (2024-1-30)

### Performance Improvements

* **transform:** use tera::Context::from_value instead of tera_context.insert with Value serialization. ([#56](#56)) ([acd1126](acd1126))
@jmfiaschi
Copy link
Owner Author

🎉 This PR is included in version 2.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants