This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
forge
mirror of
https://github.com/brettlangdon/forge.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
12
Wiki
Activity
Browse Source
rename test config
pull/16/head
Brett Langdon
11 years ago
parent
4afbd3267f
commit
2c8c2446db
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
benchmark_test.go
+0
-0
test.cfg
+ 1
- 1
benchmark_test.go
View File
@ -67,7 +67,7 @@ func BenchmarkParseReader(b *testing.B) {
func
BenchmarkParseFile
(
b
*
testing
.
B
)
{
for
i
:=
0
;
i
<
b
.
N
;
i
++
{
_
,
err
:=
forge
.
ParseFile
(
"./
benchmark
.cfg"
)
_
,
err
:=
forge
.
ParseFile
(
"./
test
.cfg"
)
if
err
!=
nil
{
b
.
Fatal
(
err
)
}
benchmark.cfg → test.cfg
View File
Write
Preview
Loading…
Cancel
Save