Skip to content

Commit 19659e2

Browse files
committed
CHANGELOG files moves
2 parents a3fc284 + 06c9f32 commit 19659e2

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Pythonize.Counter.Net CHANGELOG
2+
3+
## v1.0.4
4+
- [x] Improved performance when initializing Counter class
5+
6+
| Method | Mean | Error | StdDev | Median |
7+
|----------------------------------------- |-------------:|-----------:|-----------:|------------:|
8+
| CounterWithoutMarshall_Benchmark_1_000 | 57.18 us | 1.137 us | 2.348 us | 57.53 us |
9+
| CounterWithMarshall_Benchmark_1_000 | 44.79 us | 0.910 us | 2.682 us | 45.64 us |
10+
| CounterWithoutMarshall_Benchmark_100_000 | 10,158.76 us | 271.025 us | 786.293 us | 9,988.83 us |
11+
| CounterWithMarshall_Benchmark_100_000 | 8,377.21 us | 259.058 us | 739.107 us | 8,303.95 us |
12+
13+
> Was CounterWithoutMarshall
14+
15+
> Is CounterWithMarshall

Pythonize.Counter.Net/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Pythonize.Counter.Net CHANGELOG
2+
3+
## v1.0.4
4+
- [x] Improved performance when initializing Counter class
5+
6+
| Method | Mean | Error | StdDev | Median |
7+
|----------------------------------------- |-------------:|-----------:|-----------:|------------:|
8+
| CounterWithoutMarshall_Benchmark_1_000 | 57.18 us | 1.137 us | 2.348 us | 57.53 us |
9+
| CounterWithMarshall_Benchmark_1_000 | 44.79 us | 0.910 us | 2.682 us | 45.64 us |
10+
| CounterWithoutMarshall_Benchmark_100_000 | 10,158.76 us | 271.025 us | 786.293 us | 9,988.83 us |
11+
| CounterWithMarshall_Benchmark_100_000 | 8,377.21 us | 259.058 us | 739.107 us | 8,303.95 us |
12+
13+
> Was CounterWithoutMarshall
14+
15+
> Is CounterWithMarshall

0 commit comments

Comments
 (0)