Skip to content

Commit 0dd28fa

Browse files
authored
fix issue 393 (#397)
1 parent ee82820 commit 0dd28fa

File tree

2 files changed

+12
-26
lines changed

2 files changed

+12
-26
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,10 @@ we find that ada can be several times faster than popular competitors (system: A
2424
with LLVM 14).
2525

2626

27-
```mermaid
28-
gantt
29-
title Processing time (ns/URL) on top100.txt
30-
dateFormat X
31-
axisFormat %s
32-
33-
section ada
34-
188 : 0, 188
35-
section servo url
36-
664 : 0, 664
37-
section CURL
38-
1471 : 0, 1471
27+
```
28+
ada ▏ 188 ns/URL ███▏
29+
servo url ▏ 664 ns/URL ███████████▎
30+
CURL ▏ 1471 ns/URL █████████████████████████
3931
```
4032

4133
## Requirements

docs/cli.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,12 @@ cat url-various-datasets/top100/top100.txt 0,00s user 0,01s system 11% cpu 0,06
199199
200200
The results will vary depending on your system. We invite you to run your own benchmarks.
201201
202-
```mermaid
203-
gantt
204-
title Processing time (ms)
205-
dateFormat X
206-
axisFormat %s
207-
208-
section ada
209-
wikipedia_100k.txt : 0, 55
210-
section ada
211-
top100 : 0, 61
212-
section trurl
213-
wikipedia_100k.txt : 0, 180
214-
section trurl
215-
top100 : 0, 113
202+
```
203+
wikipedia 100k
204+
ada ▏ 55 ms ███████▋
205+
trurl ▏ 180 ms █████████████████████████
206+
207+
top100
208+
ada ▏ 61 ms █████████████▍
209+
trurl ▏ 113 ms █████████████████████████
216210
```

0 commit comments

Comments
 (0)