Performance improvements in core library #54
Annotations
1 warning and 2 notices
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.github/workflows/_integration_test.yml#L1
.........................................
fanout_to_subgraph_10x: Mean +- std dev: 60.9 ms +- 1.2 ms
.........................................
fanout_to_subgraph_10x_checkpoint: Mean +- std dev: 104 ms +- 2 ms
.........................................
fanout_to_subgraph_100x: Mean +- std dev: 595 ms +- 18 ms
.........................................
fanout_to_subgraph_100x_checkpoint: Mean +- std dev: 1.06 sec +- 0.04 sec
|
.github/workflows/_integration_test.yml#L1
+------------------------------------+--------------------+------------------------+
| Benchmark | benchmark-baseline | benchmark |
+====================================+====================+========================+
| fanout_to_subgraph_10x | 126 ms | 60.9 ms: 2.07x faster |
+------------------------------------+--------------------+------------------------+
| fanout_to_subgraph_100x | 1.15 sec | 595 ms: 1.94x faster |
+------------------------------------+--------------------+------------------------+
| fanout_to_subgraph_10x_checkpoint | 171 ms | 104 ms: 1.64x faster |
+------------------------------------+--------------------+------------------------+
| fanout_to_subgraph_100x_checkpoint | 1.63 sec | 1.06 sec: 1.55x faster |
+------------------------------------+--------------------+------------------------+
| Geometric mean | (ref) | 1.79x faster |
+------------------------------------+--------------------+------------------------+
|
This job succeeded
Loading