enso/distribution/lib/Standard
Jaroslav Tulach a5ec6a9e51
Bench builder API (#7324)
Designing new `Bench` API to _collect benchmarks_ first and only execute them then. This is a minimal change to allow  implementation of #7323  - e.g. ability to invoke a _single benchmark_ via JMH harness.

# Important Notes
This is just the basic API skeleton. It can be enhanced, if the basic properties (allowing integration with JMH) are kept. It is not intent of this PR to make the API 100% perfect and usable. Neither it is goal of this PR to update existing benchmarks to use it (74ac8d7 changes only one of them to demonstrate _it all works_ somehow). It is however expected that once this PR is integrated, the newly written benchmarks (like the ones from #7270) are going to use (or even enhance) the new API.
2023-07-19 09:18:28 +00:00
..
AWS/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00
Base/0.0.0-dev Builtin methods can support array-like arguments (#7235) 2023-07-17 09:17:39 +02:00
Database/0.0.0-dev Fix issue with rename_columns and revert order of parameter change on select_columns. (#7321) 2023-07-18 13:30:23 +00:00
Examples/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00
Geo/0.0.0-dev Fix up some type signatures... (#5979) 2023-03-17 11:53:23 +00:00
Google_Api/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00
Image/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00
Searcher/0.0.0-dev Add drop down for replace, remove Column_Selector (#7295) 2023-07-14 17:30:52 +00:00
Table/0.0.0-dev Add Fallback to Prim_Text_Helper.compile_regex; accept Regex in Text.parse_to_table (#7297) 2023-07-18 19:55:56 +00:00
Test/0.0.0-dev Bench builder API (#7324) 2023-07-19 09:18:28 +00:00
Visualization/0.0.0-dev Tidy up the imports using script (#7220) 2023-07-06 14:22:50 +00:00