You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| search_with_parsing | 263.01 ms | 5.61 ms | 10 |
177
-
178
-
*Detailed results available in `target/criterion/search_query/search_with_parsing/`*
179
-
180
-
**Latest benchmark results:**
181
-
182
-
**Runtime Performance:**
183
-
-**Mean time:** 263.01 ms
184
-
-**Standard deviation:** 5.61 ms
185
-
-**95% Confidence interval:** 257.92 ms - 269.14 ms
186
-
-**Samples collected:** 10
187
-
188
-
**Memory Usage:**
189
-
-**Memory Delta (mean):** 16.98 KB (0.02 MB)
190
-
-**Memory Delta (std dev):** 264.29 KB (0.26 MB)
191
-
-**Peak Memory:** 16.05 MB
192
-
-**Memory samples:** 455
193
-
194
-
> **Note:** Benchmark results are generated using [Criterion.rs](https://github.com/bheisler/criterion.rs).
195
-
> Open `target/criterion/search_query/search_with_parsing/report/index.html` in your browser to view detailed HTML reports with statistical analysis, plots, and comparisons.
196
-
>
197
-
> The benchmark measures:
198
-
> - Runtime performance of the search API call
199
-
> - Memory usage during search operations
200
-
> - CPU performance of JSON parsing and data access
157
+
### Changes log
158
+
- 1.1.0: Always reuse the same client object instead of creating a new one for each search.
159
+
- This is a breaking change for the API because the client must be unwrapped in the main function.
0 commit comments