Skip to content

Commit 51d3a44

Browse files
styles and one note about this approach
1 parent ed78823 commit 51d3a44

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

experiments/lazy_load.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Lazy load experiment results
22

3-
Branch: sb-ta/lazy-load-experiment
4-
Date: February 10th, 2026
5-
Owner(s): Stefanni Brasil and Thiago Araujo
3+
- Branch: sb-ta/lazy-load-experiment
4+
- Date: February 10th, 2026
5+
- Owner(s): Stefanni Brasil and Thiago Araujo
66

77
## Impact
88

@@ -22,15 +22,16 @@ To prevent other generators from erroring out due to namespace clashing, some ge
2222
- no additional dependencies needed
2323
- code is extremely faster
2424
- we can enable this as an opt-in configuration
25+
- allows for users to create external generators in a transparent way
2526

2627
## Results
2728

2829
Machine specs: Apple M1 Pro 16GB memory on MacOS Sequoia 15.7.3..
2930

3031
profiler:
3132

32-
[LAZY_LOAD=1 bundle exec vernier run -- ruby -e "require 'faker'"](https://share.firefox.dev/46biNAs)
33-
[bundle exec vernier run -- ruby -e "require 'faker'"](https://share.firefox.dev/4ams9vM)
33+
- [LAZY_LOAD=1 bundle exec vernier run -- ruby -e "require 'faker'"](https://share.firefox.dev/46biNAs)
34+
- [bundle exec vernier run -- ruby -e "require 'faker'"](https://share.firefox.dev/4ams9vM)
3435

3536
benchmark:
3637

0 commit comments

Comments
 (0)