8000 GitHub - jedahan/deno at gh-pages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jedahan/deno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About benchmar 7546 k data

The benchmark chart supposes //website/data.json has the type BenchmarkData[] where BenchmarkData is defined like the below:

interface ExecTimeData {
  mean: number;
  stddev: number;
  user: number;
  system: number;
  min: number;
  max: number;
}

interface BenchmarkData {
  created_at: string;
  sha1: string;
  benchmark: {
    [key: string]: ExecTimeData;
  };
  binarySizeData: {
    [key: string]: number;
  };
  threadCountData: {
    [key: string]: number;
  };
  syscallCountData: {
    [key: string]: number;
  };
}

About

A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 41.7%
  • Rust 39.3%
  • Python 8.7%
  • C++ 5.7%
  • JavaScript 2.7%
  • HTML 1.3%
  • Other 0.6%
0