Skip to content

Commit

Permalink
⚗️ add machine info for benchmark sample run
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Aug 8, 2024
1 parent a9f3d56 commit 5335bbe
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ The benchmarks will be compiled with the ReleaseFast optimization level, providi

### Benchmark Results

The benchmark results are presented in a table format, displaying both nanosecond and millisecond timings:
The benchmark results are presented in a table format, displaying both nanosecond and millisecond timings.

Example of a benchmark report:

| Operation | Time (ns) | Time (ms) |
| ---------------- | --------: | --------: |
Expand All @@ -80,6 +82,18 @@ The benchmark results are presented in a table format, displaying both nanosecon
| verify | 170793 | 0.171 |
| End-to-End BDHKE | 992257 | 0.992 |

This run was performed on a MacBook Pro with an M1 chip.

```bash
Machine Info:
Model: MacBook Pro
CPU: Apple M1 Max
Cores: 10 (Physical), 10 (Logical)
Memory: 64 GB
macOS Version: 14.5
Zig Version: 0.14.0-dev.850+ddcb7b1c1
```

### Benchmark Report

When run with the `--report` option, a CSV file named `benchmark_report.csv` will be generated in the project root directory. This file contains the operation names and their corresponding execution times in nanoseconds.
Expand Down

0 comments on commit 5335bbe

Please sign in to comment.