From 9fd60c9fbef5c5c462035336ac38173482a0e1cc Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Wed, 11 Mar 2020 10:18:47 -0700 Subject: [PATCH] Show reports folder link instead of sample report. (#93) * Show reports folder link instead of sample report. Also, make experiment data its own section for easy scroll and visibility. * Fix review comments. * Fix again. --- README.md | 11 +++++++---- analysis/report_templates/default.html | 7 +++++-- docs/index.md | 12 +++++++----- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d09b502e4..4a1025b46 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,13 @@ See [a sample report](https://www.fuzzbench.com/reports/sample/index.html). ## Sample Report -You can view a sample report -[here](https://www.fuzzbench.com/reports/sample/index.html). -This report is generated using 10 fuzzers against 24 real-world benchmarks, -with 20 trials each and over a duration of 24 hours. +You can view our sample report +[here](https://www.fuzzbench.com/reports/sample/index.html) and +our periodically generated reports +[here](https://www.fuzzbench.com/reports/index.html). +The sample report is generated using 10 fuzzers against 24 real-world +benchmarks, with 20 trials each and over a duration of 24 hours. +The raw data in compressed CSV format can be found at the end of the report. When analyzing reports, we recommend: * Checking the strengths and weaknesses of a fuzzer against various benchmarks. diff --git a/analysis/report_templates/default.html b/analysis/report_templates/default.html index 3b97ac990..df5c18782 100644 --- a/analysis/report_templates/default.html +++ b/analysis/report_templates/default.html @@ -142,8 +142,10 @@
Mann-Whitney U test
{% endfor %} -
- See the raw data for this report. +
+

experiment data

+ You can download the raw data for this report here. +
@@ -153,6 +155,7 @@
Mann-Whitney U test
{% for benchmark in experiment.benchmarks %}
  • {{ benchmark.name }}
  • {% endfor %} +
  • experiment data
  • diff --git a/docs/index.md b/docs/index.md index 6f666f279..54e74061e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -51,11 +51,13 @@ FuzzBench, submit it, and get benchmark results. ## Sample report -You can view a sample report -[here](https://www.fuzzbench.com/reports/sample/index.html). -This report is generated using 10 fuzzers against 24 real-world benchmarks, -with 20 trials each and over a duration of 24 hours. -See [raw data](https://www.fuzzbench.com/reports/sample/data.csv.gz). +You can view our sample report +[here](https://www.fuzzbench.com/reports/sample/index.html) and +our periodically generated reports +[here](https://www.fuzzbench.com/reports/index.html). +The sample report is generated using 10 fuzzers against 24 real-world +benchmarks, with 20 trials each and over a duration of 24 hours. +The raw data in compressed CSV format can be found at the end of the report. When analyzing reports, we recommend: * Checking the strengths and weaknesses of a fuzzer against various benchmarks.