Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disclaimer on benchmarking page #191

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

```bash
gem install bundler
git clone --recursive [email protected]:dstebila/oqs-www-new
cd oqs-www-new
git clone --recursive [email protected]:open-quantum-safe/www
cd www
bundle install
```

Expand Down
4 changes: 3 additions & 1 deletion benchmarking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
---
<h1>OQS algorithm performance visualizations</h1>

<p>These pages visualize measurements taken by the <a href="https://github.com/open-quantum-safe/profiling">OQS profiling</a> project.</p>
<h2>Disclaimer</h2>

<p>These pages visualize measurements taken by the <b>defunct</b> <a href="https://github.com/open-quantum-safe/profiling">OQS profiling</a> project. This project is no longer maintained, and these measurements are not up to date. The data contained here are not representative of the current liboqs main branch, nore are they representative of the liboqs main branch at the time they were collected. The liboqs version and commit for which they were collected can be seen by viewing the raw data, which is linked on each page below.</p>
dstebila marked this conversation as resolved.
Show resolved Hide resolved

<h2>Benchmarking</h2>

Expand Down