Skip to content

Commit 86d4e04

Browse files
authored
Update README.md
1 parent a285183 commit 86d4e04

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# ada_analysis
2-
Repository to do data analysis
2+
Repository of benchmarking results for the ada-url library
33

4-
The file follow the CSV format. For each URL in a set, on a given system, we include the number of cycles and instructions
5-
needed to process the URL as well as many other attributes of the URL, including its protocol type, length of the path and so forth.
6-
You can open CSV files in a spreadsheet tool.
4+
Experimental results are found in jsurl/ and overall/. They cover two systems (Apple M2 and AMD Rome).
75

8-
The big_url_set is our default (github//ada-url/url-dataset/out.txt).
6+
We also have data regarding the characteristics of URLs in big_url_set. This repository contains two CSV files. For each URL in a set, on a given system, we include the number of cycles and instructions needed to process the URL as well as many other attributes of the URL, including its protocol type, length of the path and so forth.
7+
You can open CSV files in a spreadsheet tool. The performance results are not primary: these files are used mostly to understand the statistical characteristics of URLs. The big_url_set is based on the URL collection at (github//ada-url/url-dataset/out.txt).
98

10-
We process each URL 30 times, but not in sequence. We record the time needed to generate the normalized URL (href).
11-
12-
The benchmark done using `model_bench`. It only works under Linux because only under Linux can we get the fine grained precision we need to benchmark individual URL.
13-
14-
We do not need report the timings (ns) for precision reasons. Only the number of cycles and the number of instructions are reported.
159

1610
## Systems
1711

@@ -49,8 +43,7 @@ python scripts/overall.py
4943
The jsurl data refers to https://github.com/ada-url/js_url_benchmark
5044

5145

52-
5346
```
5447
python scripts/jsurl.py
5548
```
56-
(replace python by `python3` if needed)
49+
(replace python by `python3` if needed)

0 commit comments

Comments
 (0)