endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

chore(base64): Improve benchmark script #1986

Closed gibson042 closed 8 months ago

gibson042 commented 8 months ago

Description

Security Considerations

n/a

Scaling Considerations

n/a, except for potentially providing data to guide scaling improvements.

Documentation Considerations

n/a

Testing Considerations

js{Encode,Decode}Base64 are now exported internally within the package so they may be benchmarked.

Upgrade Considerations

n/a