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

Cleanup old summaries before creating new artifacts #667

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

norberttech
Copy link
Member

Change Log

Added

Fixed

  • Cleanup old summaries before creating new artifacts

Changed

Removed

Deprecated

Security


Description

@github-actions
Copy link
Contributor

Flow PHP - Benchmarks

Results of the benchmarks from this PR are compared with the results from 1.x branch.

Extractors
+-----------------------+-------------------+------+-----+------------------+-------------------+
| benchmark             | subject           | revs | its | mem_peak         | mode              |
+-----------------------+-------------------+------+-----+------------------+-------------------+
| AvroExtractorBench    | bench_extract_10k | 5    | 3   | 44.123mb -0.00%  | 488.095ms +16.25% |
| CSVExtractorBench     | bench_extract_10k | 5    | 3   | 14.007mb -0.00%  | 421.937ms +15.10% |
| JsonExtractorBench    | bench_extract_10k | 5    | 3   | 18.669mb -0.00%  | 853.882ms +14.69% |
| ParquetExtractorBench | bench_extract_10k | 5    | 3   | 237.793mb -0.00% | 1.129s +13.48%    |
| TextExtractorBench    | bench_extract_10k | 5    | 3   | 7.277mb -0.00%   | 16.208ms +15.31%  |
| XmlExtractorBench     | bench_extract_10k | 5    | 3   | 7.624mb -0.00%   | 713.674ms +16.76% |
+-----------------------+-------------------+------+-----+------------------+-------------------+
Transformers
+-----------------------------+--------------------------+------+-----+-----------------+------------------+
| benchmark                   | subject                  | revs | its | mem_peak        | mode             |
+-----------------------------+--------------------------+------+-----+-----------------+------------------+
| RenameEntryTransformerBench | bench_transform_10k_rows | 5    | 5   | 87.062mb -0.00% | 69.554ms +15.10% |
+-----------------------------+--------------------------+------+-----+-----------------+------------------+
Loaders
+--------------------+----------------+------+-----+------------------+-------------------+
| benchmark          | subject        | revs | its | mem_peak         | mode              |
+--------------------+----------------+------+-----+------------------+-------------------+
| AvroLoaderBench    | bench_load_10k | 5    | 3   | 219.956mb -0.00% | 802.096ms +17.20% |
| CSVLoaderBench     | bench_load_10k | 5    | 3   | 47.140mb -0.00%  | 80.436ms +15.16%  |
| JsonLoaderBench    | bench_load_10k | 5    | 3   | 88.580mb -0.00%  | 83.293ms +14.94%  |
| ParquetLoaderBench | bench_load_10k | 5    | 3   | 281.201mb -0.00% | 1.133s +16.66%    |
| TextLoaderBench    | bench_load_10k | 5    | 3   | 16.567mb -0.00%  | 41.742ms +14.88%  |
+--------------------+----------------+------+-----+------------------+-------------------+
Building Blocks
+-------------------------+----------------+------+-----+-----------------+-------------------+
| benchmark               | subject        | revs | its | mem_peak        | mode              |
+-------------------------+----------------+------+-----+-----------------+-------------------+
| RowsBench               | bench_chunk_10 | 5    | 5   | 57.617mb -0.00% | 4.124ms +15.11%   |
| NativeEntryFactoryBench | bench_10k_rows | 5    | 5   | 83.910mb -0.02% | 164.167ms +17.25% |
| NativeEntryFactoryBench | bench_1k_rows  | 5    | 5   | 45.422mb -0.01% | 16.485ms +16.66%  |
| NativeEntryFactoryBench | bench_5k_rows  | 5    | 5   | 62.711mb -0.02% | 82.607ms +18.13%  |
+-------------------------+----------------+------+-----+-----------------+-------------------+

@norberttech norberttech merged commit 3a551a7 into flow-php:1.x Oct 29, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants