summaryrefslogtreecommitdiff
path: root/benching
AgeCommit message (Expand)Author
2019-03-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
2019-03-04Fixing default parameters of runBenchmarks (denoland/deno_std#229)Vincent LE GOFF
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-23Fixed non-standard prefix on importing (denoland/deno_std#216)EnokMan
2019-02-12Add benching (denoland/deno_std#185)chiefbiiko