Skip to content

Commit 218d974

Browse files
docs: bm_float_unboxed benchmarks (python#78)
1 parent 8aabba6 commit 218d974

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ sequenceDiagram
156156

157157
## Evaluation and benchmarks
158158

159-
We will run the [bm_nbody.py](./bm_nbody.py) script and the [bm_float_unboxed.py](./bm_float_unboxed.py) to gather results.
159+
Results can be found [here](./tier2_results/orbital/).
160+
161+
At the time of writing this (Milestone 3 release), pyLBBVAndPatch is only around 12% faster than CPython at [bm_float_unboxed.py](./bm_float_unboxed.py), which presents a significant regression from 39% faster in the original pyLBBV.
162+
163+
We will run the [bm_nbody.py](./bm_nbody.py) script if we can fix the remaining bugs.
160164

161165
## Changelog over CS4215
162166

0 commit comments

Comments
 (0)