mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
fix url (#5637)
This commit is contained in:
parent
7589d4d7c4
commit
949061c4b6
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Particularly useful ones:
|
|||
See our benchmarks [over here](https://deno.land/benchmarks)
|
||||
|
||||
The benchmark chart supposes
|
||||
https://github.com/denoland/benchmark_data/data.json has the type
|
||||
https://github.com/denoland/benchmark_data/blob/gh-pages/data.json has the type
|
||||
`BenchmarkData[]` where `BenchmarkData` is defined like the below:
|
||||
|
||||
```ts
|
||||
|
|
Loading…
Reference in a new issue