mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-07 17:43:34 +08:00
compiler.testbench.perf_embedding: update for core changes.
This commit is contained in:
parent
3547b1d5ae
commit
b5901db265
@ -32,7 +32,7 @@ def main():
|
||||
experiment = testcase_vars["Benchmark"](dmgr)
|
||||
|
||||
stitcher = Stitcher(core=experiment.core, dmgr=dmgr)
|
||||
stitcher.stitch_call(experiment.run, (experiment,), {})
|
||||
stitcher.stitch_call(experiment.run, (), {})
|
||||
stitcher.finalize()
|
||||
return stitcher
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user