Skip to content

Commit 85b8bd5

Browse files
authored
README: point to all benchmark results (#8)
* README: point to all benchmark results Previously, we have only been pointing to i7-11850H results, leaving everything else behind the scenes. Now, when user clicks on link to results — user sees all benchmark results at once. * links to bench results in future/result/RESULTS.md * automatically append link to benchmark result
1 parent 62ae7fe commit 85b8bd5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
## Results
44

5-
### Future
6-
7-
* [i7-11850H](future/result/i7-11850H)
5+
Future benchmark [results](future/result/RESULTS.md).
86

97
## How to add your own results
108

future/result/RESULTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Benchmark results
2+
3+
- [i7-11850H](i7-11850H/)
4+
- [i5-3210M](i5-3210M/)
5+
- [i5-5300U](i5-5300U/)
6+
- [Ryzen_9_5900X](Ryzen_9_5900X/)

script/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ mkdir -p "$dir/gcc_libstdcxx"
3131

3232
./build_gcc_libstdcxx/future/future --benchmark_out_format="json" --benchmark_out="$dir/gcc_libstdcxx/data.json"
3333

34+
echo "- [$proc]($proc/)" >> future/result/RESULTS.md
35+
3436
git add .

0 commit comments

Comments
 (0)