apex-dev-tools / benchmarker

Framework for benchmark tests on Salesforce Apex code
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add ability to deploy metadata #10

Closed kjonescertinia closed 2 days ago

kjonescertinia commented 1 week ago

When writing performance tests its sometimes useful to be able to deploy code to run on an org. This is fairly easy to do via the jsforce connection but it would be nice if the benchmarker provided some helpers to do this.

pwrightcertinia commented 1 week ago

git-ops (should have been called source-ops) has a deploy example, plenty of redundant stuff in there but otherwise it is quite easy to set up for single file deploys.