Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
832dcecc
Commit
832dcecc
authored
Feb 24, 2012
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/bench/shootout: update post-Makefile
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/5696054
parent
3a1c226a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
test/bench/shootout/Makefile
test/bench/shootout/Makefile
+0
-14
test/bench/shootout/timing.sh
test/bench/shootout/timing.sh
+5
-1
No files found.
test/bench/shootout/Makefile
deleted
100644 → 0
View file @
3a1c226a
# Copyright 2011 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include
../../../src/Make.inc
all
:
@
echo
"make clean or timing"
timing
:
./timing.sh
clean
:
rm
-f
[
568].out
*
.[568]
test/bench/shootout/timing.sh
View file @
832dcecc
...
...
@@ -5,7 +5,11 @@
set
-e
eval
$(
gomake
--no-print-directory
-f
../../../src/Make.inc go-env
)
eval
$(
go tool dist
env
)
O
=
$GOCHAR
GC
=
"go tool
${
O
}
g"
LD
=
"go tool
${
O
}
l"
PATH
=
.:
$PATH
havegccgo
=
false
...
...
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