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
f2f25031
Commit
f2f25031
authored
4 years ago
by
Chris
Browse files
Options
Downloads
Patches
Plain Diff
Update correct wrong paths in command
parent
ba8ed56d
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/Java_Clojure_Set_Big_Integer/Makefile
+1
-1
1 addition, 1 deletion
benchmarks/Java_Clojure_Set_Big_Integer/Makefile
benchmarks/Java_Clojure_Set_Primitives/Makefile
+1
-1
1 addition, 1 deletion
benchmarks/Java_Clojure_Set_Primitives/Makefile
with
2 additions
and
2 deletions
benchmarks/Java_Clojure_Set_Big_Integer/Makefile
+
1
−
1
View file @
f2f25031
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
all
:
build CAN_BUS_tlc_exec Cruise_finite1_deterministic_exec LiftExec scheduler_deterministic_exec Sieve TrafficLightExec Train_1_beebook_deterministic_exec sort_m2_data1000_exec
all
:
build CAN_BUS_tlc_exec Cruise_finite1_deterministic_exec LiftExec scheduler_deterministic_exec Sieve TrafficLightExec Train_1_beebook_deterministic_exec sort_m2_data1000_exec
build
:
build
:
cd
../../btypes_big_integer
;
./gradlew
-q
fatJar
;
cp
build/libs/btypes_big_integer-all.jar ../benchmarks/Java_Clojure_Set_Big_Integer/btypes.jar
;
cd
../benchmarks/Java_Clojure_Big_Integer
cd
../../btypes_big_integer
;
./gradlew
-q
fatJar
;
cp
build/libs/btypes_big_integer-all.jar ../benchmarks/Java_Clojure_Set_Big_Integer/btypes.jar
;
cd
../benchmarks/Java_Clojure_
Set_
Big_Integer
OUTPUT
?=
runtimes.txt
OUTPUT
?=
runtimes.txt
DEPENDENCIES
?=
:btypes.jar
DEPENDENCIES
?=
:btypes.jar
...
...
This diff is collapsed.
Click to expand it.
benchmarks/Java_Clojure_Set_Primitives/Makefile
+
1
−
1
View file @
f2f25031
...
@@ -14,7 +14,7 @@ DEPENDENCIES ?= :btypes.jar
...
@@ -14,7 +14,7 @@ DEPENDENCIES ?= :btypes.jar
javac
-cp
.
$(
DEPENDENCIES
)
$<
javac
-cp
.
$(
DEPENDENCIES
)
$<
%
:
%.class
%
:
%.class
g
time
-f
"%C %E %M"
-ao
$(
OUTPUT
)
java
-cp
.
$(
DEPENDENCIES
)
$@
/usr/bin/
time
-f
"%C %E %M"
-ao
$(
OUTPUT
)
java
-cp
.
$(
DEPENDENCIES
)
$@
clean
:
clean
:
rm
*
.class &
rm
*
.jar
rm
*
.class &
rm
*
.jar
\ No newline at end of file
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