Skip to content

Commit b5901db

Browse files
author
whitequark
committedJul 11, 2016
compiler.testbench.perf_embedding: update for core changes.
1 parent 3547b1d commit b5901db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎artiq/compiler/testbench/perf_embedding.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def embed():
3232
experiment = testcase_vars["Benchmark"](dmgr)
3333

3434
stitcher = Stitcher(core=experiment.core, dmgr=dmgr)
35-
stitcher.stitch_call(experiment.run, (experiment,), {})
35+
stitcher.stitch_call(experiment.run, (), {})
3636
stitcher.finalize()
3737
return stitcher
3838

0 commit comments

Comments
 (0)