about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorhanemile <emile.hansmaennel@gmail.com>2017-12-03 13:15:49 +0100
committerhanemile <emile.hansmaennel@gmail.com>2017-12-03 13:15:49 +0100
commitf19be9213764744304f1124d2f18bc4876f790ec (patch)
treefd9e7e78fda62e56da76cc29601e6e15a74d3572 /README.md
parent274fd9a852d04e7f095f064741b2cdfbec3e110b (diff)
added some benchmarked values
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
index f12a58b..53f724f 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,32 @@ The Repo we created during that time can be found
 The Code is split up into two parts (03.12.17): The first part creates the
 data using [Python](https://python.org) so the second part can visualize it in
 [Blender](https://blender.org).
+
+---
+
+### Benchmarks (03.12.17)
+
+
+| Nr. of stars | time |
+| --- | --- |
+| 1e5 | ~ 3 seconds |
+| 1e6 | ~ 29 seconds |
+| 1e7 | ~ 315 seconds
+| 1e9 | ~ 9 hours |
+
+##### Knockouts:
+| Nr. of stars | Nr. of stars knocked out |
+| --- | --- |
+| 1e9 | ~ 45000 |
+
+##### File sizes
+| Filesize | Nr. of Stars |
+| --- | --- |
+| 1 MB | 10000 |
+
+---
+
+### Notes:
+
+- lookuptable for the rho-function
+- pypy