Add a helper method, in the PartialEvaluator class, for building a transfer map - #21816
Conversation
…transfer map Currently we duplicate the same exact code twice, which seems unnecessary.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21816 +/- ##
==========================================
- Coverage 90.20% 90.19% -0.01%
==========================================
Files 264 264
Lines 67339 67330 -9
==========================================
- Hits 60741 60728 -13
- Misses 6598 6602 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/c66fe7d42872781/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/33c7b94a42ea1ca/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/c66fe7d42872781/output.txt Total script time: 18.22 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/33c7b94a42ea1ca/output.txt Total script time: 23.28 mins
|
|
Looks better indeed; thanks! |
Currently we duplicate the same exact code twice, which seems unnecessary.