~ubuntu-branches/ubuntu/natty/nodejs/natty

« back to all changes in this revision

Viewing changes to deps/v8/benchmarks/crypto.js

  • Committer: Bazaar Package Importer
  • Author(s): Jérémy Lal
  • Date: 2010-08-20 11:49:04 UTC
  • mfrom: (7.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100820114904-lz22w6fkth7yh179
Tags: 0.2.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
 
33
33
// The code has been adapted for use as a benchmark by Google.
34
 
var Crypto = new BenchmarkSuite('Crypto', 203037, [
 
34
var Crypto = new BenchmarkSuite('Crypto', 110465, [
35
35
  new Benchmark("Encrypt", encrypt),
36
36
  new Benchmark("Decrypt", decrypt)
37
37
]);