From d798572da4d1a8c99b6e199126664d842381ef57 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 13 Jul 2010 17:53:01 -0500 Subject: [PATCH] Add native base64 test (atob and btoa). Interestingly it turns out that using the native base64 routines does not improve performance. Likely because the actual time is in marshalling/unmarshalling between strings and arrays (and associated garbage collection overhead) which has to be done either way. --- tests/base64.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 tests/base64.html diff --git a/tests/base64.html b/tests/base64.html new file mode 100644 index 00000000..b66fc423 --- /dev/null +++ b/tests/base64.html @@ -0,0 +1,74 @@ + + + + Native Base64 Tests + + + +

Native Base64 Tests

+ +
+ Messages:
+ + +
+ + +