Skip to content

Commit

Permalink
docs: refactor and update benchmarks pages
Browse files Browse the repository at this point in the history
Benchmarks tables are rendered as descriptive SVG images.
Sort results by backend to have a clearer view in tree of content.
PBS benchmarks now display results for various p-fail and several
precisions.
  • Loading branch information
soonum committed Feb 24, 2025
1 parent 0216e64 commit 3d783f0
Show file tree
Hide file tree
Showing 27 changed files with 2,293 additions and 65 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ package-lock.json

# Dir used for backward compatibility test data
tests/tfhe-backward-compat-data/
ci/
10 changes: 7 additions & 3 deletions tfhe/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
* [What is TFHE-rs?](getting_started/readme.md)
* [Installation](getting_started/installation.md)
* [Quick start](getting_started/quick_start.md)
* [Benchmarks](getting_started/benchmarks/summary.md)
* [CPU Benchmarks](getting_started/benchmarks/cpu_benchmarks.md)
* [GPU Benchmarks](getting_started/benchmarks/gpu_benchmarks.md)
* [Benchmarks](getting_started/benchmarks/README.md)
* [CPU Benchmarks](getting_started/benchmarks/cpu/README.md)
* [Integer](getting_started/benchmarks/cpu/cpu_integer_operations.md)
* [Programmable bootstrapping](getting_started/benchmarks/cpu/cpu_programmable_bootstrapping.md)
* [GPU Benchmarks](getting_started/benchmarks/gpu/README.md)
* [Integer](getting_started/benchmarks/gpu/gpu_integer_operations.md)
* [Programmable bootstrapping](getting_started/benchmarks/gpu/gpu_programmable_bootstrapping.md)
* [Zero-knowledge proof benchmarks](getting_started/benchmarks/zk_proof_benchmarks.md)
* [Security and cryptography](getting_started/security_and_cryptography.md)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3d783f0

Please sign in to comment.