Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-perf-benchmarks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-perf-benchmarks
Commits
4f62d0be
Commit
4f62d0be
authored
Jun 22, 2017
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix previous fix
parent
1fb975e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mubench/models/taskset.py
mubench/models/taskset.py
+1
-1
No files found.
mubench/models/taskset.py
View file @
4f62d0be
...
...
@@ -150,7 +150,7 @@ class TaskSet:
# Generating record
for
i
in
range
(
self
.
iterations
):
logger
.
info
(
"Running iteration %d..."
%
i
)
keys
=
data
.
keys
(
)
keys
=
list
(
data
.
keys
()
)
for
task
in
keys
:
target
=
targets
[
task
]
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment