Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Asc Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Farhad Ali Irinel GUL
Asc Public
Commits
823a1876
Commit
823a1876
authored
1 year ago
by
Farhad Ali Irinel GUL
Browse files
Options
Downloads
Patches
Plain Diff
Adaugat paranteze la print
parent
5e65253e
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignments/3-parallel-hashtable/bench.py
+7
-7
7 additions, 7 deletions
assignments/3-parallel-hashtable/bench.py
with
7 additions
and
7 deletions
assignments/3-parallel-hashtable/bench.py
+
7
−
7
View file @
823a1876
...
...
@@ -66,7 +66,7 @@ for testEntry in testConfig:
testPoints
=
testEntry
[
"
points
"
]
hwMaxPoints
+=
testPoints
print
"
\n\n\n
------- Test
"
,
testName
,
"
START
\t
----------
\n
"
print
(
"
\n\n\n
------- Test
"
,
testName
,
"
START
\t
----------
\n
"
)
try
:
child
=
sp
.
Popen
(
[
'
./gpu_hashtable
'
,
testEntries
,
testChunks
,
testSpeed
],
stdout
=
sp
.
PIPE
)
...
...
@@ -75,20 +75,20 @@ for testEntry in testConfig:
print
(
output
)
rc
=
child
.
poll
()
if
rc
==
1
:
print
"
------- Test
"
,
testName
,
"
END
\t
----------
\t
[ FAILED ]
"
print
(
"
------- Test
"
,
testName
,
"
END
\t
----------
\t
[ FAILED ]
"
)
continue
except
Exception
:
print
"
------- Test
"
,
testName
,
"
END
\t
----------
\t
[ FAILED ]
"
print
(
"
------- Test
"
,
testName
,
"
END
\t
----------
\t
[ FAILED ]
"
)
traceback
.
print_exc
()
print
"
Error with
"
,
str
([
'
./src/gpu_hashtable
'
,
testEntries
,
testChunks
,
testSpeed
])
print
(
"
Error with
"
,
str
([
'
./src/gpu_hashtable
'
,
testEntries
,
testChunks
,
testSpeed
])
)
continue
print
"
------- Test
"
,
testName
,
"
END
\t
----------
\t
[ OK RESULT:
"
,
testPoints
,
"
pts ]
"
print
(
"
------- Test
"
,
testName
,
"
END
\t
----------
\t
[ OK RESULT:
"
,
testPoints
,
"
pts ]
"
)
hwPoints
=
hwPoints
+
testPoints
print
"
\n
Total so far:
"
,
hwPoints
,
"
/
"
,
80
print
(
"
\n
Total so far:
"
,
hwPoints
,
"
/
"
,
80
)
print
"
\n
Total:
"
,
hwPoints
,
"
/
"
,
80
print
(
"
\n
Total:
"
,
hwPoints
,
"
/
"
,
80
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment