daml/daml-lf/scenario-interpreter
Remy 5a9e7ebc7c
Speedy: refactor Machine builders (#6368)
In this PR we cleanup the constructor for the speedy Machine.

* We remove the `case`  keyword since `Machine` is a stateful class,
* We replace the pre-existing builders with
  + one generic builder `Machine.apply`,
  + scenario specific builder,

CHANGELOG_BEGIN
CHANGELOG_END
2020-06-18 15:39:55 +02:00
..
src Speedy: refactor Machine builders (#6368) 2020-06-18 15:39:55 +02:00
BUILD.bazel Improve CollectAuthority perf benchmark (#6080) 2020-05-27 11:15:59 +00:00