Commit cb59b2b
Fix first benchmark image to use raw values instead of floor division
The original bench1() function used floor division by 10,000,000 which caused
all Doublets values (71-1465 ns) to become 1 after clamping, making all bars
appear the same length.
Changed to use raw values directly (matching bench2's approach but without log
scale). Now bars correctly reflect actual time differences - Neo4j operations
show their true longer times while Doublets values are so small they appear
minimal (as expected and noted in README: "for doublets just minimum value is
shown, otherwise it will be not present on the graph").
Fixes #7
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ca44bd3 commit cb59b2b
1 file changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
146 | 145 | | |
147 | | - | |
| 146 | + | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
| |||
0 commit comments