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
dc6ec74f
Commit
dc6ec74f
authored
May 07, 2012
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/bench/shootout: fix gccgo binary-list-freelist test
R=r CC=golang-dev
https://golang.org/cl/6202046
parent
9d063816
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/bench/shootout/timing.sh
test/bench/shootout/timing.sh
+1
-1
No files found.
test/bench/shootout/timing.sh
View file @
dc6ec74f
...
...
@@ -107,7 +107,7 @@ binarytree() {
runonly
echo
'binary-tree 15 # too slow to use 20'
run
'gcc -O2 binary-tree.c -lm'
a.out
15
run
'gccgo -O2 binary-tree.go'
a.out
-
n
15
run
'gccgo -O2 binary-tree-freelist.go'
$O
.out
-
n
15
run
'gccgo -O2 binary-tree-freelist.go'
a
.out
-
n
15
run
'gc binary-tree'
$O
.out
-
n
15
run
'gc binary-tree-freelist'
$O
.out
-
n
15
}
...
...
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