Skip to content

Commit

Permalink
remove old benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Dec 3, 2017
1 parent 2a233a4 commit a9f99a4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,3 @@ Since skin is just wrapper, which do not recreate container you can use any obje
Skin(defaultdict(<class 'list'>, {'foo': [1]}))
>>>
```

# Benchmark (v0.0.5)
``` text
Create instance:
Box 0.7227337849326432
Dict 0.8247780610108748
Skin 0.14907896996010095
tri.struct 0.014445346896536648
Access exist:
dict 0.005448702024295926
Box 0.32549735193606466
Dict 0.21359142300207168
Skin 1.5485703510930762
Access non-exist:
Dict 0.2847607780713588
Skin 1.007843557978049
```

0 comments on commit a9f99a4

Please sign in to comment.