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

fusionstrings/deno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About benchmark data

The benchmark chart supposes //website/data.json has the signature of 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,
  binary_size?: number,
  benchmark: {
    [key: string]: ExecTimeData
  }
}

About

A secure TypeScript runtime on V8

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 49.0%
  • Rust 18.6%
  • Python 15.2%
  • C++ 10.0%
  • JavaScript 6.0%
  • C 0.7%
  • Other 0.5%
0