Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
b2program
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
b2program
Commits
a38973a0
Commit
a38973a0
authored
4 years ago
by
Chris
Browse files
Options
Downloads
Patches
Plain Diff
Update timeout in makefiles + missing cases
parent
8a38f7e8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/ProB/Makefile
+2
-2
2 additions, 2 deletions
benchmarks/ProB/Makefile
benchmarks/Python_Primitives/Makefile
+1
-1
1 addition, 1 deletion
benchmarks/Python_Primitives/Makefile
with
3 additions
and
3 deletions
benchmarks/ProB/Makefile
+
2
−
2
View file @
a38973a0
...
...
@@ -2,13 +2,13 @@
.PHONY
:
all clean
all
:
Counter10000 CAN_BUS_tlc_exec LiftExec scheduler_deterministic_exec Sieve Train_1_beebook_deterministic_exec
all
:
Counter10000 CAN_BUS_tlc_exec
Cruise_finite1_deterministic_exec
LiftExec scheduler_deterministic_exec Sieve Train_1_beebook_deterministic_exec
TrafficLightExec sort_m2_data1000_exec
PROBCLI
=
./probcli.sh
OUTPUT
?=
runtimes.txt
%
:
g
time
-f
"%C %E %M"
-ao
$(
OUTPUT
)
$(
PROBCLI
)
$@
.mch
-init
-execute
1
-noass
-noinv
-nogoal
-p
COMPRESSION TRUE
timeout
20m /usr/bin/
time
-f
"%C %E %M"
-ao
$(
OUTPUT
)
$(
PROBCLI
)
$@
.mch
-init
-execute
1
-noass
-noinv
-nogoal
-p
COMPRESSION TRUE
clean
:
rm
*
.prob
This diff is collapsed.
Click to expand it.
benchmarks/Python_Primitives/Makefile
+
1
−
1
View file @
a38973a0
...
...
@@ -9,4 +9,4 @@ OUTPUT ?= runtimes.txt
%
:
export PYTHONPATH = $(BTYPESPYTHON)
%
:
/usr/bin/time
-f
"%C %E %M"
-ao
$(
OUTPUT
)
pypy3
$@
.py
timeout
20m
/usr/bin/time
-f
"%C %E %M"
-ao
$(
OUTPUT
)
pypy3
$@
.py
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