We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4805a3 commit 24158e9Copy full SHA for 24158e9
1 file changed
README.md
@@ -93,9 +93,11 @@ This implementation does not include a clock sequence counter as defined in the
93
94
## Performance
95
96
-Run the included shell script `./bench.sh` to test on your own machine.
+Run the shell script [bench.sh][bench] to test on your own machine.
97
98
-MacBook Air
+### Results
99
+
100
+MacBook Air 2020
101
```
102
Python 3.10.2
103
Mean +- std dev: 1.02 us +- 0.01 us
@@ -126,3 +128,4 @@ Mean +- std dev: 7.51 us +- 1.42 us
126
128
[ietf draft]: https://github.com/uuid6/uuid6-ietf-draft
127
129
[draft 02]: https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-02#section-4.4
130
[cloud shell]: https://cloud.google.com/shell/docs
131
+[bench]: https://github.com/oittaa/uuid6-python/blob/main/bench.sh
0 commit comments