Skip to content

Commit d537461

Browse files
author
David Blackman
authored
Update README.md
1 parent 0f944f9 commit d537461

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,12 @@ These can be mixed!
180180

181181
- [full output](https://radarlabs.github.io/compare/demos/diff.txt) - this is much prettier in a terminal due to escape characters
182182
- [full text output rendered in an html page to look like a console](https://radarlabs.github.io/compare/demos/text-diff-as-html.html)
183+
184+
### html output
185+
```./compare.sh --new.host localhost:4100 --old.host localhost:3100 --input_csv addresses.csv --endpoint /v1/search --extra_params size=1 sources=osm,gn,wof --ignored_fields bbox geometry attribution timestamp via parsed_text gid id source_id --output_mode html > out.html```
186+
187+
[full output](https://radarlabs.github.io/compare/demos/diff.html)
188+
189+
Note that this is an interactive evaluation form for figuring out which queries improved and which got worse. Each result is assigned an id based on the md5 hash of the query params + delta, and scores are saved to local storage. in your web browser. This means if you're doing a lot of compares, where many of the diffs are the same between runs, you won't need to re-rank them.
190+
191+

0 commit comments

Comments
 (0)